Re: [Boa Constr] 2 problems-- wxMenu and python crashing
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2002-07-06 01:13:45
|
Hi John, John Boik wrote: > > Excellent Riaan. Thanks so much for the help. It actually did read > Docs/boa/apphelp/MixingSource.html (several times), its just that I didnt > understand it. Feel free to mail me suggestions on how to make it more comprehensible. > But I am learning fast and your last post helped quite a > bit. Now my skeleton application works...sort of. I can now open it with > the Inspector, but unfortunately the new code has introduced a new problem. > It gives an error after execution, suggesting that I have memeory leaks. Do > you know what would cause this? You have to destroy the wxDiagram object yourself. Please see the wxPython ogl demo and the Boa source code (OGLViews.py) for examples of this. > Im sure you are a very busy man and have other things to do than answer my > questions, but I really do appreciate the help getting started. Just let me > know if I am wearing out my welcome. Once I get some basics down, I think I > will be fine. As a guideline, I would prefer to help with Boa spesific issues. > > Best, > John Cheers, Riaan. |