banano

  1. Star-Dust

    B4J Question BANanoVuetifyAD3 SignIn, authentication and AppBar

    I noticed using the SignIn example that if I log into the www.mywebsite.org/AppName/#/home page, it can log in without being authenticated. It is a problem if the person manages to enter the pages by saving the address and recalling the history without having to authenticate. Is it a solvable...
  2. C

    B4J Question [BANano]NumberFormat2 gives a different behavior in BANano than in B4J

    Hi, It says that NumberFormat and NumberFormat2 is supported in BANano but I get a different behavior than in B4J. If I use: NumberFormat2(314.159265359, 1, 2, 0, False)) In B4J I get what I want: 314.16 In BANano I only get (wrong) 314 If I change MinimumFractions to 2 then I get (this is...
  3. C

    B4J Question [BANanoVuetifyAD3] Why do Select and Textfields get a white field with a grey boarders ?

    Hi, I try to add select and textfields in Visual/Abstract Designer and I get a white field which is not present in the Kitchen Sink demo, see picture: I can not see anything that differs in the generated html code between mine and the Kitchen Sink Demo. I do not want the white field with the...
  4. Mashiane

    BANanoVuetifyAD3 - Contact Manager WebApp featuring MySQL + jRDC2 (no PHP)

    Ola First, thanks to everyone and each of our sponsors and donators who has made this possible. This would not be possible without B4X and BANano. Many thanks to those intellects. Over the past few months we have been attempting to ensure BANanoVuetifyAD3 works very well with jRDC2. We have...
  5. Mashiane

    Share My Creation [BANanoJsPDFAD] The Ultimate Drag n Drop jsPDF Document Creation Engine

    Ola First of all, a great thanks to Alain for his brilliant BANano project, otherwise this feat would not even be close to possible. Above all else, Viva to Erel & B4X! A great thanks!! 🙏 Anyway, You’re not obligated to win. You’re obligated to keep trying to do the best you can every day...
  6. Mashiane

    B4J Tutorial [BANano] Walts B4xGoodies Explorer Using BVAD3 on Mobile Device

    Ola Fortunately one can access the b4xgoodies via a WebApp on their mobile devices. In this video below, we detail how one needs to: Steps to reproduce on your Mobile Device 1. Visit https://mashiane.github.io/Walts-B4XGoodies-using-BVAD3/ 2. Select the hamburger button and select Tools > Get...
  7. Mashiane

    B4J Question [BANano] BANano does not support #if?

    Ola I'm compiling a library and have this sub 'get component Sub ToString As String #If debug Dim eName As String = $"${ID}_change"$ If SubExists(Module, eName) = False Then Log($"The '${eName}' event has not been defined!"$) End If eName = $"${ID}_click"$ If...
  8. Alejandro Moyano

    B4J Question [BANano] Error trying to compile demo

    Hi, i trying to run the banano demo but i don't know why an error emerges, all libraries are installed, anyone know about how to solve this? Seems its not detect the BANano library and try to compile as a regular b4j app.
  9. alwaysbusy

    B4J Tutorial [BANano] Live updating the WebApp Design from the Abstract Designer

    In BANano v5, you could already use Live Code Swapping to speed up development drastically. In the upcoming update, you will even be able to use the Abstract Designer to make Live changes to your designs and see the result immediately in your Web Browser after saving the design changes! Again...
  10. Mashiane

    B4J Tutorial [BANano] Creating BANano Custom Views with the BANano Custom View Creator WebApp

    Ola Download Why the BANano Custom View Creator? The beauty of BANano is that it enables one to use any front-end framework they want. This means that you can pick any framework like Bootstrap, VueJS, Pure, Bulma, Skeleton etc to use. Luckily, the Skeleton framework comes built in and I have...
  11. Mashiane

    B4J Library [BANanoPHP] A collection of some inline PHP functions

    Ola Download With intentions to do some PHP related functions, i've thought why not make a class with all functions that could be used. Besides uploading files, sending emails, we can do other things too. This is based on some stuff I have been using.. Will sectionalize the examples... and...
  12. Mashiane

    B4J Question [BANano] [SOLVED ]How to trap the 'readychange' event of the document to get the 'readystate'?

    Ola I need a way to execute code during the ready change event of the document. I have added this call in banano_ready Dim cb As BANanoObject = BANano.callback(Me, "readychange", Null) BANano.Window.GetField("document").AddEventListener("readystatechange", cb, True) I am trapping this...
  13. Mashiane

    B4J Library BANanoSQLiteR - Distributing and accessing an existing SQLite Databases - Part 2

    Ola Download Part 1 is here. At some stage we explored how one can distribute / embed SQLite database on their BANano app. These databases are mainly for read only access purposes where one just wants to display data. Here we explore part 2 of the tutorial, however now made into a library...
  14. Mashiane

    B4J Question [BANano] How can one use something like CloudKVS

    Ola Im interested in functionality provided by CloudKVS. How can one implement such with BANano? If possible can someone please provide an example demo? Thanks
  15. Mashiane

    B4J Tutorial [BANanoVueMaterial] BVMDesigner - Mock.Compile.Publish

    *START OF NOTICE As of 02 FEB 2021, this project is is no longer maintained as it has given birth to BVAD3. This project was a joy to create, however like everything that has a start and an end, its time to move on and evolve. BVAD3 is faster, more simpler to implement and takes advantage of...
  16. Mashiane

    B4J Question [BANano] [SOLVED] How does one deploy in a serverless (aka cloud) environment?

    Hi there I'm curious as how can one deploy BANano based apps to a cloud environment. There are a variety of these e.g AWS, Google, Azure etc. Has anyone been successful in this front and can you please share experiences and perhaps how tos? Thanks a lot
  17. Mashiane

    B4J Question [BANano] [SOLVED] How can I implement webhooks (for dummies)?

    Ola Has anyone been successful in working on a similar endeavor? Can you please share how you did it? Ta!
  18. alwaysbusy

    B4J Library [BANano] Dragula library, drag & drop made easy

    This is a wrap of the Dragula js library (https://github.com/bevacqua/dragula) which makes it very easy to add drag & drop to almost everyone element. Included in the zip is: Demo Library LibrarySourceCode Usage: Copy the b4xlib to your Additional Libraries folder Pick it in your project Dim...
  19. Mashiane

    B4J Question [BANAno] How can I set & fix the browser window to 80% Zoom?

    Hi there Is it possible to set and fix the browser window when my BANano app starts so that the browser is at 80% Zoom? If possible, please help out with a code snippet please? Thanks
  20. LWGShane

    B4J Question [SOLVED! Was A Cache Issue] [BANano][BANanoSkeleton] Disable mobile-only navbar?

    My first PWA is live and have noticed that on mobile devices an "empty" nav-bar is displayed; where as on the desktop site there is none. Is there anyway to disable this "mobile-only" navbar?
Top