User | Kudos |
---|---|
8 | |
6 | |
4 | |
3 | |
2 |
I have previously asked tor ALL events in LabVIEW to be changed in functionality to be the same as User Events, but this has little support at the moment. This would allow me to register and unregister (and cross-register) for any standard UI events at run-time.
One problem I have with event handlers at the moment is that they are ALWAYS registered for standard UI events, even if they have finished executing and have no chance of being re-called. I would like to be able to tell the event handler that it should now UNREGISTER all standard UI events (until it is called again).
The following code (attached but without the Event terminator) will crash your PC if you let it run because the event structure accumulates data in the event queue, but can never read the data out. This is not good. I would like to be able to tell my Event structures to NOT do this.
Shane
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has received less than 5 kudos within 5 years after posting will be automatically declined.