1. Matt Lewis: wxEuphoria's wxGrid

Matt, where is the behavior of the grid specified? I'd like to change it
for at least two keys:

Shift+TAB - move to prior cell in row
Home - move to first column of row

This is standard behavior in other "spreadsheet" type controls/apps,
specifically
OpenOffice.org's spreadsheet app and MS' Office Excel.

Will I need to intercept these keys to make the grid perform this way, or
can I specify that behavior some other way?

-=ck
"Programming in a state of EUPHORIA."
http://www.cklester.com/euphoria/

new topic     » topic index » view message » categorize

2. Re: Matt Lewis: wxEuphoria's wxGrid

cklester wrote:
> 
> Matt, where is the behavior of the grid specified? I'd like to change it
> for at least two keys:
> 
> Shift+TAB - move to prior cell in row
> Home - move to first column of row
> 
> This is standard behavior in other "spreadsheet" type controls/apps,
> specifically
> OpenOffice.org's spreadsheet app and MS' Office Excel.
> 
> Will I need to intercept these keys to make the grid perform this way, or
> can I specify that behavior some other way?

I think you'll need to intercept these keys, and then call something like
the wxGrid::MoveCursorXXX functions.

Matt Lewis

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu