Copyright ©2001-2007 by OCSoftware. All Rights Reserved.

OCSmart Hacks 2.03

Known problems in the current release

Beware that

*** -[NSPlaceholderString initWithFormat:locale:arguments:]: nil string (or other) argument

If so, just please quit and launch the application again. The problem occurs extremely rarely (which is why I haven't been able to fix it in beta releases). Workaround, as said, is to re-launch the application: next time all should work without a glitch. Do please let me know if you happen to find a way to cause this problem to happen;

Other problems in the current release

*** WARNING: Function _NSSetMenuWindow is obsolete and will be removed in release UserSeed ***
*** WARNING: Function _NSClearMenuWindow is obsolete and will be removed in release UserSeed ***

The problem is in the Apple code: I don't call any of these methods, they get called from other NSMenu stuff internally. Luckily, it works well regardless the warning!

Specific bugs for β.2

Specific bugs for β.1

defaults write signature OCSHDontOpenUntitledFile value

where signature is the signature from the "About" tab, and value is 0 for "Yes" (create a document automatically), 1 for "No" (do not create it automatically).

defaults write signature OCSHDisableTearoffMenus YES

where signature is the signature of the offending application. To clear the lists of stored torn-off menus, use the following two commands–the former clears the list for the application with a signature, the latter clears the global list:

defaults delete signature OCSHTornOffMenuList
defaults delete -globalDomain OCSHTornOffMenuList

Other problems in β.1

back to index