08-08-2013 05:47 PM
Hi all,
I have placed a tab control to the application, in one tab panel I am running a heavy code which takes couple minutes to be done. During the code running time, I want to lock the current tab so it can't switch to different tab. Is that any way to do that in CVI? Thanks.
Solved! Go to Solution.
08-09-2013 02:03 AM
Hi dragondriver,
I don't think you can lock a tab, but you could programatically dim all the other tabs on the same event that starts your heavy processing and then undim them one it finished.
Hope this helps,
Bogdan