modelBrowserInitiallyVisible = false does not work

Report crashes, strange behaviour, or apparent bugs
Post Reply
need2know
Posts: 28
Joined: 29 Jul 2024, 09:53

modelBrowserInitiallyVisible = false does not work

Post by need2know »

Hi,

i want to deactivate all GUI Items in Coppelia when starting up.
so i set

Code: Select all

statusbarInitiallyVisible = false
modelBrowserInitiallyVisible = false
sceneHierarchyInitiallyVisible = false
in the file usrset.txt in my user->AppData directory.
Now when deploying coppelia the scene hierarchy is hidden but the model browser and the status bar are still visible.

Cheers
coppelia
Site Admin
Posts: 10804
Joined: 14 Dec 2012, 00:25

Re: modelBrowserInitiallyVisible = false does not work

Post by coppelia »

Hello,

best is to use the command-line arguments, e.g.:

Code: Select all

./coppeliaSim.exe -O 941
See also the other command-line options.

Cheers
Post Reply