06-28-2007 05:32 PM
06-28-2007 05:45 PM
06-28-2007 07:19 PM
06-28-2007 09:48 PM
06-29-2007 08:26 AM
06-29-2007 08:28 AM
06-29-2007 09:28 AM
09-10-2007 12:39 PM
Update to my previous problem. The solution was simple but it never stared me in the face. I was wiring the tab control thru an outer/slower while-loop, tunneled into the case structure, then tunneled into the inner-most critical-timed while loop to see what case is selected and to stop if "not my case".
All I had to do was to delete the wire and add a local variable to read the tab control inside the inner-most while loop to start/stop it. There is a slight pause from stopping the current case and starting the new case since the outer/slower loop is currently set to 1 sec, but that's okay in this application.
At first glance, I didn't think it would make any difference - but it made all the difference in the world!
Thanks for y'alls suggestions!
Gary