From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Lookout

cancel
Showing results for 
Search instead for 
Did you mean: 

ActiveX button display properties


I am displaying a temperature value on an ActiveX button text.  I cannot figure out how to force the decimal place to a value of 1.  (123.0°F)
Thanks for the advice

0 Kudos
Message 1 of 5
(3,368 Views)
I assume you are talking about the controls listed in the "ActiveX" tab of the Object browse (which are built by some other applications and shared with Lookout through ActiveX).  There are two sections of these controls, "Recommended" which our R&D group has tested and know to work, and "Other" which may or may not work perfectly.  Which category does your control of interest fall under?  Generally speaking, the "Other" might be less functional (simply because they aren't known to work with Lookout).   Also, when configuring the behavior of controls, sometimes it's hit or miss whether the ActiveX control can do exactly what you want.  Lookout is intended to be as open as possible by utilizing ActiveX technology, but the particular control must have the proper parameters to be configured in the first place.
 
Thanks,
 
Jeff M.
Applications Engineering
National Instruments
0 Kudos
Message 2 of 5
(3,352 Views)

The object is a CWButton from the recommended list. 

0 Kudos
Message 3 of 5
(3,342 Views)

PMW,

I am guessing you're writing to the OnText / OffText properties of the ActiveX control.  How are you converting the number to string?  You very likely have to truncate the number/string before writing to the property using one of the Lookout text functions.  If you've already tried this, what issues are you running into?

-Khalid
0 Kudos
Message 4 of 5
(3,333 Views)
I hadn't thought of using a text function, thanks Khalid.  It is amazing how difficult I was trying to make that.


0 Kudos
Message 5 of 5
(3,320 Views)