I just want to add an auto-completion behaviour when typing inside a cell. As far as I understood (and this may be wrong) I need to make something like a wxGridCellEditor react on user input by binding a wxCHAR event to it. I could be mistaken since I do not have much experience.
> Date: Tue, 5 Aug 2008 07:59:09 -0600 > From: [EMAIL PROTECTED] > To: [email protected] > Subject: Re: [dabo-users] On the fly auto-complete linked to database > > On Tue, Aug 5, 2008 at 3:29 AM, fv sdfsaer <[EMAIL PROTECTED]> wrote: > > Well, what I mean is that for example the wxGridCellEditor seems very > > poorly documented. I Guess that > > http://wxpython.org/docs/api/wx.grid.GridCellEditor-class.html not even > > gives all methods/events that are implemented, let well give some > > explanation on the methods. And I think it is even worse with the > > GridCellWorker class. > > Either I have only half of the documentation, or I am missing something. > > This is no criticism towards the wxpython community, however it confuses me. > > Ah, the infamous wx api docs... I think that they are purposefully > left vague like that. The API docs are auto generated just like > Dabo's, the difference being most of the methods you see in wx are > wrappers for the C++ objects and thus have no doc string or usage > example to print. The real bread and butter of the wx documentation > is in it's Demo platform, which really is a glorified realtime code > usage example kit. That said, why are you even looking at the wx > implementation? Don't we have versions of those 2 widgets in Dabo > already? > > Nate L. > > [excessive quoting removed by server] _______________________________________________ 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/[EMAIL PROTECTED]
