update text box before showing pop up screen
Posted: Thu Mar 28, 2013 7:32 am
I have a pop up screen with a text box on it. The text box has a bunch of different messages that are controlled with a tag. My PLC sets that tag to pick a certain message, and then it changes the New Screen variable to show the pop up.
The one annoying thing about it is that the pop up always shows the last message for half a second or so before switching to the correct message. I even tried having my PLC update the message tag, wait a few seconds, and then trigger the pop up, but the problem remains.
So it boils down to this - is there any way to update a screen before showing it so that it's correct when the user first sees it?
The one annoying thing about it is that the pop up always shows the last message for half a second or so before switching to the correct message. I even tried having my PLC update the message tag, wait a few seconds, and then trigger the pop up, but the problem remains.
So it boils down to this - is there any way to update a screen before showing it so that it's correct when the user first sees it?