RE: [MacPerl] AEDisposeDesc example...

2002-04-02 Thread Chris Nandor
At 15:32 -0600 2002.04.02, Alex Harper wrote: >Unfortunately, the AEDisposeDesc issue only applies if you are creating >the events directly using the Mac::AppleEvent module. If you are using >the DoAppleScript functionality (where you inline AppleScript code in >your Perl) it doesn't apply. Right

RE: [MacPerl] AEDisposeDesc example...

2002-04-02 Thread Perry Pillard
002 3:32 PM > To: [EMAIL PROTECTED] > Subject: RE: [MacPerl] AEDisposeDesc example... > > > Unfortunately, the AEDisposeDesc issue only applies if you > are creating > the events directly using the Mac::AppleEvent module. If you are using > the DoAppleScript functionality (

RE: [MacPerl] AEDisposeDesc example...

2002-04-02 Thread Alex Harper
Unfortunately, the AEDisposeDesc issue only applies if you are creating the events directly using the Mac::AppleEvent module. If you are using the DoAppleScript functionality (where you inline AppleScript code in your Perl) it doesn't apply. As Andrew indicated, your best bet may be to move from

RE: [MacPerl] AEDisposeDesc example...

2002-04-02 Thread Perry Pillard
== > -Original Message- > From: Andrew O. Mellinger [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 02, 2002 3:24 PM > To: Perry Pillard; [EMAIL PROTECTED] > Subject: Re: [MacPerl] AEDisposeDesc example... > > > At 1:19 PM -0800 4/2/02, Perry Pi

Re: [MacPerl] AEDisposeDesc example...

2002-04-02 Thread Andrew O. Mellinger
At 1:19 PM -0800 4/2/02, Perry Pillard wrote: >Would one of you guys mind giving me a sample of your Apple Event >dispose code, including the AppleScript that came before it? I've >got some info on Google about it, but it's vague and new to this >novice. Thanks! > >By the way, I converted my