> It turned out that my problem was having a "commented out" event structure
> in a case structure with a constant wired to it, since I got the event code
> working first in the top level and then tried to put it into a sub VI. Even
> though the event structure was never executed, it still swallowed all the
> events and prevented them from being reliably received at the lower level.
> 

Yep.  The statically linked event structure starts collecting events as 
soon as it comes up.  It doesn't queue up events just when it is waiting 
or wait for execution or it would be way too easy to miss events.  
Dynamically registered events wait for you to register.  And they stop 
queuing when you unregister.

Greg McKaskle


Reply via email to