Register FAQ/Rules Forum Spy Search Today's Posts Mark Forums Read

Welcome to the Mac Forums forums. Please read the FAQ if you have questions. Register to participate.

 
Go Back   Mac Forums > Apple Software > Mac Programming
TouchArcade.com - iPhone Game Reviews and News

Reply
 
Thread Tools Search this Thread Display Modes
Old Nov 17, 2009, 05:24 AM   #1
michaelk242
macrumors newbie
 
Join Date: Nov 2009
Applescript alarm for iCal

Hey all, Im creating a script thatll integrate with ical, and as youll see itll be a pretty nice alarm. My problem that Im hoping I can get help fixing is that, although the command to hide pandora is their, it doesnt work when run from ical. I also need to bring the dialog to the front, since for some reason ical also neglects to do that as well. I will greatly appreciate your help.

Note, volume is set low for testing purposes. And redundant code is their because Im a noob.

set volume output volume 20
tell application "PandoraMan" to activate
delay 3
tell application "Finder" to set visible of process "PandoraMan" to false
delay 10
set question to display dialog "Good Morning, Snooze set to 30 min.!" buttons {"Snooze!!", "I'm Awake!!"} default button 2
set answer to button returned of question
tell application "PandoraMan" to activate
if answer is equal to "Snooze!!" then
tell application "PandoraMan" to quit
delay 1800
tell application "PandoraMan" to activate
tell application "Finder" to set visible of process "PandoraMan" to false
end if

if answer is equal to "I'm Awake!!" then
tell application "PandoraMan" to quit
end if
michaelk242 is offline   Reply With Quote

Reply

Mac Forums > Apple Software > Mac Programming

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 04:09 PM.

Mac News | Mac Rumors | iPhone Game Reviews | iPhone Apps

Powered by vBulletin® Version 3.6.10
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright 2002-2010, MacRumors.com, LLC