Hi there
This is a response to a thread post and I think it deserves its own place just to clarify something and give a background.
1. Almost everything of what you see in the kitchen sink is done via the abstract designer without coding.
View attachment 124064
2. Each custom view in the BVAD3 system is done based on the Vuetify API. For example, the API for an VAlert is here, https://vuetifyjs.com/en/api/v-alert/#links.
This describes each attribute and what it does. This documentation already exists is available from the Vuetify Website.
View attachment 124065
For example, producing this
View attachment 124066
is possible through this code.
View attachment 124067
3. This Vuetify API has been re-created as custom views which by changing properties you are able to produce the same result.
View attachment 124068
As an example, check the Dark property comments (bottom) and also compare from the VuetifyAPI.
View attachment 124071
4. The Vuetify Website has all the components with example source code. One clicks the <> button to view the source of any component.
View attachment 124069
5. All of the Vuetify components (including additional ones) as available for the abstract designer. You design your UI based on the schema provided by Vuetify, e.g. put components inside another and set properties and after that generate events.
View attachment 124070
6. To get an understanding of how BANano works, you can start here.
Original Post
This is a response to a thread post and I think it deserves its own place just to clarify something and give a background.
1. Almost everything of what you see in the kitchen sink is done via the abstract designer without coding.
View attachment 124064
2. Each custom view in the BVAD3 system is done based on the Vuetify API. For example, the API for an VAlert is here, https://vuetifyjs.com/en/api/v-alert/#links.
This describes each attribute and what it does. This documentation already exists is available from the Vuetify Website.
View attachment 124065
For example, producing this
View attachment 124066
is possible through this code.
View attachment 124067
3. This Vuetify API has been re-created as custom views which by changing properties you are able to produce the same result.
View attachment 124068
As an example, check the Dark property comments (bottom) and also compare from the VuetifyAPI.
View attachment 124071
4. The Vuetify Website has all the components with example source code. One clicks the <> button to view the source of any component.
View attachment 124069
5. All of the Vuetify components (including additional ones) as available for the abstract designer. You design your UI based on the schema provided by Vuetify, e.g. put components inside another and set properties and after that generate events.
View attachment 124070
6. To get an understanding of how BANano works, you can start here.
BANano for Dummies by Example
Ola BANAno4Dummies TERMS OF ENGAGEMENT: Please DO NOT POST QUESTIONS ON THIS THREAD. I AM ONLY DOING THIS DUE TO THE NUMEROUS REQUESTS I HAVE RECEIVED TO DO IT. I AM NOT A BANANO EXPERT AND STILL A DUMMY MYSELF, EXPECT SPELLING ERRORS (I SPEAK XHOSA), EXPECT CODE ERRORS, BE CONSIDERATE, BE...
www.b4x.com
Original Post
My new PWA (BANANO Vuetify)
I am trying to transform the company App into a PWA with Banano and Vuetify. You can consult the registry of employees, customers and contact persons. Warehouse and warehouse movements. In addition, the reports of the interventions with relative photos are preserved. This is used to create the...
www.b4x.com