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...
Hi
So here I am trying to figure out how I will execute this code.
var str = numeral(3000).format('0,0[.]00');
Then I remembered that there was something to Initialize JQuery and Leaflet being
Dim J As BANanoObject
J.Initialize("$")
So I decide, let me try this idea out, so
Dim N As...
Hi
This tut is based on this lib here, [BANano] UOEGridTable.
A question popped up about how I can display images, or perhaps other icons in grid columns. After some researching I noted a column rendered for the gijgo grid.
Its definition is...
A renderer is an 'interceptor' function which...
Hi there
This tutorial about the UOEGridTable is based on the BANano based lib, https://www.b4x.com/android/forum/threads/banano-uoegridtable-an-interesting-grid-that-you-might-like.105225/
Connected tables are two or more tables that have a relationship. One selects a record in one table and...
Ola
This tutorial is based on this BANano based lib, https://www.b4x.com/android/forum/threads/banano-uoegridtable-an-interesting-grid-that-you-might-like.105225/
The purpose here is when one needs to show Master Detail relationship between two or more related data sets.
Above we have...
Ola
Seemingly I'm getting closer to my app goal for my next project, so here is something for the community again. A grid and there some very few things I like about it too. This is a wrap for this project here.
Quick Reference
Font Awesome fonts applicable
Hiding the Pager
Updating the grid...
Ola
I'm trying to debug my app as its not firing any of the assigned events. How can I get a listing of all events linked to an element using BANano?
I have found this on stack-overflow..
function getEvents(element) {
var elemEvents = $._data(element, "events");
var allDocEvnts =...
Ola
I kindly request some help defining an event listener for this type of function..
tree.on('collapse', function (e, node, id) {
alert('collapse is fired.');
});
My tree is currently a BANanoObject, which is fine, just need to figure out the next part of the equation...
Ola
I was kind of excited when I found this today. It justs meets most of the requirements that I need from a treeview. To mention a few, one can
1. Check, CheckAll, UnCheck, UnCheckAll
2. Select, SelectAll, UnSelect, UnSelectAll,
3. Specify an id, text for a node
4. Search a node by id
5...
Ola
This lib is a wrap of this github
The chart framework that has been adopted has been Chart.JS and one can easily create a chart with 1 line of code, as simple as..
'load the layout to the page
BANano.LoadLayout("#body","vCharts")
'line chart
UOEChart1.AddXYMap(CreateMap("2017-01-01"...
Ola
Kinda excited that this is starting to form a shape. This second part of the tutorial deals with reading the users from the MySQL users table and then displaying them in a table.
The first part we just did an intro into what we intend doing and showed how to
1. CREATE a user
2. READ a...
Ola
UPDATE 2020-05-19: Please use this library instead
[BANAno] MySQL CRUD with PHP - Part 2
Well, the Business College website I'm creating has a portion of where the potential students need to register online. The data needs to be stored in a MySQL database. I intend to use various php...
Hi there
I kindly need some help. I have written a sub that's supposed to return the string value from CallAjaxWait as depicted below. I am calling an server php file.
Sub ExecutePHPWait(pQuery As Map, phpFile As String, phpTag As String) As String
Dim json As String
Dim sCommand As...
Hi there
In my b4a I use this sub to convert a map to a querystring that I eventually pass to HTTP to execute a PHP request from my MySQL db.
Is there a method to encode strings in banano, for example, Im using stringutils for this..
'convert a map to a querystring
Sub Map2QueryString(sm As...
Ola
This website is being created with UOENow, a Bootstrap 4 based theme from Creative Tim.
So I found this 18M+ users free hosting site and thought through my development process I can just test it so long, www.000webhost.com. I must say I liked their file manager a lot, easy to use and...
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.