09-29-2006 06:28 PM
When I do any of these things, the loop stops until I'm done. Note also that it doesn't matter if "Wait until done" is True or False.
The VI being called by reference ("ByRef.vi") is simply writing a random number to an indicator, but I see the exact same behaviour if it's a totally empty VI. I've tried changing the priority, preferred execution system, and reentrancy of this VI, with no luck.
It seems that the "Run" method is running in the UI thread - is this true? If so, why?
Does anyone have a definitive solution to this problem? We need to run a "plugin" by calling by reference, but if we set it up like this any extended mouse activity does very bad things.
Jaegen
09-29-2006 08:08 PM
09-29-2006 11:21 PM
Thanks!
Fortunately that will work for us. But why does it work??? Can someone enlighten me?
Jaegen
P.S. And yes, "Click, Clack, Moo" is a classic.
10-02-2006 01:35 PM