Arrows Keys and List Fields

2008-01-11 Thread Gregory Lypny
Hello everyone, I have a list field, and as I use the Up and Down keys, I want to display the contents of individual lines in another field. The list field's handler below displays the lagged line and not the one that was keyed to because the selected line doesn't change until the pass

Re: Arrows Keys and List Fields

2008-01-11 Thread Devin Asay
Hi Gregory, On Jan 11, 2008, at 10:15 AM, Gregory Lypny wrote: Hello everyone, I have a list field, and as I use the Up and Down keys, I want to display the contents of individual lines in another field. The list field's handler below displays the lagged line and not the one that was

Re: Arrows Keys and List Fields

2008-01-11 Thread J. Landman Gay
Gregory Lypny wrote: Hello everyone, I have a list field, and as I use the Up and Down keys, I want to display the contents of individual lines in another field. The list field's handler below displays the lagged line and not the one that was keyed to because the selected line doesn't

Re: Arrows Keys and List Fields

2008-01-11 Thread Eric Chatonet
The more elegant solution indeed! Really displeased for not having thought of it ;-) LOL Le 11 janv. 08 à 19:12, Richard Gaskin a écrit : Gregory Lypny wrote: I have a list field, and as I use the Up and Down keys, I want to display the contents of individual lines in another field. The

Re: Arrows Keys and List Fields

2008-01-11 Thread Klaus Major
Hi Gregory, Hello everyone, I have a list field, and as I use the Up and Down keys, I want to display the contents of individual lines in another field. The list field's handler below displays the lagged line and not the one that was keyed to because the selected line doesn't change

Re: Arrows Keys and List Fields

2008-01-11 Thread Eric Chatonet
Hi Gregory, Le 11 janv. 08 à 18:15, Gregory Lypny a écrit : Hello everyone, I have a list field, and as I use the Up and Down keys, I want to display the contents of individual lines in another field. The list field's handler below displays the lagged line and not the one that was

Re: Arrows Keys and List Fields

2008-01-11 Thread Richard Gaskin
Gregory Lypny wrote: I have a list field, and as I use the Up and Down keys, I want to display the contents of individual lines in another field. The list field's handler below displays the lagged line and not the one that was keyed to because the selected line doesn't change until the

Re: Arrows Keys and List Fields

2008-01-11 Thread Gregory Lypny
Thank you Eric, Klaus, and Devin, Good stuff! Gregory ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Arrows Keys and List Fields

2008-01-11 Thread Richard Gaskin
Devin Asay wrote: Rube Goldberg is spinning in his grave! Why would you want a short, elegant solution when you could have a complicated one that took you an hour to perfect! I'm just taking a break from my usual coding style. :) -- Richard Gaskin Managing Editor, revJournal

Re: Arrows Keys and List Fields

2008-01-11 Thread Devin Asay
On Jan 11, 2008, at 11:12 AM, Richard Gaskin wrote: Gregory Lypny wrote: I have a list field, and as I use the Up and Down keys, I want to display the contents of individual lines in another field. The list field's handler below displays the lagged line and not the one that was keyed