Hi David,

In such a case, I prefer to build a list as the following one:

<list string 1 > tab <link string 1>
<list string 2> tab <link string 2>
etc.

I set the tab stops in the list field greater than the width of the field.
Then the link strings do not appear for the user.
When a line is selected I get item 2 of the selectedText:

on mouseUp
  local tLink
  -----
  set the itemDel to tab
  put item 2 of the selectedText into tLink
  <do what you want with tLink>
end mouseUp

You can sort the list without loosing any link string and it's easier to maintain by editing the contents of the field: all link strings are there :-)

Le 6 nov. 05 à 00:35, David Bovill a écrit :

Is there a way to have list fields work when the lines have the linkText property set?
Hacked at the moment with scripting the hilitedLine....

Best Regards from Paris,

Eric Chatonet.
----------------------------------------------------------------
So Smart Software

For institutions, companies and associations
Built-to-order applications: management, multimedia, internet, etc.
Windows, Mac OS and Linux... With the French touch

Free plugins and tutorials on my website
----------------------------------------------------------------
Web site        http://www.sosmartsoftware.com/
Email        [EMAIL PROTECTED]/
Phone        33 (0)1 43 31 77 62
Mobile        33 (0)6 20 74 50 86
----------------------------------------------------------------

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

Reply via email to