Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: different behavior between debug and release builds



Nigel,

That did the trick.

thank you,
tom

Nigel Garvey <email@hidden> wrote:
Tom Clements wrote on Wed, 22 Feb 2006 14:26:47 -0800 (PST):

>I'm working on an app to open user selected keynote presentations from a
>network location and manipulate them.
>
>It works okay in debug, but when I build it for release Keynote can't open
>the file path that gets passed.
>
>Here's the snip that works in debug (though I freely admit it seems a bit
>nonsensical to me):
>
> tell application "Keynote"
> set filenamePosix to POSIX path of (characters 2 thru (length
>of fileName) of fileName as string)
> set filenamePosix to (characters 2 thru (length of
>filenamePosix) of filenamePosix as string) as string
> open filenamePosix
> end tell
>
>fileName comes into this code as a Posix path (slash delimited) starting
>"\Volumes\XYZ\blah\test.key"

Does Keynote require a path or a file specification/alias? Normally, a
path isn't enough. Have you tried something like this?

set filename to "/Volumes/XYZ/blah/test.key"
set theFile to filename as POSIX file

tell application "Keynote"
open theFile
end tell


NG

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/applescript-users/email@hidden

This email sent to email@hidden



Tom


Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on new and used cars.
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/applescript-users/email@hidden

This email sent to email@hidden

References: 
 >Re: different behavior between debug and release builds (From: "Nigel Garvey" <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.