Re: Script to conditionaly uncheck Hide and show Front Row
Re: Script to conditionaly uncheck Hide and show Front Row
- Subject: Re: Script to conditionaly uncheck Hide and show Front Row
- From: Vance <email@hidden>
- Date: Tue, 12 May 2009 11:28:00 -0500
You could do it either of these ways:
if(value of checkbox 1 is 1)then click checkbox 1 else click checkbox 1 end if
--or
if(value of checkbox 1 is 1)then click checkbox 1 end if if(value of checkbox 1 is 0)then click checkbox 1 end if On May 12, 2009, at 10:42 AM, Philip Aker wrote: if (value of checkbox 1 is 1) then click checkbox 1 end if
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden