Share My Creation [BANAnoVuetifyAD3] Creating CRUD based WebApps free eBook (for those in a hurry)

Ola

Update: 31 May 2022
*****
NOTE: PLEASE NOTE THIS IS BEING RE-DESIGNED as Incwadi yamaBali (StoryBook). You can still read the attached eBook for understanding.

*****

Download the eBook

Download the BVAD3CRUD WebApp




Dependencies
BANano
BVAD3 Libraries
BVAD3 Templates

This eBook is for those in a hurry to quickly create a crud application using the BVAD CRUD builder. The CRUD builder is a months old project that I did some time ago as it helped me to produce apps rather quicky, especially those that are CRUD intensive. It generates code that you can paste to your code module, link with your app by initializing the code module in pgIndex.AddPages and then adding a link to your Drawer.

Yes, this will work well with your Abstract Designs.

If you have clarity seeking questions, some section is not clear, please hit me up.

Enjoy!

Powered by BANano+Vuetify+B4X
 
Last edited:

LJG

Member
This is amazing. I had to comment out the "clsBuilder.AddDataSource" lines because clsBuilder.AddDataSource doesn't exist. Also, maybe in the future, there will be a BANAnoVuetifyAD3 CRUD creator for non-PHP (BANoServer) based apps too. As always, great job, Mashiane!
 

Mashiane

Expert
Licensed User
Longtime User
Can you please re-download bvad3, it should be version 5.02, that should fix that. Thanks
 

Mashiane

Expert
Licensed User
Longtime User
Hi Mashiane, in your example https: //localhost/bvad3ks/index.html returns me blank page.
Greetings
Your first point of call when this happens is the developer console on your browser to see the error reported.

Did you update your config.properties file to point to your domain?

Are you using xampp or laragon? If xampp, did you change your publish variable and replaced \ with //

So as you can see its a little hard to speculate what could be wrong as you have not included the error log from the web console..

Until then..
 

roberto64

Active Member
Licensed User
Longtime User
Hi Mashiane,
1) "config.properties" ServerIP = https: // localhost
2) I am using Laragon.
I also noticed the //, https: //localhost/bvad3ks/index.html
always no blank page

Greetings
 

Attachments

  • Cattura1.PNG
    74.1 KB · Views: 273
  • Cattura2.PNG
    56.6 KB · Views: 264
Last edited:

Mashiane

Expert
Licensed User
Longtime User
Are you sure that you copied the external libraries folder from the repo to your external libraries folder for b4j?

Also there is no need to download the whole package, it's huge, that is why I said just download the library folder, run the project to recompile the b4xlib.

The best way to get the latest updates from github is to install github desktop. This only syncs new changes and not the whole repo when you do pulls. Use that instead.
 

roberto64

Active Member
Licensed User
Longtime User
hello, as you said from post # 12 and also using a high pc no same blank page error as you see.
Greetings
 

Attachments

  • Cattura.PNG
    97.6 KB · Views: 249

roberto64

Active Member
Licensed User
Longtime User
Hello Mashiane, these are all errors.
 

Mashiane

Expert
Licensed User
Longtime User
I see, definitely, the resulting output will be a blank page, because the b4j console log is reporting errors. You need to clear those first before you can continue.

In normal circumstances, all these errors are not supposed to exist, there is something you have not done right.

1. Before you run your app, ALWAYS check that the "Logs" section of the compiler is not reporting errors that will make your app not to run. For example, with the current Kitchen Sink, warnings that might show are the following below. If the warning numbers on your side are not 10, 11, 12, then you have a serious problem and you need to attend to that to see why there are errors.



2. Remember at times B4J will run even if errors exists like variables not defined with types etc. So check what the serious errors are otherwise the app will not work.

Also, check your Libraries listing, what is it showing here on your side?



3. When you run the bvad3 library project, you must NOT COMPILE TO LIBRARY, this creates problems with B4J. Just run the bvad3 library project.
 

roberto64

Active Member
Licensed User
Longtime User
Hi Mashiane, I would like to use these libraries but I don't understand why every time I update the library it gives me these errors.
Greetings
 

Mashiane

Expert
Licensed User
Longtime User
Hi MashianeView attachment 115946, I would like to use these libraries but I don't understand why every time I update the library it gives me these errors.
Greetings

This one happens when you run in debug mode, run in release mode first. I have also experienced this before and I'm not sure what the cause is.

Usually what I do I run the app in release mode. Then if I want to debug I run in debug mode but after I had run in release mode.

Q. Which version of the library as you running?
 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…