Hello all.
I am trying to change the line of text in the NX main window topbar (see attached image).
As I am using NX in number of different environment settings I would like to be able to see (without having to open the logfile) which environment settings NX is using.
If I remember correct this was working up to NX6.
Below the top piece of the cmd file with the line that always did the trick. the line starting with Title added the text to the top bar.
Currently this isn't working anymore...does anyone have a different solution to fix this again?
Ronald van den Broek
Mechanical Engineer
Cad Environment Coordinator
Wärtsilä, Propulsion Services
NX8.5.2 / TC9.1.2
HPZ420 Intel(R) Xeon(R) CPU E5-1620 0 @ 3.60GHz, 32 Gb Win7 64B
Nvidea Quadro4000 2048MB DDR5
I am trying to change the line of text in the NX main window topbar (see attached image).
As I am using NX in number of different environment settings I would like to be able to see (without having to open the logfile) which environment settings NX is using.
If I remember correct this was working up to NX6.
Below the top piece of the cmd file with the line that always did the trick. the line starting with Title added the text to the top bar.
Code:
@echo off
rem ========================================================================= *
rem *
rem Copyright (c) 1996-2001 Unigraphics Solutions, Inc.
rem Unpublished - All rights reserved *
rem *
rem ========================================================================= *
rem
rem File Name: NX8.5_Native.cmd
rem
rem =========================================================================
rem
rem This script will set the appropriate variables and then run Unigraphics Native.
rem Using the Wartsila site settings
rem
rem Input Parameters:
rem
rem Command line parameters will be passed through to Unigraphics. See
rem the UG Workstation Guide for information on supported parameters.
rem
rem NOTE: you MUST use a colon ':' to delimit a switch from its value.
rem
rem For example:
rem ugii -retrieve:block.prt
rem
rem =========================================================================
rem
rem
[b]title Native NX8.5, no Teamcenter[/b]
Currently this isn't working anymore...does anyone have a different solution to fix this again?
Ronald van den Broek
Mechanical Engineer
Cad Environment Coordinator
Wärtsilä, Propulsion Services
NX8.5.2 / TC9.1.2
HPZ420 Intel(R) Xeon(R) CPU E5-1620 0 @ 3.60GHz, 32 Gb Win7 64B
Nvidea Quadro4000 2048MB DDR5