Graphic User Interface redistribution

I would like to duplicate a Graphic User Interface (tool bar layout) on all my PC's or at least make it available to the users so they can select it. 

It would also be nice to make the individual interface for each user available when they move from workstation to workstation.

Anyone know how to do this?

We are running SS2.

 

Thanks.

Parents
  • Hi Brian,

    Unknown said:
    I would like to duplicate a Graphic User Interface (tool bar layout) on all my PC's

    The right way is to share dgnlib file with GUI customization. Create your standard GUI customization in dgnlib, share it in your network and set MS_GUIDGNLIBLIST to point to this dgnlib file.

    Unknown said:
    It would also be nice to make the individual interface for each user available when they move from workstation to workstation.

    It's pretty the same as the standardized GUI, only store it in a different file and define the variable in different configuration file.

    It can look like:

    • MS_GUIDGNLIBLIST > X:\shared\standard_gui.dgnlib, defined in e.g standards.cfg
    • MS_GUIDGNLIBLIST > X:\shared\username_gui.dgnlib, defined in a proper user configuration file (.ucf)

    The exact solution depends how you workspace is set, your network configuration and also if users use own ucf files or they just login to Windows under different account (or both).

    But the general concept is for sure to share dgnlib with GUI customization and a proper MS_GUIDGNLIBLIST (or MS_DGNLIBLIST) definition.

    [Edited] There are some other files, that store current GUI configuration (what is docked where), but I am not sure if they can be easily shared without problems.

    With regards,

      Jan

  • I have created the variable in an PCF that all users access through the login. This file resides on the server. So at least that apart is covered. Thank you for pointing me in the right direction

    Brian MacCartney

    Senior Designer, Electrical

Reply Children
No Data