1. Matt Lewis: wxEuphoria's wxGrid
- Posted by cklester <cklester at yahoo.com> Mar 29, 2005
- 477 views
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/
2. Re: Matt Lewis: wxEuphoria's wxGrid
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Mar 31, 2005
- 462 views
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