Page 1 of 1

More than one suggestion in input command

Posted: 04 Sep 2008 21:25
by serendipity
As of now in input command I can include a suggestion to be entered in text field.
Example:
::input $script, Which script to load from xyplorer.com?, remote; load "http://www.xyplorer.com/download/$script.xys"

The above example shows remote in the text field. Lets say in future you offer more scripts on your webpage and user can simply browse the various scripts rather than remembering the name of the script which is a trivial thing. Something like this would be nice:
::input $script, Which script to load from xyplorer.com?, remote|abc|xyz; load "http://www.xyplorer.com/download/$script.xys"

Infact I use such a script myself now and already starting to forget the script names. Would be handy to have browsable suggestions in text field.

Re: More than one suggestion in input command

Posted: 04 Sep 2008 21:34
by admin
I had exactly the same thought today! :)

Re: More than one suggestion in input command

Posted: 04 Sep 2008 21:42
by serendipity
Thanks (for similar thoughts) in advance. I am not in a hurry for this.