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

Mashiane

Expert
Licensed User
Longtime User
Part 52 - Creating a Task Management Dashboard

Download Section 1

As you might have noted, we have become more practical about this library by creating real world situation based projects, How about a Task Management Dashboard.

Here is section 1 of it.



A complete dashboard coming soon with source code!

Enjoy!

PS: For your web app development needs, sends me a PM and lets discuss your needs. My mobile is +27 81 736 6739
 
Last edited:

Mashiane

Expert
Licensed User
Longtime User

roberto64

Active Member
Licensed User
Longtime User
Hi Mashiane, I found in your examples there are many that there are no more statements like "vuetify.AddTabs (.....), example 50 ....., vuetify.DialogInitialize, vuetify.Initialize (Me)", I think it is better review your examples.
regards
 

Mashiane

Expert
Licensed User
Longtime User
Hi @roberto64 ,

Update:

Remember, some examples are just dealing with a particular issue and others not. Whilst these codes might not be in some examples, it does not mean that it does not work. I don't think there is a need to review a working example unless something in it is actually not working completely. Which I will gladly fix, except for very very old code that might no longer be maintained.

And yes, vuetify.AddTabs and Vuetify.DialogInitialize etc are "longer" sub signatures, compared to newer versions, so its like AddTabs and AddTabs1 but AddTabs1 is a child method that eliminates the need to specify the parent id of where you want to add the tab to.

I will add a comparison table so that I am able to provide clarity about the "enhancements", but nothing is broken. Ta!
 
Last edited:

roberto64

Active Member
Licensed User
Longtime User
Hi Mashine, I did not want to tell you that the code of the examples did not work "I got it wrong", indeed congratulations of the Vuetify library, and that only the examples of the tutorial having updated the library some instructions and divera, being not very expert of Vuetify remains a bit ploblematic and I think even those who look out to this library will remain a bit complex.
anyway I tell you you did a great job. Regards
 

Mashiane

Expert
Licensed User
Longtime User
remains a bit ploblematic and I think even those who look out to this library will remain a bit complex.
Thank you @roberto64 for your words. I would encourage anyone who finds an area challenging to please post a question on the forum or via pm and I will be glad to help.

The library itself has evolved but the ultimate goal is to use as much as possible the abstract designer functionality and less and less code. For example, I want to create layout blocks that are "reusable" with little effort as much as possible. The advantage with blocks is that you get pre-defined layouts that you can use. The only thing is that one will have to change the block to suit their needs when it comes to that.

So if there is anything, you are stuck with, please post a question and we will reach a solution.
 

roberto64

Active Member
Licensed User
Longtime User
Hi, I'm trying your example Part60, in the databases menu selecting both Mysql PHP and Sqlite PHP gives me this message "An error took place whilst running the command" and in the google console "bananocore.js: 14 POST https: // localhost / bvad3 / localhost / bvad3 / bvad3.php 404 (Not Found) "
I state that I am using Laragon.
Greetings
 

Mashiane

Expert
Licensed User
Longtime User
@roberto64

Using Laragon as Dev Server

Q. Is your Laragon running in https mode? If not, you need to follow these instructions on the link https mode.
Q. Is sqlite3 extension for php enabled? If not, see the same thread on how to do that
Q. Is mysqli extension for php enabled? if not, see the same thread on how to do that.
Q. Are your mysql connection details set up in the file myconfig.php in the files folder of your b4j project? If not please ensure that this is done.
Q. On the b4j project, there is a test.db SQLite database, have you created similar with MySQL? You can back this up and restore it to MySQL.
 

roberto64

Active Member
Licensed User
Longtime User
Hello, all your questions you asked have been verified, I have already set everything up beforehand
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…