Hi Scott,
The change you suggested works perfectly, thank you.
I have a couple of questions regarding the changes you made:
If I create a panel on a different thread using the PostDeferredCallToThread (to create it on the main thread as a child panel), must I also use PostDeferredCallToThread for all the panel related operations? (Change the value of text boxes, change color of decorations, etc.) is there a written explanation on this subject?
Why did you choose to use the CreateThread function (WIN API) and not the cmtScheduleThreadPool function (CVI)?
Thanks again,
Gil