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
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: