06-09-2014 01:47 PM
I made a very simple xControl that only makes sense as a control. Is there a way to prevent it from becoming an indicator?
06-10-2014 12:49 PM
Yes, in the facade VI you have a number of different events. One of them is called Direction Change. It fires when the XControl is loaded into memory, or is changed from a control to an indicator, or vice versa. Put logic in that event that forces the xcontrol to be a control if it's set to be an indicator.
Mike...