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...
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.
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...
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...
Ola
Download
Join our Telegram: https://t.me/bananovuematerial
Let's chat on Telegram: https://t.me/joinchat/lsGhaeNXZWkyN2I0
Tutorials
[BANanoVuetifyAD] Vuetify WebSites & WebApps with BANano for Dummies
BANanoVueAD is based on BANanoVueMaterial however in this case one uses the Abstract...
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...
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...
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...
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
*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...
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
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...
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
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?
Ola
2020-03-19 : This is now part of the BANanoVueMaterial open source library.
This project is based on a functional BANanoVueMaterial library I am working on. An extension of the BANanoVue project I explored here.
Ever since I started working on the PDFDesign project for generating PDF...
Ola
Was recently requested to look at this by a friend...
1. Download this repo here to get the md5 javascript resource
https://github.com/blueimp/JavaScript-MD5
2. In your BANano project, add the javascript file
BANano.Header.AddJavascriptFile("md5.min.js")
3. Add this code to your...
Ola
Download
Welcome to game 4. The purpose of this game is to explore more game tricks. For example.
1. Instead of adding a collision detector, we return the result of physics.overlap, a boolean.
2. We have removed gravity on the game configuration. This enables us to have the elements...
@alwaysbusy
I'm getting the following error with my project, which is uploaded for reference:
It seems that either BANano or the IDE thinks there should be a "B4J" folder that contains the manifest file.
Ola
Download
Phew. A dream come through. Very excited right now...
BANanoPDFMake is a wrap of the wonderful and amazing javascript library PDFMake
What I have tried to do here is to simplify this as much as possible. This means one can create a PDF document as simply as..
Sub basic...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.