1.8.5 breaks AppleScript

41 views
Skip to first unread message

Paul

unread,
May 14, 2012, 2:46:40 PM5/14/12
to Fake
... at least the open command.
which in 1.8.5 returns 'missing value'
I've downgraded.


Todd Ditchendorf

unread,
May 14, 2012, 2:56:08 PM5/14/12
to fak...@googlegroups.com
hm, i can't repro that here. please provide a reproducible test case.

here's what's working for me:

tell application "Fake"

open file_

delay 1 -- helps with Lion Window animation

run workflow

wait until done with timeout (60 * 5)

end tell



TD

Todd Ditchendorf

unread,
May 14, 2012, 3:06:54 PM5/14/12
to fak...@googlegroups.com
oh i see:

tell application "Fake"

set foo_ to open "signstand-lm:Users:itod:work:svn:fluidium:trunk:PlugIns:FakePlugIn:test:JS.fakeworkflow"

foo_

end tell


foo_ is missing value in 1.8.5, but 'browser window 1 of application "Fake"' in 1.8.4.


I certainly didnt change this intentionally, so there's a very good chance that this is a symptom of compiling Fake with Xcode4 under Lion (although still against the 10.6 SDK) for the first time (prior shipped versions have been compiled under Xcode3 on 10.6).


Has AppleScript changed in some way that is causing this? I'll let you know what i find. please let me know if you know/find anything.


TD

Reply all
Reply to author
Forward
0 new messages