Charles Szasz wrote:
> Thanks Richard for your help. Unfortunately, using keyboard arrow keys
> may hilite a line but it does not put a value associated with the line
> into an input field.

Yes, LC only handles the most common UI conventions. Actions specific to an app's design will of course need to be scripted.

So while you shouldn't need to script anything to have the arrow keys navigate the selected line of a field, you can use the automatic behavior provided to trap the selectionChanged message to copy the hilitedText of the field into another field as needed.

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 ____________________________________________________________________
 ambassa...@fourthworld.com                http://www.FourthWorld.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to