08-22-2008 02:09 AM
Can ay one help me??
I am sending one vi, in that i face one problem with tab control. If i am put a multicolumn list box on page1 of tab control and apply blinking property on it than in run time the blinking can visible on all the pages of tab control. It shouldn't be like that. The blinking can only visible on Page1. Is it bug in Labview? or it is like that only? how to solv it?
Solved! Go to Solution.
08-22-2008 02:38 AM
Well, it seems that LabVIEW does not work correctly here.
So a little workaround:
You can detect changes in the tab-selection by using the event structure. So you can disable the blinking property of the table when leaving the tab. Please see attached example.
hope this helps,
Norbert
08-22-2008 03:16 AM
Thanks for your reply,
But I am using Labview 8.2 and cant open ur vi because ur vi is made with the help of Labview 8.6, so can u send me ur vi in Labview 8.2 competible.
08-22-2008 03:19 AM
Well, i hope this works for you:
Norbert
08-22-2008 03:52 AM
thanks for your support
Malhar