Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/26/2014 in all areas

  1. Thanks soupy, this works very well. It also is properly reported via the Desktop Execution Trace Toolkit. To simplify the code, I used a constant "Generic Event" with a variant data type.
    3 points
  2. Changing the password erases the undo history.
    1 point
  3. Memory leaks are caused by not closing registrations (event reg refnums) rather than user event refnums. If nothing is registered, you can generate your events 'till your hearts content and you won't leak memory.That's why you can have plugins that come in and out of memory and attach to existing events. Besides. When I exit, I want all memory cleared up including any leaks and LabVIEW takes care of that. When the app is running, I generally want all events running too and let whatever needs them regsiter and unregister..
    1 point
  4. here ya go. this only works if your cluster only contains user events but it'll close all data types. if your cluster needs to hold more than user events, you could probably get around things by storing user events in a sub-cluster.
    1 point
  5. Call the "Get Tag" method of the ProjectItem class and use the alias.value tag:
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.