Hi, everyone,
Problems came up!
I wanted an event to trig a continous data caputre (loop). So I placed a while loop in a event case. But I could not response to any other event when it run into the loop. What should I do?
One solution came up to me is the multithread: a UI thread and worker threads. How to realize it?
And any other solution nothing with multithread?
Thanks ahead!