REnright,
Dave is correct about the .mtx file.
If you create a custom toolbar WITHIN an NX session, you will not end up with a .tbr file. NX will add the toolbar definition to the .mtx file. That .mtx file can be copied to any number of computers, or placed on a network and shared. If you share the .mtx file over a network, then you'll have to define the UGII_CUSTOM_DIRECTORY_FILE. The following is straight from the documentation:
When NX starts up, it looks for user interface customizations in the directories listed in the files pointed to by the UGII_CUSTOM_DIRECTORY_FILE (By default, it points to $UGII_BASE_DIR/ugii/menus/custom_dirs.dat.) So if you add a directory to this file, you can place your .mtx files in a subdirectory called application, and NX will load them for all users when it starts up. For example:
On Windows:
-Add <your_path_here> to the custom_dirs.dat file.
-Create the directory <your_path_here>\application.
-Copy user.mtx to <your_path_here>\application\<file>.mtx.
The files placed in these directories are automatically loaded when NX starts up.
You can override the default value of UGII_CUSTOM_DIRECTORY_FILE, and point to your own file.
I prefer defining the .tbr files in a text editor rather than during an NX session. It's a bit more involved, but makes sharing toolbars and custom bitmaps quite easy once you get everything set up correctly.
Tim Flater
Senior Designer
Enkei America, Inc.
Some people are like slinkies....they don't really have a purpose, but they still bring a smile to your face when you push them down the stairs.