question

Steven Chen avatar image
2 Likes"
Steven Chen asked Steven Chen commented

Hide Toolbar

Hello,

May I ask how to hide toolbar?

For model users that only need custom GUI.

I found a related topic:

https://answers.flexsim.com/questions/45475/is-it-possible-to-create-an-executable-version-of.html

I delete these nodes in view but they recovered on restart flexsim.

FlexSim 19.1.1
hidetoolbar
toolbar.png (16.1 KiB)
· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Matthew Gillespie avatar image
2 Likes"
Matthew Gillespie answered Steven Chen commented

Like Jordan says in the post you linked you should make an environment.

Since you want all models on a single PC to have a custom UI, you should make a module and place the module in the modules folder of the FlexSim installed on that PC. It's not too hard to do and the SDK documents the steps to do it. Here is an example module I made that you could use as is or as a starting point. Just unzip the file and place the Minimal folder in the modules folder.

minimal.zip

Alternatively, you could make an environment stored in a model like the example one I'm attaching here. The model enters its own environment using the OnModelOpen trigger. The SDK also documents how to make a model like this.

modelenvironmentexample.fsm


· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.