@ramses64 wrote:
Hi Yamaeda,
your exemple well works, BUT (there is always a but ! :-))
- this is for a VI (I have to implement this in all my user interfaces)
- this is for simple controls, not for clusters of clusters of arrays of clusters...etc...
- for a large application, I will have to list items one by one on the event structure...
Best Regards,
Having each VI handle their own help doesn't seems like a big issue to me, alt. you can have each fire a user event which the main VI handles.
It works for clusters, you can link the event to separate cluster components.
Yes, some work cant be avoided. 🙂
/Y