Hello,
I use a lot of "addtextbox" instructions in my application and it does not work anymore in V5 like it was in V4.
Everything looks like the dynamically created Text boxes (or other items) are not considered as GLOBALS anymore (they definitely were in V4).
In other words, a textbox object created with "addtextbox" in "sub mysub1" is not accessible in "sub mysub2".
By the way, compilation gives me errors if I check the new option "check for unassigned / unused variables" in the "tools" menu.
This is very annoying.
Any idea ?
I use a lot of "addtextbox" instructions in my application and it does not work anymore in V5 like it was in V4.
Everything looks like the dynamically created Text boxes (or other items) are not considered as GLOBALS anymore (they definitely were in V4).
In other words, a textbox object created with "addtextbox" in "sub mysub1" is not accessible in "sub mysub2".
By the way, compilation gives me errors if I check the new option "check for unassigned / unused variables" in the "tools" menu.
This is very annoying.
Any idea ?
Last edited: