Hi!
I've two screens: Screen A and Screen B. I have push button in both the screen. When I switch from screen A to Screen B , if Push button in screen A is disabled, then push button in Screen B also should be disabled automatically. Currently I'm checking the status of Pushbutton of Screen A (enable or disable) in Screen B and set the status of Push button in screen B accordingly. But it always detect pushbutton in screen A as disabled.
My question is when switch from one screen to another, will the pushbutton in previous screen automatically disabled? How should I achieve this task?
Thank you