tell application "Fake"
open file_
delay 1 -- helps with Lion Window animation
run workflow
wait until done with timeout (60 * 5)
end tell
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