[Progress Communities] [Progress OpenEdge ABL] Forum Post: Invalid widget handle used in WAIT-FOR statement

  • Thread starter Thread starter Patrick Tingen
  • Start date Start date
Status
Not open for further replies.
P

Patrick Tingen

Guest
I might be stupid of haven't had enough coffie yet, but for the life of me I cannot figure out how to fix this. Situation: I have a normal window that calls another one to show some information. The second window pops up User closes first window, second window stays open User closes second window, error 'Invalid widget...' occurs In other variants I got the error '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)' but I think the cause is the same. In a sense I understand why it fails, but in turn I fail to fix it :( The events that fire is a kind of jungle; close of this-procedure, go of frame, window-close etc. I am kind of lost how I should fix it. Attached a very simple test case. Place them in c:\temp and run test_hello.w. (Please visit the site to view this file)

Continue reading...
 
Status
Not open for further replies.
Back
Top