Click on screen button and enable another screen button

One question: is it possible, while on a screen, to click on a button and enable the button or a textbox from another screen? Just out of curiosity because I didn’t see anything related to that here.

hmmmm… try this idea, will it ok for you or not.

  1. use tinydb.
  2. in screen1 if you clicked the button set specific value in tinydb as enable or disable or yes or no like combination
  3. in screen2, while initialization call this tinydb. If the value yes or enable mean, set the button enable if not set it disable the button

I tried by using open another screen with start value

controls_openAnotherScreenWithStartValue

Button.aia (3.6 KB)
Button.apk (5.3 MB)

Screen 1

image

Screen 2

image

1 Like