P
Peter Judge
Guest
How does the below work for you? WAIT-FOR CLOSE, WINDOW-CLOSE OF hw. -- peter From: Stefan Drissen [mailto:bounce-14941@community.progress.com] Sent: Tuesday, 01 April, 2014 06:10 To: TU.OE.Development@community.progress.com Subject: RE: prowin32 hungs unexpected RE: prowin32 hungs unexpected Reply by Stefan Drissen And since this is an Advanced Business Language you can always play around with this nonsense: DEF VAR hw AS HANDLE NO-UNDO. DEF VAR ihwnd AS INT64 NO-UNDO. CREATE WINDOW hw ASSIGN X = -10000 Y = -10000 WIDTH-PIXELS = 1 HEIGHT-PIXELS = 1 VISIBLE = TRUE . ASSIGN ihwnd = hw:HWND hw:VISIBLE = FALSE . MESSAGE ihwnd VIEW-AS ALERT-BOX. ASSIGN hw:X = 100 hw:Y = 100 hw:WIDTH-PIXELS = 200 hw:HEIGHT-PIXELS = 200 hw:VISIBLE = TRUE . WAIT-FOR CLOSE OF hw. Stop receiving emails on this subject. Flag this post as spam/abuse.
Continue reading...
Continue reading...