Hi
This lesson is about the 3 layout elements being the carousel, multiview and the tabview. Each of the elements here are added in each row of our page.
Carousel: We will create a carousel with three sliders. We will use css to set the background and color of each slide.
Dim c As...
Hi
Based on what we have learned in lesson 1 and 2, here we will explorer another layout element, the accordion.
The accordion we can create comes in two flavours, one vertical and one horizontal as expected.
The code module that we need to call for this tut is pgLayouts1.Init on...
Hi again
In Lesson 1, we looked at how we can place elements within rows and columns to layout a purported app design. This has resizers so that we can resize the columns and we also used some css to render the background of our columns.
Lesson 1
In this lession we look at the 6 layout types...
Ola
Reference: Proof of Concept
A couple of days ago i started on about a proof of concept I am working on. A wrapper of the Webix framework to create BANano based apps.
What is Webix and Why?
Webix is an HTML5/CSS3-based UI toolkit that helps you build complex and dynamic web apps that are...
Ola
I'm getting an expected token error due to chaining I'm doing...
imgt1.Initialize("imgt1").IsImageButton.SetImage("./assets/icons8-add-row-40.png").SetLabel("Open")
Transpiler Code..
_imgt1.initialize("imgt1").isimagebutton()..setimage("./assets/icons8-add-row-40.png").setlabel("Open")...
Ola
**NB: BANanoPostProcessor: The BP used in some of the examples is an updated version of what Kiffi did in the forum. The examples are old and have not been maintained due to time challenges as the focus has been to maintain the core library and other things. Due to enhancements in BANano...
Ola
Update: I have declared the BANanoObject in Main using '$$' and everything works well, when defined in a class, dololo. The resulting outcome is explained here BANanoWebix
I need to initialize an object just like jquery but this one is '$$'.
'clear the form
Sub Clear
'Dim d As String...
Ola
Just testing compilation using BuildAsB4XLib for a lib.
Whilst it says the b4xlib is created, on the b4j log it shows an error "Problem copying"
So i'm not really sure what.
Ola
For the next part of my project, I need functionality for anyone to apply online to the college. So I thought perhaps for the first part, one can just be provided with a single screen for
1. Login
2. Register
3. Forgot Password and
4. Reset Password
And depending on what the user needs...
Ola
Creating this demo app has has been done in 2 phases. The first phase has been to develop the components to use with the app into a BANano based library and secondly to build the resulting CRUD app using those components.
The elements / components are HTML based elements (built as class...
Ola
There is some inline php that we would like to be defined in our universal BANano libraries and then be able to be called in any app that may use it.
How can we achieve this?
Thanks.
Ola
NB: The code here explains the use of parameter based queries for CRUD
I have been exploring MySQL with BANano, this was previously done using external PHP files and thus using .CallAjax BANano Calls.
This was explained in
[BANano] MySQL CRUD with PHP - Part 1
[BANano] MySQL CRUD with...
Ola
I'm running a post processing script based on Kiffi's post processor
My challenge is that when running my site against website profilers, they recommend that I use gzip for the resources. This means the images, css and js files need to be gzipped for better performance of the website.
The...
Ola
For a while I have been fascinated by the curved hints when one visits website. They seem so cool. So here is one for BANano.
Nicely so, at the last step, I hide the skip button and change the text to Got it!
The original post in terms of creating this Contact Us form is discussed here...
Ola
For this exercise, you need the skeleton & sweet alert banano libraries. You will need to compile them (run + compile as library) using the latest version of BANano.
Why a PHP based Contact Us form? Well, I wanted to send the contact us details to my SMTP based email using inline PHP...
Hi there
I'm testing out the email sending functionality and have set up an elastic email account. Via BANano.SendEmail I am able to send email however the email never reaches my gmail account.
As a test, on my code I am using my gmail account as "from" and "to" as per settings below...
Hello everyone, first of all i apologize if this question is somewhat stupid, i honestly don't have much experience with HTML or JavaScript, i started playing around with BaNano library, I started wrapping the WebRTC library for android, but I wanted to see if i could create the WebRTC server...
I'm having no luck with Append and RenderAppend and the handling of <br> tags
BANano.GetElement("Body").Append("Break")
BANano.GetElement("Body").Append("<br>")
BANano.GetElement("Body").Append("On its own")
BANano.GetElement("Body").Append("<br>Text after")...
Ola
This tut is based on the BANano based library here.
The ICONRENDERER is a column render to ensure that icons in your rows are rendered. These can be material and fontawesome icons.
To be able for the IconRenderer to work perfectly, the data attributed per row for
1. icon
2. iconcolor...
Ola
This tut is based on this BANano Lib here, [BANano] UOEGridTable
What we will attempt here is to show all negative value in red and perhaps those non negative green.
The magic of this is an event definition that has been added to the UOEGridTable.
#Event: ColumnRenderer(value As Object...
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.