Re: [dabo-users] PyDeadObject from Modal Form

2009-08-21 Thread Paul McNett
Miguel Lopes wrote: > On Mon, Aug 3, 2009 at 6:02 PM, Paul McNett wrote: >> Does this patch fix it? >> >> {{{ >> Index: dabo/ui/uiwx/dForm.py > Working greate on both: > Python Version: 2.5.4 on darwin > Dabo Version: Version 0.9.2; Revision 5328M + Your Patch to dForm > UI Version: 2.8.9.2 on wxM

Re: [dabo-users] PyDeadObject from Modal Form

2009-08-21 Thread Miguel Lopes
On Mon, Aug 3, 2009 at 6:02 PM, Paul McNett wrote: > > Does this patch fix it? > > {{{ > Index: dabo/ui/uiwx/dForm.py > === > --- dabo/ui/uiwx/dForm.py       (revision 5305) > +++ dabo/ui/uiwx/dForm.py       (working copy) > @@ -924,30

Re: [dabo-users] PyDeadObject from Modal Form

2009-08-03 Thread Paul McNett
(revisited thread from July 7): http://leafe.com/archives/showFullThd/422649 Miguel Lopes wrote: > The bulk of my application is hand coded, and I'm planing to use cdxml dForm > (instantiated as Modal) to edit simple records. > > I'm experimenting with such a form, but ran into a PyDeadObjectErro

Re: [dabo-users] PyDeadObject from Modal Form

2009-07-07 Thread Miguel Lopes
On Tue, Jul 7, 2009 at 4:20 PM, Paul McNett wrote: > Ed Leafe wrote: >>       I've never been able to run a dForm as a modal dialog. The error is >> occurring in the code that attempts to make the form into a dialog >> temporarily, and then turn it back into a form. ... > That said, I do use this i

Re: [dabo-users] PyDeadObject from Modal Form

2009-07-07 Thread Paul McNett
Ed Leafe wrote: > I've never been able to run a dForm as a modal dialog. The error is > occurring in the code that attempts to make the form into a dialog > temporarily, and then turn it back into a form. There are all kinds of subtle and not-so-subtle problems with this hack. The prob

Re: [dabo-users] PyDeadObject from Modal Form

2009-07-07 Thread Ed Leafe
On Jul 7, 2009, at 6:22 AM, Miguel Lopes wrote: > The bulk of my application is hand coded, and I'm planing to use > cdxml dForm > (instantiated as Modal) to edit simple records. > > I'm experimenting with such a form, but ran into a PyDeadObjectError > exception that I can figure out how to avo

[dabo-users] PyDeadObject from Modal Form

2009-07-07 Thread Miguel Lopes
The bulk of my application is hand coded, and I'm planing to use cdxml dForm (instantiated as Modal) to edit simple records. I'm experimenting with such a form, but ran into a PyDeadObjectError exception that I can figure out how to avoid. his exception is significant since I can no longer reinsta