rdkartono Member Licensed User Longtime User Nov 11, 2019 #1 Just checked for XUI Views library, version 2.17 showed. No code using it yet, already showed an error ',' expected Click to expand... 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: ) Click to expand... Redownloaded from this forum, yet the same. What might wrong ?
Just checked for XUI Views library, version 2.17 showed. No code using it yet, already showed an error ',' expected Click to expand... 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: ) Click to expand... Redownloaded from this forum, yet the same. What might wrong ?
Erel B4X founder Staff member Licensed User Longtime User Nov 11, 2019 #2 Create a new project and add XUI Views. Do you get this error? Upvote 0
rdkartono Member Licensed User Longtime User Nov 11, 2019 #3 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
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.