B4J Question New version 9.00 problem

Status
Not open for further replies.

StarinschiAndrei

Active Member
Licensed User
Longtime User
Hi everyone,
Could anyone help me how can i solve the following problem? i installed the new b4j version 9.00, when i compile my old project (works fine with b4j 8.90) i got this error :

B4J Version: 9.00
Parsing code. (0.50s)
Java Version: 11
Building folders structure. (0.06s)
Compiling code. Error
Error compiling program.
Error description: Unknown member: checked
Error occurred on line: 105
rb.Checked = False
Word: checked

there is no rb.checked in my project, i try to clean project
1623132647955.png
 

Star-Dust

Expert
Licensed User
Longtime User
If so it should update because the latest version has xRadioButton instead of b4XradioButton
 
Upvote 0

StarinschiAndrei

Active Member
Licensed User
Longtime User
What version of the jSD_XUIView library do you have?
I tested with version 0.14 and your project worked with both libraries XUI Views and jSD_XUIView !
You should have compared the library list I posted in post#17 with yours.
Dear Klaus , i used 0.07 , now i updated with tha last one, and now it work fine ! ! ! thank you.
 
Upvote 0
Status
Not open for further replies.
Top