Hi, anb sorry but English is not my cup of tea. I will try to a little better formulate my question : I seek to start events when a zone of text becomes active on the front panel of my VI.
OK. You can use an event structure, and configure it to handle events related to your text zone (a string control or indicator). You can use mouse events (down, move, enter...), and decide of the action to be taken. Put the event structure in your main loop, right click on the border, then "Add event case...", and go to "Controls/your string". Bonne chance Keep wiring
As Charly say, you can use the event structure as described below : http://zone.ni.com/devzone/learningcenter.nsf/03f7c60f17aad210862567a90054a26c/1dcac8110c5c93df86256c8d0054e158?OpenDocument
You can do more by using dynamic events as described in the presentation below : http://zone.ni.com/devzone/learningcenter.nsf/03f7c60f17aad210862567a90054a26c/3cbc8abcb38d225386256e20007cad3a?OpenDocument
The link below gives an example of how the use a dynamic events : http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3F01D56A4E034080020E74861&p_node=DZ52036&p_source=External#rank
Thank you for these councils. I'm beginner in programming, so I will need a little time to understand events management, but your examples correspond well so that I wish to make.