Użytkownik Paul McNett napisał: > Okay, I was wrong. I think at one point I was right, but when I test on Linux > now I > see that LostFocus of the control fires before GotFocus of the new control. > > > >>> You can also use Dabo's field validation to accomplish this. >>> >>> >> OK, I understand, but here is code from Dabo: >> >> def __onLostFocus(self, evt): >> if not self: >> return >> if self._lostFocus() is False: >> evt.stop() >> >> It's from dDataControlMixinBase class. Did it works after all you say here? >> > Here's what I was able to whip up to work: > > http://trac.dabodev.com/wiki/LostFocus1 >
Ok, thanks Paul. -- Regards Jacek Kałucki _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
