LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Text with trademark sign

Hello,
I was using the trademark sign (™ obtained with Alt+0153) in a string that I displayed on my panel title bar (CVI 7.0 and Win2000).
 
The problem is that this doesn't work on Win98 (there a square is displayed instead). I also not sure that this would work on a chinese or japanese operating system version.
 
Could someone help having this TM sign/symbol wotking on the different windows versions since Win95?
0 Kudos
Message 1 of 4
(3,269 Views)
Hello Rac,
 
Regarding WindowXP, I was able to use the TM symbol in the panel title by using Alt-0153.  This should also work on Windows 98, since it use the same character map.  What you could try is to open up Character Map (Start >> Accessories >> System Tools).  Choose the TM symbol, select Copy.  Then in the Edit Panel dialog window in CVI, press Ctrl-V.  Does the TM symbol now appear?
 
Thanks.
Wendy L
LabWindows/CVI Developer Newsletter
0 Kudos
Message 2 of 4
(3,254 Views)

Hello Wendy,

I remarked yesterday that the TM sign appear when I write it directly on a panel, but as I want to set it with a variable (my Text has to change dynamically), it fails.

0 Kudos
Message 3 of 4
(3,245 Views)
Hello Rac,
 
Sorry for misunderstanding your previous post.  Even when I use the SetPanelAttribute function with ATTR_TITLE to change the title of the panel to include the TM sign, I still see the correct behavior on Windows XP SP2. 
 
SetPanelAttribute (panelHandle, ATTR_TITLE, "Title Test™");
 
Thanks
Wendy L
LabWindows/CVI Developer Newsletter
0 Kudos
Message 4 of 4
(3,230 Views)