I have been trying to disable the cascading of windows by following the examples in the help. I have created a Defaults.plist file placed in the right place, with the following in it:
{
OAPreferenceController = {
OWHiddenPreferences = {
category = Advanced;
defaultsDictionary = {
OAWindowCascadeDisabled = 1;
};
};
};
}
However, upon launching the browser, the windows still do not stack exactly one on top of the other, as I would like them to do. Anyone has had any success with this?
OmniWeb
Full-featured native web browser.
Version: 5.10.1
Disabling cascading
Feedback Type: Commentary
Contributed by: Paolo Cordone Thursday, July 27 2006 @ 04:40 PM PDT
Product Platform: MacOSX
Used Product For: Less than a month
Recommend Product: YES
Comments
Disabling cascading - Paolo Cordone
Thanks a million for the tip, Jerry. It worked like a charm!Paolo
Sunday, July 30 2006 @ 02:15 PM PDT
Disabling cascading - Jerry Kindall
try this in Terminal:defaults write com.omnigroup.OmniWeb5 OAWindowCascadeDisabled 1
worked for me.
Reply to This
Saturday, July 29 2006 @ 01:41 AM PDT