Android Question Designer in B4a, when compiling errors:- Compiling layouts code. Error '=' expected.

Sagenut

Expert
Licensed User
Longtime User
Error is in the SCRIPTS in the Designer.
In SplashScreen layout exactly.
The error can be something like
B4X:
Label1.width 30dip    'Here is missing the =

Label1.width = 30dip  'This is correct
 
Last edited:
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…