I have a project which works. I removed a label then the project wouldn't compile. I don't remember the error but I think it was something like
"=" expected. go to designer script.
I couldn't see anything wrong in the designer script. I had deleted the label in my module so I tried replacing the label in the designer and generated the member and this stopped the error. To save time I made the label invisible.
Now, in the same project, I want to delete another label, and I get
B4A Version: 9.50
Java Version: 8
Parsing code. (0.05s)
Building folders structure. (0.13s)
Compiling code. (0.16s)
Compiling layouts code. Error
Unassigned variable: 'label1'
Error File: GETtestlayout01.bal
Go to the designer script page to debug this error.
Their is no label1 in the designer script or in my module.
Maybe there is some corruption in the bal file?
Can anyone advise me how to fix it?
Maybe I delete a view the wrong way. I delete it in the designer then I remove references in the Main module.
"=" expected. go to designer script.
I couldn't see anything wrong in the designer script. I had deleted the label in my module so I tried replacing the label in the designer and generated the member and this stopped the error. To save time I made the label invisible.
Now, in the same project, I want to delete another label, and I get
B4A Version: 9.50
Java Version: 8
Parsing code. (0.05s)
Building folders structure. (0.13s)
Compiling code. (0.16s)
Compiling layouts code. Error
Unassigned variable: 'label1'
Error File: GETtestlayout01.bal
Go to the designer script page to debug this error.
Their is no label1 in the designer script or in my module.
Maybe there is some corruption in the bal file?
Can anyone advise me how to fix it?
Maybe I delete a view the wrong way. I delete it in the designer then I remove references in the Main module.