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 > OmniFocus > OmniFocus 1 for Mac
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
OmniFocus 1.9.4 Thread Tools Search this Thread Display Modes
OmniFocus 1.9.4 for Mac is a maintenance release which includes minor bug fixes and improvements.

Sync

The Omni Sync Server beta badge has been removed. We’ve got lots of people using it, but it is still in beta. We expect to change that very soon. If you want to know when the sync server leaves beta, you can follow @omnisyncserver on Twitter or watch for changes on https://sync.omnigroup.com/.

Miscellaneous

Fixed compatibility issue with Growl 1.3 and later.
Fixed a bug which caused the Mac App Store edition to report an “Unable to backup database” error on quit.
Fixed a regression which caused the Clip-O-Tron installer to fail on Mac OS X 10.5 Leopard and earlier.
Fixed a bug which would cause the software update installer to fail if the application was locked in the Finder.
Fixed a bug which would cause the software update installer to fail when encountering unexpected ownership or permissions.
Fixed a bug where the date picker didn’t appear correctly when Quick Entry was invoked in the context of a full-screen application.

Scripting

Worked around an issue in when using full-screen mode on OS X Lion which would cause certain AppleScripts attempting to target the front window to fail.

If you are the author of a script which uses the following idiom:
Code:
tell application "OmniFocus"
    tell front document
        tell (first document window whose index is 1)
            ... 
        end tell
    end tell
end tell
Please discontinue using it. This idiom will fail in situations other than full-screen mode on OS X Lion. The correct template to use is:

Code:
tell application "OmniFocus"
    tell first document window of front document
      ...
    end tell
end tell

Last edited by Lizard; 2011-10-31 at 10:43 AM..
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Omnifocus 1 AppleScript problem after Omnifocus 2 install Cypher OmniFocus 2 for Mac (Private Test) 2 2013-10-18 10:07 AM
Excellent! Will now solely use Omnifocus 2 only with my IOS Omnifocus products kerryd OmniFocus 2 for Mac (Private Test) 7 2013-04-17 03:47 PM
Due date grouping in Omnifocus vs Omnifocus for iPhone arnthorsnaer OmniFocus 1 for Mac 3 2011-03-16 12:53 PM
Beginners guide - using omnifocus to find a personal strategy of how to use omnifocus wayne4 Applying OmniFocus 7 2008-11-14 06:22 AM
Export: OmniFocus Archive vs OmniFocus Document steve OmniFocus 1 for Mac 3 2008-11-07 05:43 PM


All times are GMT -8. The time now is 02:54 PM.


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