B4J Question [BANanoVuetifyAD3] ',' expected error

LJG

Member
Still trying to run the simple blank BANanoVuetifyAD3 project but I get the following error in "pgIndex":

Sub Init
'initialize the app
vuetify.Initialize(Me) 'Error here in line 9 = ',' expected
'render the ux
vuetify.Serve
End Sub

B4J Version: 8.90
Parsing code. (1.78s)
Java Version: 11
Building folders structure. (0.45s)
Compiling code. Error
Error compiling program.
Error description: ',' expected.
Error occurred on line: 9
vuetify.Initialize(Me)
Word: )

Please help resolve ... thank you.
 

LJG

Member
Solution: vuetify.Initialize(Me) needs two arguments: Module as Object and myapp As String (vuetify.Initialize(Me, "MyApp"))
 
Upvote 0

Mashiane

Expert
Licensed User
Longtime User
Great, please update the title thread to be prefixed with SOLVED.

Also please note that the latest b4x template file is available here. https://github.com/Mashiane/BANanoVuetifyAD3/blob/main/Templates/BVAD3.b4xtemplate

Please watch the github repo so that you get updated of changes. Due to time constraints I am not updating any old projects.

PS: If you want the most updated tutorial with the latest snippets about BVAD3, please just run tutorial 67. It has everything we have come to build BVAD3 on.
 
  • Like
Reactions: LJG
Upvote 0
Top