Re: AS Libraries for stay-open CGIs
Re: AS Libraries for stay-open CGIs
- Subject: Re: AS Libraries for stay-open CGIs
- From: Bill Cheeseman <email@hidden>
- Date: Fri, 16 Feb 2001 15:56:43 -0500
on 2/16/01 12:55 PM, SeaSoft Systems at email@hidden wrote:
>
Will a library implementation likely survive a transfer to an OSX environment?
Nice question. I just tried it on Mac OS X Public Beta and it worked like a
charm.
Here's the server. Save it as a stay-open Mac OS X applet under the name
DoBeep Server.
on DoBeep()
beep 2
end DoBeep
And here's the client. Save it as a non-stay-open Mac OS X applet under the
name DoBeep Client.
tell application "DoBeep Server"
DoBeep()
end tell
Run DoBeep Client by double-clicking it. --> Beep-Beep!
-
Bill Cheeseman, Quechee, Vermont <
mailto:email@hidden>
The AppleScript Sourcebook
<
http://www.AppleScriptSourcebook.com/>
Vermont Recipes-A Cocoa Cookbook
<
http://www.stepwise.com/Articles/VermontRecipes/>