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.
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.