
Thanks in advance,
-Garrett
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
set the hilite of menuItem 3 of button "Foobar" to true
Code: Select all
put "!c" before line 3 of button "foobar"
put "!r" before line 5 of button "foobar"
Code: Select all
set the foregroundColor of word 1 of line 1 of fld "test" to red
Code: Select all
put word 1 of menuitem 1 of btn "pop1"
Does anyone know the secret here?Message execution error:
Error description: Object: value is not a boolean (true or false)
Hi Ed,edljr wrote:Is there a way to change the foregroundColor of a specific word of a specific line in a pop-up menu?
For example, if btn "instructionsMenu" is a pop-up with these choices:
What is this?
Why do this?
How do I do this?
Is there a way where I can make the "What" red, the "Why" blue, and the "How" yellow with all other text remaining black?