09-17-2011 04:49 AM
Hello
Is there a way to "save" the configuration of "key binding - toggle" of a VI and "load" this configuration into another VI?
For example: if I have several VIs (one for each screen resolution) and I decide to set the "enter" key to toggle a button. I would to do this once, in one VI, and then "pass" this "key binding settings" for other VIs, since all of them are EXACTLY the same, the only difference is the size of objects in front panel.
Is it possible?
Thanks.
Dan07.
09-17-2011 10:45 PM
For all controls, you have the property Focus Key Binding. For booleans, you also have the property Toggle Key Binding. Both are clusters.
So, you can take one VI's settings and save it however you wish, and then use those settings to setup the binding in other VIs.