Inspired by this idea... Changing the fill colour of thermometer according to the temperature
You want to customize the behavior of a LabVIEW control or indicator. The normal answer is to create an XControl. The problem is that you want to the XControl to have the same properties and methods as the base control. You have to recreate all the methods and properties yourself and then handle them all in your facade.
It would be nice to be able to create an XControl from a base control with all of it's properties and methods created for you. The you could then extend a base control instead of recreating one from scratch.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
National Instruments will not be implementing this idea. There is no further feature development planned for XControls.