Preference Menu Dropdown
The model of the UI is UserEnv. UserEnv contains UserConfig, which is rapidly used in the GUI.
The dropdown is on the Main Panel.
Layout
- Preference Menu Dropdown
- Step Present Preference Button
- Graphic-Cache Dropdown
- Language Selection SubMenu
- Show Physics Options CheckBox
- The model is ShowPhysicsOptions.
- The checkbox is disabled and unchecked if IsPhysicsLicensed is false.
Single User Application
In single user application, access global UserEnv and UserConfig by the SingleUserApp.
Apply SingleUserApp.SaveUserConfig() or SingleUserApp.LooseSaveUserConfig() (save config in Loose Manner) if config changed.