Simplicty and flexibility!


Toolbar disappears


Started by Henry Gondorf
Search
You will need to Sign In to be able to add or comment on the forum!

Toolbar disappears

Written by Henry Gondorf 18/04/17 at 17:00:04 Dataease [{8}]FIVE

Re:Toolbar disappears

We take a shot in the dark here and guess this relates to Player.

Player is designed with File Menu/Status Bar/Tab Bar and Toolbar Switched off with the following exceptions:
1. Toolbar will be on if there is a customer toolbar.
2. File menu will be on if there is a customer File Menu.

You can switched them on or off as you please by using SetCurrent()

SetCurrent("Toolbar","On") -- will switch it back on.

SetCurrent("Statusbar","On/Off")

Switch on or off the statusbar in Runtime.

SetCurrent("Tabbar","On/Off")

Switch on or off the tabbar in Runtime

SetCurrent("Toolbar","On/Off")

Switch on or off the Toolbar in Runtime.

SetCurrent("Filemenu","On/Off"[,"Keepline"])

Seitch on or off the FileMenu. If you add the optional Keepline it will keep the white background.


Written by DataEase 19/04/17 at 11:53:37 Dataease [{8}]FIVE
DG3_ForumList