OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: dkh007 on November 24, 2007, 12:10:48 PM

Title: New Grid & TAB
Post by: dkh007 on November 24, 2007, 12:10:48 PM
The grid in OpenDCL 4.1.2.0 Runs like a champ. For the first time I have really been able to use it! One question I do have... is there a way to move from cell to cell using the TAB key? Any help will be greatly appreciated.
Title: Re: New Grid & TAB
Post by: owenwengerd on November 24, 2007, 02:44:55 PM
Quote from: dkh007 on November 24, 2007, 12:10:48 PM
One question I do have... is there a way to move from cell to cell using the TAB key?

I don't think the tab key is handled. You can rely on the arrow keys for cell navigation, or you could try implementing the tab handling yourself in an OnKillFocus event handler (I have no idea whether this would work, it's just an idea).
Title: Re: New Grid & TAB
Post by: dkh007 on November 24, 2007, 08:27:15 PM
Quote from: owenwengerd on November 24, 2007, 02:44:55 PM
I don't think the tab key is handled. You can rely on the arrow keys for cell navigation, or you could try implementing the tab handling yourself in an OnKillFocus event handler (I have no idea whether this would work, it's just an idea).

I'm using the SetItemStyle to String Edit and the arrow keys only work in the current cell. I will play with the OnKillFocus and see what happens.