Hi Everyone!!
Is there a way to change the text colour of items in a list that will be used for user selection???
For example, the following incorrect script:
tell application "Applescript Editor"
set myList to {"Choice 1", "Choice 2", "Choice 3", "Choice 4"}
set color of item 1 of myList to red
theChoice to choose from list myList with prompt "Which choice do you wish to select?"
return theChoice
end tell
Any help would be gratefully received…
DDHawk