LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Converting Canvas to Easy Tabs

I have a multithreaded program that runs correctly when I use canvases on my user interface. When I convert the canvases to Easy Tabs and run, none of my user interface components update throughout the run.

The User Interface runs in a seperate thread.

How could using easy tabs effect the updating of my user interface?

I am puzzled.

rink
0 Kudos
Message 1 of 3
(3,117 Views)
Rink,
Do you have a small app that replicates the issue on your machine? I was unbale to find anything in our documentation that mentions issues with the easytab feature within a multithreaded application, so we will have to look into it.

Daniel McChane
Application Engineer
National Instruments
0 Kudos
Message 2 of 3
(3,117 Views)
Did you do anything else in your program when you added the EasyTabs? Do you maybe have a loop in your program that needs a call to ProcessSystemEvents? Do any UI updates occur before they stop? Do you run any callback functions before the updates stop?
0 Kudos
Message 3 of 3
(3,117 Views)