Re: iTunes visuals
Re: iTunes visuals
- Subject: Re: iTunes visuals
- From: Martin Crisp <email@hidden>
- Date: Sat, 1 Feb 2003 11:31:37 +1100
- Organization: Tesseract Computing
On Fri, 31 Jan 2003 14:46:30 +1100, Steve Pflaum wrote
(in message <email@hidden>):
>
I'm having difficulty figuring out the applescript syntax to turn on
>
the visuals in iTunes. Can anyone help?
>
>
tell application "iTunes"
>
set visuals to true
>
end tell
>
>
this doesn't work.
set visuals enabled to true
[It's a property of the application, so that's the entry you need
to examine in the dictionary]
Have Fun
Martin
--
I have absolutely no reason to complain about "success" with my
work; [...] And yet, from time to time a boundless sense of
inferiority plagues me, a desperate feeling of general failure; how
does a person acquire such bits of lunacy?
- MC Escher
Almost always SMASHed
_______________________________________________
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.