02-22-2011 05:28 PM
Hi there, I'd like to know how I could structure an application that potentially has several screens. Some allow the user to enter data and others are reporting screens. What is a recomended way to structure this? Also when designing a multithread application what are the best practices?
02-23-2011 12:32 AM
Hi ,
If you only want a multi panel software with no specific need in multi thread toy don't have to use it , it will work great.
Multi thread is used if you need to do several things at the same time , a good example is if you need to press 2 buttons and each one of them is doing a loop , multi thread is the best solution for this.
The best advice I can give you is simply to use the examples in CVI there are many good Multi thread & Multi panels examples.