Tex-Edit: what's wrong with this variable?
Tex-Edit: what's wrong with this variable?
- Subject: Tex-Edit: what's wrong with this variable?
- From: Gnarlodious <email@hidden>
- Date: Sat, 15 Feb 2003 11:32:26 -0700
Can someone tell my why this won't work? Is there some "variable conversion"
trick I need to turn Tex-Edit's internal color "black" into the results of
the variable "backgroundColor"?
set backgroundColor to "black"
tell application "Tex-Edit"
activate
tell the front window
set background color to black -- this is OK
set background color to backgroundColor -- this is unOK
End tell
-- Rachel
http://www.Spectrumology.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.