Browser window shrinks when double-click on title bar

For general issues related to PWB v2.

Moderators: Tyler, Scott, PWB v2 Moderator

Post Reply
zenful6219
Participant
Participant
Posts: 10
Joined: Mon Jan 03, 2005 9:41 am
Location: Denton, TX

Browser window shrinks when double-click on title bar

Post by zenful6219 »

We're using PWB v2.10, in full-screen, but not kiosk mode. We don't use kiosk mode because we want the windows task bar at the bottom of the screen. We do not allow the browser minimize, maximize or close functions. However, when a user double-clicks anywhere on the title-bar, the browser windows shrinks down. What setting can we use to prevent this behavior?

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

Post by Scott »

Disable the Move and Resize functionality as well.

[Browser]
...
DisableMinimizeButton=True
DisableMaximizeButton=True
DisableCloseButton=True
DisableMoveWindow=True
DisableResizeWindow=True
...

If you want to prevent access to the Desktop, take a look at the HideGUI application.

--Scott

zenful6219
Participant
Participant
Posts: 10
Joined: Mon Jan 03, 2005 9:41 am
Location: Denton, TX

Post by zenful6219 »

Thanks for the help. I had not set the DisableMoveWindow and DisableResizeWindow settings to True.

We are already using the HideGUI utility. It works great!

Post Reply