[wxPython-users] Some ListCrtl questions
Armando Serrano Lombillo
arserlom at gmail.com
Mon Feb 4 11:59:23 PST 2008
Thanks a lot for the help.
> You might want to take a look at wxPropertyGrid at
> http://wxpropgrid.sourceforge.net/cgi-bin/index
This looks great, just what I was looking for. I haven't been able to
download the code yet because the website isn't working very well
right now (or maybe it's my internet connection) but I think I'll end
up using it. It's a pity it isn't in the main wxWidgets distribution,
because it would gain much visibility. (Robin, you don't only know
everything about wxPython, you also seem to know about all the
third-party add-ons!!)
> It could probably be done with some tweaks to TextEditMixin, or perhaps
> in a class derived from it.
Yes, that's what I thought.
> wx.CallAfter can be used to invoke a function as soon as possible after
> the current and pending event handlers have completed. That will give
> the widget a chance to write the new values to the data store.
Yes. It works. Thanks again.
Armando.
More information about the wxpython-users
mailing list