can't I modify a view from a code module?

vangogh

Active Member
Licensed User
Longtime User
from my code module I should read and write the content a a label in an activity module

but

myactivity.lblmylabel.text = "working - please wait"

does not work, because lblmylabel is not visible from other modules, and I cannot define it in process_globals

what can I do?

(in basic4android i fell the lack of modules/activity intercommunication... I am writing all my "multipage" prog in a single activity module, using tons of panels...)

thank you
 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…