Hello
Any event generated by a control will only be detected in the thread
that created. So only the UI thread ( or the thread that actaully
created the panel of interest in this case) will get any events
generated by the controls on the user. What you can do is use the
thread safe queues that CVI provides. The queues generate callbacks
based on whether the queue size changed etc.. So when the user press a
key, the textbox will generate a keypress event, you can pass this
value to the queue, which in turn will fire the appropriate callback
in your thread.
You can find the queue library under Utility >> MultiThreading >>
Thread Safe queues.
I hope this helps
If i missed the question, let me know
Bilal Durrani
NI