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, for encryption
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...
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...
Ola
Download
This is our 3rd game with BANanoPhaser and thus more developments and enhancements on the library especially with separation of concerns. Let me explain.
The phaser code javascript code is like this..
this.load.image('play', 'assets/image1.png')
With version 0.1 of...
Ola
Download BANanoPhaser
Phaser is a popular game framework that enables one to quickly build games for the web. To do this we will make some assumptions
1. You are comfortable with JavaScript
2. You are comfortable with BANano esp BANanoObject class.
Related Threads
Star Catcher - game...
Ola
This was an experiment when I was taking a break from other things..
How the game works.
1. You are the alien and you collect the stars. Once finished you get to the next level - hypothetically.
2. In the next level 2 things happen, your lives are increased... wait for it..
Until, you...
Hola
Estoy ocupado explorando cómo puedo imprimir elementos html con BANano para una aplicación en español que estoy creando.
Aquí están los resultados hasta ahora en caso de que necesite algo de esta naturaleza.
1. PrintJS
Con esto, puede cargar los archivos de estilo CSS que necesita usar...
Yippie!!
In case you need something like this one day, so here is my BANano implementation of it for y'all. With this one is able to CREATE Excel workbooks with multiple sheets. One is able to also set styles e.g. bold, italic, forecolor, add borders. Once generated, the workbook is...
Ola
When I started working with the Mermaid library I also discovered this nice mockup js library called wired.
This lib is just for generating mockups/wireframes for anyone playful. We have 15 elements currently in the library. These are
1. Input
2. Toggle
3. TextArea
4. Radio / RadioGroup...
Ola
UPDATE 2020-05-23: Please use this library instead
This class is for CRUD functionality via a BANano and SQL Server BackEnd.
Usage.
1. Update the connection settings in msconnect.php to your database. Add this to the Files tab of your BANano project.
2. Include the attached class to your...
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.