Użytkownik Paul McNett napisał: > Jacek Kałucki wrote: > >> I have one question Paul. >> Why loginDialog form isn't realased until application close? >> > > It doesn't get released? That's news to me! >
Precisely, __onDestroy event of controls on this form aren't fired until application close. And more strange, aren't fired at all if I cancel login dialog. What do you think about it? I made little change and added loginDialog.release() immediately before return. Now they are fired earlier, I mean, on successful login. -- Regards Jacek Kałucki _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
