How to determine if a user is using the Ribbon or Classic Layout in NX9 and
higher.
Solution
In the user.mtx file towards the bottom of the file, you will find either one
of these settings.
Ribbon Bar Settings:
<SessionSettings>
<Setting name="RibbonMinimized" ribbonMinimized="0"
ribbonFullscreenMinimized="0"/>
<Setting name="UserInterfaceMode" defaultModeSetup="
1"/>
OR
Classic Settings:
<SessionSettings>
<Setting name="RibbonMinimized" ribbonMinimized="0"
ribbonFullscreenMinimized="0"/>
<Setting name="UserInterfaceMode" defaultModeSetup="
0"/>
Notice the "<Setting name="UserInterfaceMode" defaultModeSetup="
1"/>" is :
1 for Ribbon and ,
0 for Classic
Notes and References
Hardware/Software Configuration
Platform: all
OS: n/a
OS Version: n/a
Product: NX
Application: SYSENG
Version: V1847
Function: UI_TOOLS
Ref: 001-7640954