On Saturday 16 February 2008 11:07:15 pm johnf wrote: > On Saturday 16 February 2008 04:17:32 pm Ed Leafe wrote: > > On Feb 16, 2008, at 2:05 PM, johnf wrote: > > > I'm getting a new error from one of my forms when I close the form. > > > However, > > > it does not happen every time. It is a very complex form and does a > > > lot with > > > data but I have tried to comment out all the UI stuff without much > > > success in > > > eliminating the error. Anyone have an idea what this is about and > > > it's cure. > > > > Platform, version, etc. would be helpful. But from the subject it > > looks like a Python memory error. > > > > BTW, be careful with subjects with lots of asterisks, etc. - those > > tend to get caught by spam filters. Next time, put the error message > > in the body of the email. > > > > -- Ed Leafe > > The same thing happens on both SUSE 10.3 wxPython 2.8.6 and windows XP and > wxPython 2.8.x > > I sure could use some help with this - because it's kicking my butt. I > have about 3.5 hours trying to find this bug. I does not happen every > time. But does happen only on closing of the form. I first noticed it > because I had two forms open and closing the form in question closed both > forms. Other than that fact all works on the form. I tried removing most > of the UI but the bug stayed. So at this point I think it has something to > do with the bizobjects. I'll know more tomorrow.
I really could not figure out what caused the problem. It is diffcult to follow events in Dabo. But I was able to determine it had something to do with my VCR Class (VCR buttons). The funny thing is I have been using the Class on other forms without issue. But on this form it caused the Form.Close() method not to work correctly. I have decided not to use them on this form (not really required). But that really does not address the underlying cause of the trouble. The Class code is sort of long and requires that you understand the meta-data involved. So I have not posted it. thanks for your help. -- John Fabiani _______________________________________________ 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/dabo-users/[EMAIL PROTECTED]
