D.Cook
Member
I am having a problem with a wait-for with a sole condition of U1 of the current procedure. The wait-for statement is below, and works fine in batch mode on Windows, but not Linux.
There is one procedure defined in this program which has the following line:
Only in Linux do I get this error:
Any clues??
Code:
wait-for U1 of this-procedure
pause vl_pause.
Code:
apply "U1" to this-procedure.
None of the widgets used in the WAIT-FOR statement are in a state (such as SENSITIVE) such that the specified event can occur. WAIT-FOR terminated. (4123)
Any clues??