Hi there
I'm learning more about the BANano object and its usage. I read somewhere that executing Eval is kinda slow but then again, I haven't had any thing to take home about on it.
it just seems to be more easier to write..
BANano.Eval("Chartkick.CustomChart = function (element, dataSource...
Hi
The Creative Tim Now UI Kit comes with 3 example pages. By using the UOENow library we have tried to replicate the features to come as close to the provided examples as much as possible.
Download UOENow
A Profile Page was created
A Landing Page was also created
Now we look at the login...
Hi there..
UOENow, introduced us in terms of the various components of the Now UI Kit from Creative Tim that we can use to develop our websites. What we will do today is to extend on that and create a landing page based on the components. We follow the same routine we did before to create the...
Download
Hi there
UOENow is a wrap of the beautiful theme from Creative Tim to create Bootstrap 4 websites. UONow wraps the Now UI kit around BANano for one to create beautiful things with this theme.
The attached video is the generation of the theme directly from Creative Tim, done to ensure...
Ola
UPDATE: BANanoSQLite now available for actual sqlite db file CRUD functionality.
This is part 1 of a series of my explorations using SQLite as a backend to a BANano app. I need a way to persist the data to a database, but thought of a serverless database for now.
Series
1. Create the...
Hi there
I've just become comfortable using the ExecuteCallBack method for BANanoSQL and thanks for this feature.
I had earlier asked about using Php & MySQL and was pointed to Ajax and an example also provided. Thanks. I'm just about to explore these now fully as I need to persist data...
Hi there
Please see line 149: It seems if you don't specify a data type for the loop item, it does not transpile. Having strfield As String however works perfectly.
// [146] Sub DropColumns(tblName As String, fields As List) As List
this.dropcolumns= function(_tblname,_fields) {
if...
Ola
Download
UOEProcess.Show is a BANano based webapp that enabled anyone to create mermaid based flowcharts easily and also enable these to be exported to a PNG.
Take the tour to get your hands into the groove and test-drive the app to create your first flowchart. I'm sure you will enjoy...
Hello,
in this posting I want to show how easy it is to create desktop applications (Windows, Linux, MacOS) with BANano and NW.js.
Getting Started:
Download NW.js (https://nwjs.io/) and unpack it at a location of your choice.
Download the attached library zip and extract it to the internal...
Hi there
I'm trying to upload a file to the assets folder. As a non-expert (javascript + BANano) person what I'm trying is not working yet. I've tried to adopt an example that I was previously provided as a solution to these file management things by Kiffi.
I have attached here my example code...
Hi there
First and foremost, thank you for making a decision to view and even read this thread. Whilst not being an expert in BANano and still learning the ropes, the article is mainly about the UX.
As you might be aware by now, BANano is the engine that knits your front event functionality...
Hi there
I'm trying to get a file's DataURL using a promise.
#if javascript
function getdataurl(fileid){
var fi = document.getElementById(fileid);
var file = fi.files[0];
var geturl = new Promise(
function(resolve, reject){
var fr =...
Hi there
This is just my method (without abstract designer views) of adding and binding events to elements.
1. Elements are added to the page
2. After the page content is updated, events are added to a map that keeps record of events, events can be click, change etc.
3. Events are bound to the...
Hi there
I'm creating an event adder for my code with a list dependency..
Dim nl As List
nl.Initialize
nl.AddAll(Array As String("anele", "is", "enjoying", "banano"))
For Each strname As String In nl
Dim strA As String = "Test-" & strname
Log(strA)...
Ola
Part 2
UPDATE: BANanoSQLite now available for actual sqlite db CRUD using PHP
I've been wondering if I could be able to do this as I want to distribute my app with an already existing SQLite.DB database for READONLY access. No, this is not WebSQL but a pure SQLite database.
At first I...
Hi there
I'd like to add some meta tags to the page, unfortunately the description for intellisense says invalid.
Does it have to be the complete string like this?
<meta name="apple-mobile-web-app-capable" content="yes">
Thanks in advance?
Hi
Just updated to 2.15, nothing seems to work on my code, same code works with 2.09. When i debug there is an expectation of ). I don't even know the cause now as the code compiles without any errors. At first 2.15 didnt work with these strings so I simplied the code and it compiles well, but...
Hi there
I'm not sure if this is possible or not even with other web stuff however I have something in mind.
I have json file that I need my app to read. Actually Im thinking of converting an sqlite db to json that my app will use in read only mode. I guess I can use sql.js without the need...
Hi there
The above question is being reported by Firefox developer. Phew, been wondering the cause as the counter was showing 15 on another project. This is being raised on the .Empty call, the Flights is being displayed on the page.
Sub Init
'create a div
Dim el As BANanoElement...
Hi there
NB: This is an OpenSource project, anyone can contribute to it and enhance it. I happen to have some time challenges on my side and due to the sheer size of this thing, I might not fully be doing it.
My BANano Related Projects
CRUD with LocalStorage BackEnd
Methodology Used
1...
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.