Page 1 of 1

Hide Second Lower Toolbar?

Posted: Mon Apr 13, 2015 11:55 am
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?

Re: Hide Second Lower Toolbar?

Posted: Mon Apr 13, 2015 2:50 pm
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

Re: Hide Second Lower Toolbar?

Posted: Mon Apr 13, 2015 4:25 pm
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?

Re: Hide Second Lower Toolbar?

Posted: Mon Apr 13, 2015 8:34 pm
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