The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > OmniPlan > OmniPlan General
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
Omniplan 2.3 incompatible with Mountain Lion? Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Or the other way around...

All my export tasks (except for manually choosing Export in the File menu) have stopped working as of the upgrade from the App Store.

I can't even automate exporting through Applescript:


tell application "OmniPlan"
my exporttoPdf(front document)
end tell

on exporttoPdf(doc)
tell application "OmniPlan"
set theFile to (file of doc) as string
-- remove extension and directory separator and append .pdf instead
set theFile to ((characters 1 thru -7 of theFile) as string) & ".pdf"
set theFile to "Macintosh HD:Users:myname:Desktop:xxx.pdf"
export doc to theFile as "PDF"
end tell
end exporttoPdf

I get a xxx.pdf cannot be moved since you don't have permission to access "Desktop". Same if I execute the applescript from within the publishing task.
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes



All times are GMT -8. The time now is 05:09 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.