Displaying 1 result from an estimated 1 matches for "select_block_row".
2012 May 22
2
Wx:Grid Setting Cursor Position
I''m using the grid widget with an underlying GridTableBase and trying to
implement a "Find" button which would cause the current cursor position
to go to the next matching cell. I''m wondering if there''s an easy way
to do it? I''m playing with the Grid.select_block_row(),
Grid.set_grid_cursor() and Grid.scroll() methods, but the results are a
bit erratic.
Is there a better way to do this than using Grid.move_cursor_down/right?
Thanks,
Norbert
--
Posted via http://www.ruby-forum.com/.