Problems with wxGrid

Hello,

In migrating from version 2.2.9 to 2.4.0.7 on a debian installation,
I found two problems with the wxGrid widget. Both exist in the simple
grid demo.

1. the EVT_GRID_CELL_CHANGE event no longer triggers.

2. the keyboard navigation keys do not function until the user first
clicks on a cell with the mouse.

Are these bugs or a defect in my setup? If they are bugs, I can work
around the first but not the second; is there an easy fix for it?

Thanks for any help.

···

--
Bob Parnes
rparnes@megalink.net

Sorry for having to answer my own question. Using the SetFocus() method
takes care of the second problem.

···

On Mon, Aug 18, 2003 at 10:23:58AM -0400, Bob Parnes wrote:

Hello,

In migrating from version 2.2.9 to 2.4.0.7 on a debian installation,
I found two problems with the wxGrid widget. Both exist in the simple
grid demo.

1. the EVT_GRID_CELL_CHANGE event no longer triggers.

2. the keyboard navigation keys do not function until the user first
clicks on a cell with the mouse.

Are these bugs or a defect in my setup? If they are bugs, I can work
around the first but not the second; is there an easy fix for it?

Thanks for any help.

--
Bob Parnes
rparnes@megalink.net

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

--
Bob Parnes
rparnes@megalink.net

It does here too. I've been away from the code for awhile and
misunderstood the meaning when I came back to it. Sorry, and thanks
for your response.

···

On Thu, Aug 21, 2003 at 01:19:14PM -0700, Robin Dunn wrote:

Bob Parnes wrote:
>Hello,
>
>In migrating from version 2.2.9 to 2.4.0.7 on a debian installation,
>I found two problems with the wxGrid widget. Both exist in the simple
>grid demo.
>
>1. the EVT_GRID_CELL_CHANGE event no longer triggers.

It does here...

--
Bob Parnes
rparnes@megalink.net