Hide Second Lower Toolbar?

Questions and comments about currently under development PWB v3

Moderators: Tyler, Scott

Post Reply
FPLD
Observer
Observer
Posts: 2
Joined: Mon Apr 13, 2015 11:44 am

Hide Second Lower Toolbar?

Post by FPLD »

I'm exploring moving to V3 using Chrome, but when I use my existing INI upgraded to V3, I see a second lower toolbar displaying a drop down and new tab icon. I've figured out how to remove the two icons but not where to disable/hide the second lower toolbar. Any ideas what setting would do this?
Attachments
Chrome 2nd lower toolbar.
Chrome 2nd lower toolbar.
PWBv3ChromeToolbar.jpg (4.35 KiB) Viewed 6312 times

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

Re: Hide Second Lower Toolbar?

Post by Scott »

Try setting the following in your INI file.

[Browser]
ShowToolbar=False

Please note, PWB v3.04.2 RC (Release Candidate) available on the Downloads page fixes a few issues with the toolbars.

--Scott

FPLD
Observer
Observer
Posts: 2
Joined: Mon Apr 13, 2015 11:44 am

Re: Hide Second Lower Toolbar?

Post by FPLD »

Thanks Scott, that did it.

Another issue I've encountered is not being able to access a drop down menu on a web page with the mouse. If I click on the drop down menu, it becomes active/highlighted and I can cycle through the menu options with the keyboard arrow keys, but the drop down menu never appears.

If I use the default v3 ini file to access the same webpage, the drop down menu works normally with the mouse.
Would you know what setting could effect this?

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

Re: Hide Second Lower Toolbar?

Post by Scott »

There is a bug in the Chrome engine that prevents the drop downs from showing when you have [Browser]AlwaysOnTop=True set in the INI file. When always on top is true the drop downs appear behind PWB.

Setting the following will fix it.

[Browser]
AlwaysOnTop=False

[SecondWindow]
AlwaysOnTop=False

http://www.teamsoftwaresolutions.com/fo ... f=8&t=3011

--Scott

Post Reply