He he he. I am not in that level yet to poke into wx. But one thing
that may work for me is to do a TAB followed by the UP/DOWN key
whenever an UP/DOWN key is detected. I thought this is simple to
implement as in the VFP KEYPRESS-KEYBOARD case.


On Mon, Jul 13, 2009 at 10:43 PM, Paul McNett<p...@ulmcnett.com> wrote:
> 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
>
>
[excessive quoting removed by server]

_______________________________________________
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/66b6c7c40907130758y2ac98499v8150fa2d0bac3...@mail.gmail.com

Reply via email to