B4J Tutorial [BANanoVuetifyAD3] Create Professional Looking Vuetify WebSites & WebApps with BANano

Mashiane

Expert
Licensed User
Longtime User
New Form Builder Concept - Trapping Events

 

Mashiane

Expert
Licensed User
Longtime User
New Form Builder Concept - Linking the Form to the DataSource

 

Mashiane

Expert
Licensed User
Longtime User
New Form Builder Concept - Linking the form to the DataSource & Executing CRUD

 

Mashiane

Expert
Licensed User
Longtime User
Part 09 of the lessons is out..

 

Mashiane

Expert
Licensed User
Longtime User
Download

Kitchen Sink
Version 5.82

 
Last edited:

cristian petersen

Member
Licensed User
Longtime User
hello,
I just follow the instructions to install en start to get into this new world of BananoVuetifyAD3.
I downloaded and copied all the files mentiones in https://www.b4x.com/android/forum/t...nanovuetifyad3-the-new-series.132305/#content
I am facing an error when compiling:
At first was that manifest of BananoVuetifyAD3 was not found, I downloaded all the files and run generating a new B4xlib solving that issue.
My actual error compiling is that manifest in BananoAnimeJs is not found. I generated a neu b4xlib but problem is still present.
So my result is a blank web page.
Any help would be appreciate.
 

Mashiane

Expert
Licensed User
Longtime User
IMPORTANT INFORMATION - Using BANAnoServer MySQL Connector

Just suffered some time loss due to connection issues. Solved it by using the latest connector.

Ensure you get the latest here: https://dev.mysql.com/downloads/connector/j/

This is what I'm using for the BANanoServer connections after shifting to java 32 bit.

B4X:
#AdditionalJar: mysql-connector-java-8.0.26.jar

PS: Also noted that also in the forum there has been a lot of questions about these types of issues.
 

cristian petersen

Member
Licensed User
Longtime User
Hello ,
I don't know what is different today from yesterday but now I am able to see the web page result, even though I still see "animejs manifest not found" in B4J log.

I am guessing there is something to do with the drive location of the b4xlib files? My path for the libraries is the way Erel suggested in the post https://www.b4x.com/android/forum/threads/b4x-additional-libraries-folder.103165/
C:\B4X_Additional_libraries
B4A
B4J
B4x
In my case when recreating the BananoVuetify3AD.b4xlib it is created in C:\B4X_Additional_libraries. If I put the file in C:\B4X_Additional_libraries\B4J and compile I see a the error showed in B4J and a blank web page. The browser console log shows:
Uncaught SyntaxError: missing name after . operator app.js:5436:661707
I hope I am giving enough data to correct the error. (mine I guess)
TIA
 

Mashiane

Expert
Licensed User
Longtime User
This seems to narrow it down to AnimeJS, then I guess you need to also download the sources for BANanoAnimeJS and then run it to compile it.

 

cristian petersen

Member
Licensed User
Longtime User
Recompiled without luck
After recompiled file is created in C:\B4X_Additional_libraries
when creating a new app with BVAD3EDS (without any modifications)
I read in B4J log:
unknown member: anime

If I delete from C:\B4X_Additional_libraries and copy to C:\B4X_Additional_libraries\B4J
I see this in B4J log
Miembro desconocido: alternate
ViewHome - 8: La variable 'btnStartLoader' no se ha inicializado. (warning #11)
ViewHome - 9: La variable 'btnStopLoader' no se ha inicializado. (warning #11)

in both cases unable to compile.
 

Mashiane

Expert
Licensed User
Longtime User
For some reason you dont have all the needed resources to make this work. Perhaps lets try it again.

Internally, the BANanoAnimeJS library has all the needed files to make it work.



1. Download the BANanoAnimeJS folder
2. Open the BANanoAnimeJS B4j project and run it (DO NOT COMPILE TO LIBRARY)
3. This should compile a BANanoAnimeJS b4x lib for you.

Secondly

Download the BVAD3 library source code
Open the B4J project file and also RUN it (DO NOT COMPILE TO LIBRARY)
The BVAD3 project references the BANanoAnimeJS project as indicated below:



Please note that if you have any BANanoAnimeJS.jar and BANanoVuetifyAD3.jar in your external libraries , delete them.

Thirdly

Get the New Awesome Kitchen Sink WebApp project, open the project and run it. As an example, this is my kitchen sink project.



In the web browser, whether you see a blank page, do an HARD BROWSER RESET, ie press and hold shift + click refresh.

All the best.

PS: Also, before you run the project, check to see if there is any error on the B4j logs before compilation. If the warnings are not 10, 11, 12 at least then, you need to attend to that error. Are you also running the latest version of B4J?

 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…