09-09-2006 02:19 AM
09-11-2006 01:30 PM
09-11-2006 03:14 PM
09-11-2006 03:53 PM
09-12-2006 01:03 PM
Thanks for the ideas. I'd figured that the best work around was going to be to add a custom property which I write to after reading a True, but the idea to only ever read a property is interesting. You're right though, it's rather unintuitive.
Here's a related question: For a cluster of ~50 highlighting buttons, what is the difference in efficiency between handling the "Mouse Enter" and "Mouse Leave" events manually on the VI's block diagram versus having 50 XControls which highlight themselves (with the necessary custom property workaround to reset them)? I'm currently registering for the two events for the entire array of control refnums out of the Cluster's "Controls[]" property, so I only have 2 event cases, not 100 - is this going to be a lot more efficient than having 50 Facade VIs in memory waiting to fire?
Thanks,
Jaegen
09-12-2006 02:04 PM
12-15-2011 05:23 AM
With regard to the XControl Latch issue, I'm surprised to see that this doesn't have a satisfactory workaround after so long. Surely this is an issue for a lot of users of XControls - should it be a product suggestion? Boolean latch operations are pretty useful!
Thanks for the efforts of the AEs on the thread. I tried Jarrod's second workaround, but reading a property did not trigger the {Display State Changed} event and I don't seem to be able to configure inputs and outputs to a method on LabVIEW 2011 (all controls are greyed out!).
For my application I'm going to ditch the XControl and use code in my top-level VI to achieve what I wanted. I'd be interested to hear if this is a common complaint, or if Jaegen and I are the only people ever to have wanted this...
12-16-2011 04:45 PM
It doesn't seem that the idea has been submitted to our Idea Exchange (http://forums.ni.com/t5/LabVIEW-Idea-Exchange/idb-p/labviewideas). This original thread was going on in 2006, before the Idea Exchange existed. If you think it's something worth pursuing, you can submit it there and see if it gains traction. From my experience, I haven't firsthand heard of people discussing this issue, but I can see how it would be useful. In assembling the VIs, I'm pretty much where Jaegan is and can't get much further. It might not be a bad idea to submit it to the Exchange.
11-19-2016 04:17 PM
System booleans already have the behavior you are trying to code. They change with mouse-over; and you can customize the appearance of the various states.