On 7/6/11 2:55 PM, Jacek Kałucki wrote: > Użytkownik Ed Leafe napisał: >> dabo Commit >> Revision 6616 >> Date: 2011-06-05 19:15:14 -0700 (Sun, 05 Jun 2011) >> Author: Ed >> Trac: http://trac.dabodev.com/changeset/6616 >> >> Changed: >> U trunk/dabo/ui/uiwx/dGrid.py >> >> Log: >> This fixes the issues with the segfault/bus error that was being seen when >> running the Class Designer under Python 2.7. Please test on your systems to >> verify that it works on all platform/version combinations. > > Hi. > > This commit breaks dynamic cell properties support - only last column > properties are set. > It's because of the nature of callAfterInterval method. > Additionally it causes PyDeadObjectError in all callables assigned to > DynamicCell* properties. > Could we avoid delayed code, please?
Confirmed on both counts by Jacek. I was confused as to why my users were all of a sudden getting dead object exceptions, and also noticed the lack of dynamic cell rendering. But delayed calling is necessary sometimes, unfortunately. Paul _______________________________________________ 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]
