Does anyone know some workaround?
Compiler error:
src\b4j\example\servercorsfilter.java:115: error: no suitable constructor found for FilterHolder(Class<CAP#1>)
FilterHolder fh = new FilterHolder((Class<? extends Filter>) Class.forName("org.eclipse.jetty.servlets.CrossOriginFilter"))...
Hi there
Yesterday I got meself thinking, what if I could ensure SSR (Server Side Rendering) be possible in the BVAD3 apps.?
Server-side rendering (SSR) is an application’s ability to convert HTML files on the server into a fully rendered HTML page for the client. The web browser submits a...
I noted that when I run a BananoServer project (release compile) I can see "Reconnecting web socket" messages in the Verbose part of the client side web browser console. I don't like these messages being exposed. I assume they are not exposed when using HTTPS, but not all use HTTPS when using...
Hi there
The browser has a very nice way to detect whether its offline (internet off) and online (internet on), without one having to define a timer. The window object has an online and an offline status event. This can be useful when you want, when the internet goes off, log off a user etc...
I just updated to the new Banano/BananoServer version 7.35 (thank you Alain Bailleul).
I am a BananoServer user and I noted the following in the new version:
1) In the new BananoServer version, I must add the following additional jars to make it work (even if I do not use HikariCP)...
Hi there
BTW, Happy new year.
Its such a pleasure to work on this library and thanks to everyone behind this project.
We have some amazing components coming e.g. AvatarGroup + Minus Plus VChip. These afford a lot of endless possibilities. This also enabled us to test the combo multi-select...
Ola
Download
Successfully implement a direct SQLite connection for BANanoVuetifyAD3 BANanoServer SQLite and did some crud. This depends on BANanoVuetifyAD3 Version 6.05 Update 15.
NB: This uses jSQL
DataSource Connection Settings
This shoul be uploaded soon...
Hi!
Just recently discovered the BANano and BANanoServer projects and I'm completely thrilled.
I looked around a bit, and couldn't find any examples or hints on how to do the following stuff:
Multiple simultaneous uploads (an asynchronous solution that is) that allows me to show the upload...
I noticed using the SignIn example that if I log into the www.mywebsite.org/AppName/#/home page, it can log in without being authenticated.
It is a problem if the person manages to enter the pages by saving the address and recalling the history without having to authenticate.
Is it a solvable...
Hi,
It says that NumberFormat and NumberFormat2 is supported in BANano but I get a different behavior than in B4J.
If I use:
NumberFormat2(314.159265359, 1, 2, 0, False))
In B4J I get what I want:
314.16
In BANano I only get (wrong)
314
If I change MinimumFractions to 2 then I get (this is...
Hi,
I try to add select and textfields in Visual/Abstract Designer and I get a white field which is not present in the Kitchen Sink demo, see picture:
I can not see anything that differs in the generated html code between mine and the Kitchen Sink Demo.
I do not want the white field with the...
Ola
First, thanks to everyone and each of our sponsors and donators who has made this possible. This would not be possible without B4X and BANano. Many thanks to those intellects.
Over the past few months we have been attempting to ensure BANanoVuetifyAD3 works very well with jRDC2. We have...
Ola
First of all, a great thanks to Alain for his brilliant BANano project, otherwise this feat would not even be close to possible. Above all else, Viva to Erel & B4X! A great thanks!! ?
Anyway, You’re not obligated to win. You’re obligated to keep trying to do the best you can every day...
Ola
Fortunately one can access the b4xgoodies via a WebApp on their mobile devices. In this video below, we detail how one needs to:
Steps to reproduce on your Mobile Device
1. Visit https://mashiane.github.io/Walts-B4XGoodies-using-BVAD3/
2. Select the hamburger button and select Tools > Get...
Ola
I'm compiling a library and have this sub
'get component
Sub ToString As String
#If debug
Dim eName As String = $"${ID}_change"$
If SubExists(Module, eName) = False Then
Log($"The '${eName}' event has not been defined!"$)
End If
eName = $"${ID}_click"$
If...
Hi, i trying to run the banano demo but i don't know why an error emerges, all libraries are installed, anyone know about how to solve this?
Seems its not detect the BANano library and try to compile as a regular b4j app.
In BANano v5, you could already use Live Code Swapping to speed up development drastically. In the upcoming update, you will even be able to use the Abstract Designer to make Live changes to your designs and see the result immediately in your Web Browser after saving the design changes! Again...
Ola
Download
Why the BANano Custom View Creator?
The beauty of BANano is that it enables one to use any front-end framework they want. This means that you can pick any framework like Bootstrap, VueJS, Pure, Bulma, Skeleton etc to use.
Luckily, the Skeleton framework comes built in and I have...
Ola
Download
With intentions to do some PHP related functions, i've thought why not make a class with all functions that could be used. Besides uploading files, sending emails, we can do other things too. This is based on some stuff I have been using..
Will sectionalize the examples... and...
Ola
I need a way to execute code during the ready change event of the document.
I have added this call in banano_ready
Dim cb As BANanoObject = BANano.callback(Me, "readychange", Null)
BANano.Window.GetField("document").AddEventListener("readystatechange", cb, True)
I am trapping this...
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.