Re: [Boa Constr] Bos and customised Grid
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2001-08-17 13:54:57
|
Hi Horst, Horst Eyermann wrote: > > Hello, > I am using boa since a fairly short time, and so far I am quite pleased with > it. > However, I now am at a point, where I need some advice. > > In my application, I try to add a customised Grid (for accessing ~ 100000 word > wordlists). > What would be the way to go? - I propably just could hack it in the source > code, but then I guess, I could not access properties from within boa. Unfortunately Boa cannot give more support for wxGrid at the moment. When Boa's property detection/introspection code examines a wxGrid this sometimes leads to crashes, so I only display properties from it's wxWindow base class. Deleting the grid in the Designer can also lead to a crash :(( The best advice I have in connection with grids is to do all the grid creation and initialisation code by hand in the __init__ method. Do not edit _init_* methods! -- Riaan Booysen ___________________________________________________ Boa Constructor - RAD GUI building IDE for wxPython http://boa-constructor.sourceforge.net |