Re: arrow keys in datagrid

2015-08-21 Thread Charles Warwick
Hmmm… Windows 10 might be the difference, I don’t have that version to test against. I usually use Mac, and only have an old Win XP box that I test with. Both LC 6.7.6 and LC 7.1rc1 act the same way for me. On 21 Aug 2015, at 3:34 pm, Mike Bonner bonnm...@gmail.com wrote: 7.0.6 on windows

Re: arrow keys in datagrid

2015-08-20 Thread Mike Bonner
7.0.6 on windows 10 here. On Thu, Aug 20, 2015 at 9:25 PM, Charles Warwick char...@techstrategies.com.au wrote: That is odd… I have tried this on both Windows and Mac, using LC 6.7.6 and it works without any code. What version are you using? On 21 Aug 2015, at 12:48 pm, Mike Bonner

arrow keys in datagrid

2015-08-20 Thread william humphrey
If I have a new stack with a list field and a datagrid both with rows of data in them the arrow keys behave differently. In the list field you can select a row and then, using the arrow keys, move to a row above or below. In the datagrid you can select a row but the arrow keys will not move that

Re: arrow keys in datagrid

2015-08-20 Thread William Humphrey
No that simple test did not work for me. Tomorrow I will try with a different version of livecode. Brevity and errors in this email probably the result of being sent by a mobile device. On Aug 20, 2015, at 9:13 PM, Charles Warwick char...@techstrategies.com.au wrote: I use data grids

Re: arrow keys in datagrid

2015-08-20 Thread Mike Bonner
This will sound freaky, but.. In the script of the datagrid group (select the datagrid, edit its script) add an empty arrowkey handler on arrowkey end arrowkey Then try it. On Thu, Aug 20, 2015 at 6:32 PM, william humphrey b...@bluewatermaritime.com wrote: If I have a new stack with a list

Re: arrow keys in datagrid

2015-08-20 Thread Charles Warwick
I use data grids in a lot of applications and the arrow keys always work… I just opened up LC 6.7.5, dragged in a data grid, went to its property inspector and added some data in the “contents” tab… Going to “run” mode, I can select a row and move up and down with the arrow keys…. Does a

Re: arrow keys in datagrid

2015-08-20 Thread william humphrey
I tried that. It didn't solve the problem. What's even weirder is I seem to remember that the datagrid used to work with arrow keys. I made a test stack to be sure it was nothing else in my work that could be causing the problem. Your suggestion didn't work there either. This is Livecode 6.7.4

Re: arrow keys in datagrid

2015-08-20 Thread Mike Bonner
Strange. For me, the arrow keys don't work unless I have the empty handler in there. (I was going to write a quicky to do the job, but when I add the empty, poof. It works) On Thu, Aug 20, 2015 at 7:30 PM, William Humphrey shoreag...@gmail.com wrote: No that simple test did not work for me.

Re: arrow keys in datagrid

2015-08-20 Thread Charles Warwick
That is odd… I have tried this on both Windows and Mac, using LC 6.7.6 and it works without any code. What version are you using? On 21 Aug 2015, at 12:48 pm, Mike Bonner bonnm...@gmail.com wrote: Strange. For me, the arrow keys don't work unless I have the empty handler in there. (I was

Arrow keys in datagrid

2013-10-03 Thread Marty Knapp
I have a form style datagrid and when I use the arrowKeys to try to scroll through the records, the down arrow works as expected, but when you press the up arrow, it deselects the row and pressing it a second time it goes right to the first record rather than the previous record. There is one