On 1/22/06 8:27 AM, "Christian Schmitz" <[EMAIL PROTECTED]>
wrote:

> Chuck Pelto <[EMAIL PROTECTED]> wrote:
> 
>> Greetings,
>> 
>> How does one call upon an AppleScript applet from inside an RB
>> application? Including passing it params....
> 
> You can drop the AppleScript into the project and it by name.
> (this should be in the RB manual)
> 
> The MBS Plugins have an AppleScriptMBS class to compile, decompile,
> load, save and execute AppleScript code.
> 
> Mfg
> Christian

To pass parameters, you wrap your statements in an on-end block

on myMethodName myParam

 <myStatements>
  
end myMethodName

Michael

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to