GRID_VALUE_CHOICE broken in linux?

Hi,

I have an application which is working fine on Windows XP but on Linux (Mandrake, Centos) there is a problem where grid cell edits do not work on columns which are "GRID_VALUE_CHOICE". The combo box displays and drops down but the item that is selected doesn't stick (the original value remains).

The demo behaves the same way.

wxPython 2.6.1.0, python 2.4.

paul sorenson wrote:

Hi,

I have an application which is working fine on Windows XP but on Linux (Mandrake, Centos) there is a problem where grid cell edits do not work on columns which are "GRID_VALUE_CHOICE". The combo box displays and drops down but the item that is selected doesn't stick (the original value remains).

The demo behaves the same way.

wxPython 2.6.1.0, python 2.4.

Please try one of the 2.6.2 previews at http://starship.python.net/crew/robind/wxPython/daily/. It's working okay for me in my current workspace.

···

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

Yep that looks like it worked. Thanks.

Robin Dunn wrote:

···

paul sorenson wrote:

Hi,

I have an application which is working fine on Windows XP but on Linux (Mandrake, Centos) there is a problem where grid cell edits do not work on columns which are "GRID_VALUE_CHOICE". The combo box displays and drops down but the item that is selected doesn't stick (the original value remains).

The demo behaves the same way.

wxPython 2.6.1.0, python 2.4.

Please try one of the 2.6.2 previews at http://starship.python.net/crew/robind/wxPython/daily/. It's working okay for me in my current workspace.