[wxPython] RE: wxPyGridCellRenderer derived grid renderers not working in wx Pyth on 2.3.2.1

RE: wxPyGridCellRenderer derived grid renderers not working in wxPyth on 2.3.2.1
The effect is that neither the Draw nor the GetBestSize methods are being triggered. The init method is triggered when the renderer is created, but that seems to be it.

And yes, the program does run, but it isn’t rendering correctly, thus forcing me to remain with wxPython 2.3.0.

Also, I take it that your ‘Yes’ means that the latest CVS code has this bug fixed?

Thanks again,

David Horkoff

···

===================

Does anyone know when these will be fixed? The GridStdEdRend.py demo won’t>> * even work on my installation.>> >> * I’m using:>> * ActivePython 2.1.211*>> * wxPython 2.3.2.1-Py21-hybrid*>> * MS win2k*>> >> * Is this already fixed in CVS?*>
Yes.

It should at least run, just not render right. How is it failing for you?

Robin Dunn

Software Craftsman

robin@AllDunn.com mailto:robin@AllDunn.com Java give you jitters?

<http://wxPython.org> Relax with wxPython!

The effect is that neither the Draw nor the GetBestSize methods are being
triggered. The __init__ method is triggered when the renderer is created,
but that seems to be it.

And yes, the program does run, but it isn't rendering correctly, thus
forcing me to remain with wxPython 2.3.0.

Sorry my mistake, I read your message incorrectly. I thought you were
saying it didn't run at all.

Also, I take it that your 'Yes' means that the latest CVS code has this

bug

fixed?

Correct.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!