Changing the colour of text in a list of items in Applescript Editor

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

No

Can the text be copied from a different program with a specific text color???

DDHawk

Again no.

But it’s possible in Xcode