Użytkownik Ed Leafe napisał:
>       Instead of wiping out the entire method, try wrapping the call with
> the standard check for wx objects:
>
> if not self:
>       return
> self._inFlush = True
>
>       Let me know if that solves your issue.
>
>    

It was an thinking shortcut. Actually my code is:
         if not self:
             return

Any property value assignment causes an exception.
I'm still digging in code trying to find best solution.

-- 
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]

Reply via email to