Forum: wxRuby grid, press enter move cursor right

Posted by hendra kusuma (Guest)
on 2010-07-12 06:29
(Received via mailing list)
Dear all

I want wxgrid to move cursor right instead of down
when I press enter

how do I do that?
Posted by hendra kusuma (Guest)
on 2010-07-13 07:57
(Received via mailing list)
to make it clear

I have a grid
then I use

evt_grid_cell_change() do |event|
   grid_change(event)
end

in grid_change(event) I do alot of calculation
but I want that after the calculation finish,
cursor move right instead of going down

I already tried move_cursor_right but it gives me error
unless I pass false as parameter, then it will block the cell and the 
cell
right to it
but the cursor still going down

I am not using table base, just the grid
so, how to achieve what I need?
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.