From: Rodrigo M. <rod...@te...> - 2004-06-04 17:44:17
|
Hi Alex The EndWindow() is not working when used in owner button. If On Exit is used on Init Window, it's works, but i need click 2 or 3 times to exit. The Windows button to close aplication is fine. Please, change the samples/a.prg at line 27 and change this code: @ 2,3 OWNERBUTTON OF oPanel ON CLICK {||CreateChildWindow()} ; and replace by this code: @ 2,3 OWNERBUTTON OF oPanel ON CLICK {||EndWindow()} ; And click in button to end the aplication. Best Regards Rodrigo |