Hello,
Looking around the forums I found call sub and process class but I believe from reading this is not possible.
Basically in VB to reference and change someone on a different form you would type. main1.button.whatever
Now in Basic 4 Android I have put in this code with no issues except when running the programs obviously
What I'm looking at is a situation where someone completes something then I change the color of the button on the main module.
Maybe I'm missing the thread or the point.
Looking around the forums I found call sub and process class but I believe from reading this is not possible.
Basically in VB to reference and change someone on a different form you would type. main1.button.whatever
Now in Basic 4 Android I have put in this code with no issues except when running the programs obviously
B4X:
quotes.btnOne.Text = "Me"
What I'm looking at is a situation where someone completes something then I change the color of the button on the main module.
Maybe I'm missing the thread or the point.