We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
posted on 2015/07/29 01:44:50 AM CEST
I have a 2 screen program. The first screen has a push button to get me to screen 2.
Screen 2 has a EveNumber that displays the results of an a/d.
If I delete screen 1 the DrawScreen(@Screen2) displays the a/d results normally.
If I add screen 1 back in, the program flashes screen 1 and then immediately goes to screen 2.
Need to know how and where to put the call to refresh the EveNumber and still be able to manually switch between screens.