12-08-2009 03:14 PM
Hello,
I'm using LV7.0 on W2K and have run into a difficulty. Often times, when I need some front panel text to be changed programmatically, I will put a control or indicator off to the side (out of sight), and use its caption as the label. This prevents me from having to figure out how to get a reference to a real label... that's always been a pain. I just use a property node to change the caption text. My problem is, for the app I'm currently working on, I need to use a tab control. If I put the label (caption ) in the tab control, it hovers over, displaying a shadow under it. This does not happen if the control is also in the tab control, only when the control is not in the tab control. Is there a way to make this behaviour stop?
Thanks.
Rick
Solved! Go to Solution.
12-08-2009 03:21 PM
12-08-2009 03:43 PM
12-08-2009 03:51 PM
12-09-2009 07:06 AM
12-09-2009 08:11 AM
12-09-2009 08:12 AM
12-09-2009 08:32 AM
You can place a string on each page and send the text to every string.
You could put the string outside of the tab control and change the text when you change the tab.
12-09-2009 08:43 AM
12-09-2009 10:02 AM
Got it. Thanks alot. That's exactly what I was looking for.