-
Posts
7 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Gallery
Files posted by Comrade
-
Falk Schneider
By Comrade in *Uncertified*
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
178 downloads
Updated
-
FPRefs2VariantAttributes
By Comrade in *Uncertified*
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.
128 downloads
Submitted