You are not logged in.
Trying to load a script, set a property and then save it.The store script command does this:
Applescript:
store script recEvent in pathToFile with replacing
--[AppDelegate applicationWillFinishLaunching:]: Can’t make «script» into type script. (error -1700)
Is this a bug? If so, is there a way to work around this?
Offline
I don't think store script has ever worked in ASObjC-based apps. You could probably (and laboriously) work around it with OSAScript, but if you're just storing data you'd be better off moving away from script objects and using property lists.
Shane Stanley <sstanley@myriad-com.com.au>
www.macosxautomation.com/applescript/apps/
latenightsw.com
Offline
I was afraid of that. Thanks.
Offline