banano

  1. Mashiane

    B4J Question [BANano.SendEmail] How can I set up gmail / Elastic

    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...
  2. walterf25

    B4J Question BaNano JavaScript

    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...
  3. OliverA

    B4J Question [Solved][BANano] Odd <br> handling

    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")...
  4. Mashiane

    B4J Tutorial [BANano] UOEGridTable IconRenderer

    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...
  5. Mashiane

    B4J Library [BANano] UOEGridTable Conditional Value Display Formatting

    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...
  6. Mashiane

    B4J Code Snippet [BANano]: Executing code without using BANano.Eval

    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...
  7. Mashiane

    B4J Tutorial [BANano] UOEGrid Column Renderer - Let's display images etc

    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...
  8. Mashiane

    B4J Tutorial [BANano] Creating Connected Grid Tables with UOEGridTable

    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...
  9. Mashiane

    B4J Tutorial [BANano] Creating Master Details Grid with UOEGridTable

    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...
  10. Mashiane

    B4J Library [BANano] UOEGridTable: An interesting grid that you might like

    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...
  11. Mashiane

    B4J Question [BANano] How to get all events linked to an element?

    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 =...
  12. Mashiane

    B4J Question [BANano] [SOLVED] How to define events for custom component?

    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...
  13. Mashiane

    B4J Library [BANano] UOETreeView: A designer treeview you might use

    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...
  14. Mashiane

    B4J Library [BANano] ChartJS charts with 1 line of code using UOECharts

    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"...
  15. Mashiane

    B4J Tutorial [BANano] MySQL CRUD with PHP - Part 2

    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...
  16. Mashiane

    B4J Tutorial [BANano] MySQL CRUD with PHP - Part 1

    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...
  17. Mashiane

    B4J Question [BANAno] [SOLVED] CallAjaxWait for dummies...

    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...
  18. Mashiane

    B4J Question [BANano]: [SOLVED] How to UTF8 encode strings for URL querystrings?

    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...
  19. I

    Wish [BANano] Any charts lib?

    Does BANano has any charts library?
  20. Mashiane

    Share My Creation [Websites] Developing my BANano based website with free hosting

    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...
Top