Re: Listfield Questions

2018-06-18 Thread Charles Szasz via use-livecode
Brahmanathaswami, Thanks for tour script suggestion! But I am not sure what it does! You give postImage in the script. Does this script have anything to with images? Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Listfield Questions

2018-06-18 Thread Sannyasin Brahmanathaswami via use-livecode
More ideas/solution. ON arrowkey send postImage to me in 0 seconds pass arrowkey END arrowkey ON postImage put the hilitedline of fld "FileList" into gLastLine put the hilitedtext of fld "FileList"into fld "currentImage" showPhoto (the hilitedtext of fld "FileList") END postImage

Re: Listfield Questions

2018-06-16 Thread Richard Gaskin via use-livecode
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

Re: Listfield Questions

2018-06-16 Thread Tore Nilsen via use-livecode
A selectionChanged handler in the list field will take care of that. Tore > 16. jun. 2018 kl. 06:31 skrev Charles Szasz via use-livecode > : > > 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

Re: Listfield Questions

2018-06-15 Thread Charles Szasz via use-livecode
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. Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Listfield Questions

2018-06-15 Thread Richard Gaskin via use-livecode
Charles Szasz wrote: > Does anybody know how to script a listfield to hilite a line using > arrow keys on the keyboard? That should be happening automatically whenever the field has focus. -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and

Re: Listfield Questions

2018-06-15 Thread Bob Sneidar via use-livecode
> On Jun 14, 2018, at 23:01 , Peter Bogdanoff via use-livecode > wrote: > > Charles, > This is from something that I’m doing where the user can use the arrow keys > to hilite another line or even scroll the field (my field has hundreds of > lines). Also as a bonus, pressing the enter or

Re: Listfield Questions

2018-06-15 Thread Peter Bogdanoff via use-livecode
Also look at the selectedLine in the dictionary for what to do with the currently hilited line. Peter > On Jun 14, 2018, at 11:01 PM, Peter Bogdanoff via use-livecode > wrote: > > Charles, > This is from something that I’m doing where the user can use the arrow keys > to hilite another

Re: Listfield Questions

2018-06-15 Thread Peter Bogdanoff via use-livecode
Charles, This is from something that I’m doing where the user can use the arrow keys to hilite another line or even scroll the field (my field has hundreds of lines). Also as a bonus, pressing the enter or return keys on the keyboard will do the same as clicking on the line. You probably

Listfield Questions

2018-06-14 Thread Charles Szasz via use-livecode
Does anybody know how to script a listfield to hilite a line using arrow keys on the keyboard? Also, how do you save a hilited line in a listfield? Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to