Disabling Moving of AddressBar, ToolBar, etc.

For general issues related to PWB v2.

Moderators: Tyler, Scott, PWB v2 Moderator

Post Reply
chris
Observer
Observer
Posts: 6
Joined: Thu Mar 13, 2003 10:07 am

Disabling Moving of AddressBar, ToolBar, etc.

Post by chris »

I am looking to lock down the ability of users to move the following: MenuBar, AddressBar, and ButtonBar areas. In the configuration document there are a few items listed that appear to do what I want, but don't seem to work (users can still move them around). In addition, these items are not included in the generic PWB.INI file; is there a reason for this?

DisableMenuBarMove=True
Set to True to prevent menu bar from moving, Set to False to allow menu bar to move.
DisableToolBarMove=TrueSet to True to prevent tool bar from moving, Set to False to allow tool bar to move.
DisableShellBarMove=TrueSet to True to prevent shell bar from moving, Set to False to allow tool bar to move.
DisableAddressBarMove=TrueSet to True to prevent address bar from moving, Set to False to allow address bar to move.

chris
Observer
Observer
Posts: 6
Joined: Thu Mar 13, 2003 10:07 am

.....I forgot to mention, this is v.2.04.

Post by chris »

I forgot to mention, this is v.2.04.

Scott
Site Admin
Site Admin
Posts: 2539
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Post by Scott »

To prevent the toolbar from moving, set the toolbar gripper to false.

The settings for the toolbars were changed in PWB v2.03. The changes were made for future expansion considerations. The new settings starting with PWB v2.03 are as follows.

[ToolBars]
MenuBarGripper=True
ToolBarBreak=True
ToolBarGripper=True
ToolBarChevron=True
ShellBarBreak=False
ShellBarGripper=True
ShellBarChevron=True
AddressBarBreak=True
AddressBarGripper=True
MenuBarWidth=
ToolBarWidth=
ShellBarWidth=
AddressBarWidth=

--Scott

Post Reply