B4J Question XUI Views problem

rdkartono

Member
Licensed User
Longtime User
Just checked for XUI Views library, version 2.17 showed.
No code using it yet, already showed an error
',' expected

If click Run , then showed error :
B4J Version: 7.80
Java Version: 8
Parsing code. (0.06s)
Building folders structure. (0.03s)
Compiling code. Error
Error compiling program.
Error description: ',' expected.
Error occurred on line: 194
btn.Initialize("Button")
Word: )

Redownloaded from this forum, yet the same.
What might wrong ?
 

rdkartono

Member
Licensed User
Longtime User
Ah I am sorry, found the problem.

I created java library, with @BA.ShortName("button").
I renamed become @BA.ShortName("HardwareButton") then it become okay.

However, before I enabled XUI Views in Library, @BA.ShortName("button") was okay, app can compile and run.

Sorry for this.
 
Upvote 0
Top