I have a VI which reads in a data file and allows the user to analyze
the data.  This is done through an event structure in a while loop.
Reading the data file happens outside of the while loop. Everything
works fine until I want to "restart" the above in another while loop
to view a different data file.  As soon as I end the inner while loop
(triggered by the event structure), the next data file is read and
displayed.  However, the cursor in in the "hand" mode and basically
has no ability to activate buttons or move cursors.  The inner while
loop is iterating.

Any ideas on what I might do to correct or trouble shoot this one?

Reply via email to