tim awa wrote:
> My only interest really is on altering the behavior of the up and down
> arrow keys when the focus is in a grid column. I noticed that the up
> and down keys behave like left and right arrow keys whenever the
> grid's column is in edit mode. There is no issue when the column is in
> read-only mode as the up and down keys allow movement to the next row.

Warning: you are entering the fire swamp. Because you want to respond to 
keys while in edit mode, you'll probably need to descend into wx and 
trap wx.EVT_KEY_DOWN of the editor widget, and respond to that. And 
you'll probably be dealing with segmentation faults until you get it 
just right.

That said, I'd love to add this to Dabo, so please do try to get it working.

Paul


_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/4a5b47f8.9090...@ulmcnett.com

Reply via email to