I can't figure out how to find out what the default colors are for things like foregroundColor and such.
Thanks in advance,
~Garrett
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Code: Select all
on mouseUp
create field
answer the effective foregroundcolor of the last field
delete the last field
end mouseUpCode: Select all
on mouseUp
set the destroyStack of the templateStack to true
create invisible stack
put it into tStackRef
set the defaultStack to tStackRef
create field
answer the effective foregroundcolor of the last field
delete tStackRef
end mouseUpCode: Select all
answer the default foregroundColor of me