Screen Components Disapear after Popup Closes


Recommended Posts

Hello,

I am using a page called 'Control_Screen' as the main interface, and a page called 'Wait' as a popup that starts when the program opens. The 'Wait' page just displays a message while a sequence executes a delay, and then starts some other sequences. The sequence that I am using is:

page.Wait.PopupModeless()

delay(3)

beginseq(Send)

page.Wait.ClosePopup()

The 'Send' sequence contains a script that resets my LabJack U3s, configures the timers, declares global variables, and then starts other sequences.

Sometimes this works fine, but other times some of the components of the 'Control_Screen' do not reappear after the popup closes. It will pretty much only display my panels. It leaves off any buttons, text, variable values, etc.. Is this a problem with my sequence? Is there another way of achieving the same action, without this problem?

Thanks

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.