If you register for events dynamically, you can modify the registration information to change when LabVIEW registers events and the objects for which LabVIEW generates events. For example, you can dynamically register for a Mouse Move event on a front panel control, and you can modify the registration so that LabVIEW generates this event only if the user clicks a certain button first.
Note You cannot modify statically registered events at run time. |
Complete the following steps to modify registration information:
Refer to the labview\examples\Dialog and User Interface\Events\Events.lvproj for examples of dynamically registering events.