Border toolbars

Is there any way to show/hide border toolbars from a button.

If not put it on the feature request list please :slight_smile:

Yes.

Manual makes it clear - Set FDBTOOLBAR.

Thanks. Was looking in Toolbars. I can probably do something with this but what I really wanted was to put an icon next to the file display on the right that would toggle the other border toolbar underneath.

I use this:

@if:Set FDBTOOLBAR="Steve.File.Display"
Set FDBTOOLBAR="Steve.File.Display,Steve.Drives"
@if:else
Set FDBTOOLBAR="Steve.File.Display" 

It toggles a second FDB toolbar on and off under the main one. Change the names to suit yours of course.

Thanks again, a great help.