NX bitmap name for the "red asterix" in NX dialogs
NX bitmap name for the "red asterix" in NX dialogs
(OP)
Hi -
I'm right now programming a small tool for NX...
This program also contains a dialog (BlockStyler) and in this dialog I use some bitmaps....
But I also need the NX bitmap " the red Asterix" used in many NX dialogs....please see attached screenshot...
I all ready use the green checkmark - also used in many NX dialogs...this bitmap name is "Check"...works pretty well...
Do any of you guys , know the name of this NX bitmap " the red Asterix"...?
lklo
I'm right now programming a small tool for NX...
This program also contains a dialog (BlockStyler) and in this dialog I use some bitmaps....
But I also need the NX bitmap " the red Asterix" used in many NX dialogs....please see attached screenshot...
I all ready use the green checkmark - also used in many NX dialogs...this bitmap name is "Check"...works pretty well...
Do any of you guys , know the name of this NX bitmap " the red Asterix"...?
lklo





RE: NX bitmap name for the "red asterix" in NX dialogs
Ronald van den Broek
Senior Application Engineer
Winterthur Gas & Diesel Ltd
NX9 / TC10.1.2
Building new PLM environment from Scratch using NX11 / TC11
RE: NX bitmap name for the "red asterix" in NX dialogs
If you ever want the name of an bitmap you see in an NX dialog, temporarily set the environment variable PRINT_DIALOG_BITMAP_NAMES=1, which records them in the syslog.
Mark Rief
NX CAM Customer Success
Siemens PLM Software
RE: NX bitmap name for the "red asterix" in NX dialogs
The NX9 bitmaps were posted here awhile back, not sure if they are still available
RE: NX bitmap name for the "red asterix" in NX dialogs
thank you so much for your help here...
I simply tried to set variable PRINT_DIALOG_BITMAP_NAMES=1 , and now every used bitmap in session is logged in syslog...
I found the bitmaps I needed to my program...
lklo