Search the Community
Showing results for tags 'variant_attribute'.
-
Name: Falk Schneider Submitter: Comrade Submitted: 18 Jun 2015 Category: *Uncertified* LabVIEW Version: Not ApplicableLicense Type: BSD (Most common) This snippet demonstrates how to handle the runtime contextmenu of various controls in one single dynamic event case. Notice how you only need to bundle the different references of all the controls into one "Register for Event" input. Discrimination between the different controls happens inside the dynamic event handling case as is shown here with singling out one control for which the conxext menu remains standard while for all other controls just a singular menu item is generated. This was created as an answer to the following post: https://lavag.org/topic/4796-control-user-run-time-menu-checkmark/#entry26461 LabVIEW version is 2013 Click here to download this file
-
Name: FPRefs2VariantAttributes Submitter: Comrade Submitted: 02 Jun 2015 Category: *Uncertified* LabVIEW Version: Not Applicable License Type: BSD (Most common) The VI acquires all front panel control (and indicator) references and one by one passes them into a variant using its attributes. This way of storing the references makes them faster to be found within an application than by storing them in a cluster along with their name and using "search 1D array". The idea of this use case came from a nugget by NI's Darren. Click here to download this file
-
Version 0.1
128 downloads
The VI acquires all front panel control (and indicator) references and one by one passes them into a variant using its attributes. This way of storing the references makes them faster to be found within an application than by storing them in a cluster along with their name and using "search 1D array". The idea of this use case came from a nugget by NI's Darren.