RE: Need some help...addition to applescript or suggestions
RE: Need some help...addition to applescript or suggestions
- Subject: RE: Need some help...addition to applescript or suggestions
- From: "Andrew Lartigue" <email@hidden>
- Date: Mon, 29 Jan 2007 12:12:10 -0500
This is 10.4. Below is my script:
repeat
tell application "QuickTime Broadcaster"
if ((status of first document) as text) is not
"Broadcasting" then
tell first document
start
end tell
end if
end tell
delay 1
end repeat
end run
Would like to add close dialog box and send email (have a web page that will
do automatically, just need to open browser, then close for next time).
A
-----Original Message-----
From: applescript-users-bounces+lartigue=email@hidden
[mailto:applescript-users-bounces+lartigue=email@hidden] On
Behalf Of John C. Welch
Sent: Sunday, January 28, 2007 11:01 PM
To: AppleScript List
Subject: Re: Need some help...addition to applescript or suggestions
On 1/28/07 20:21, "email@hidden" <email@hidden> wrote:
> I have a very simple applescipt to make sure that quicktime broadcaster
stays
> running. Would like to also close the dialog box that pops up and open a
> webpage to send email to let me know there was an issue.
>
> Any help appreciated. Web page works, just need the scipt.
Is this in Mac OS X 10.4 or Mac OS X 10.3?
--
"I think the the old joke "What do you call a bus full of lawyers driving
over a cliff...a good start." Needs to be amended to a buss full of MacMacs.
The cluelessness of some of these people is astounding, but I guess when you
live with your head up your own ass thinking it is Steve Jobs' ass, the
bright lights of reality can be confusing."
"jkvt", YML List
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
.net
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden