Re: appleScriptWithContentsfFile wipes out Quark's Applescript dictionary

2008-09-22 Thread has
[EMAIL PROTECTED] wrote: I wrote a Quark XTension that displays scripts in a floating palette and have found that the following wies out most of Quark's AppleScript dictionary NSAppleScript *script = [[NSAppleScript appleScriptWithContentsfFile: inPath] retain]; I think you need to def

appleScriptWithContentsfFile wipes out Quark's Applescript dictionary

2008-09-22 Thread kentozier
Hi I wrote a Quark XTension that displays scripts in a floating palette and have found that the following wies out most of Quark's AppleScript dictionary NSAppleScript *script = [[NSAppleScript appleScriptWithContentsfFile: inPath] retain]; Anyone know why that would happen and possible ways