Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Internet  |  Browsers  |  OmniWeb  |  Disabling cascading

OmniWeb

OmniWeb

Full-featured native web browser.

Version:  5.10.1

   [ Views: 632 ]

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

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?   

0 of 1 users found this helpful.

Rate this Commentary

Was this Commentary helpful? Yes | No

Comments

2 comments |

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


Disabling cascading - Paolo Cordone

Thanks a million for the tip, Jerry. It worked like a charm!
Paolo

Reply to This

Sunday, July 30 2006 @ 02:15 PM PDT