07-04-2005 04:52 AM
07-04-2005 05:03 AM
07-04-2005 05:03 AM
Hi,
That part of the TabControl is not intended to place objects, you can see that your LED's are not placed in the tab, because when you move the tab, led's remain on the same place.
What do you need these led's for?
Can's you do the same with, for insntance with enabling, disableing the tab pages?
Hope this helps,
Paulo
07-04-2005 07:55 PM
Well you see, there are test windows in each tab. Each LEd will be lit in red as failed and green as passed. And basic test page will be the first test to proceed, After that, the next tab will be next test to proceed. Any failed test will be the last tab to show up. As for the previous passed test tabs, the LEd will be lit in green and tabs will be hidden behind .Then we will know that all tabs are passed. Bu when I need to look at the readings in the previous tests and then back to the failed tab, i may not be able to recall which failed tab and have to open every tab to look for failed readings.
As for coloured tabs, Looks like this is only an option. Is there no other way to do that?
Clement
07-04-2005 08:10 PM - edited 07-04-2005 08:10 PM
Message Edited by Raghunathan on 07-04-2005 08:11 PM
07-04-2005 10:39 PM
One additional thing to consider is whether a tab control is really the right way to be managing things. If you need more tham one row of tabs you should be thinking of some other control technique--like a menu with screens appearing in a subpanel, for instance.
One of the neat things about LV is that it will tell you if you are on a deadend track design-wise. If the code starts getting so complex you have a hard time remembering what everything is doing when you are looking at the code, you have a problem. For myself I enforce this view by consciously making no effort to memorize my code. If I can't understand it by reading it--I know I have problems.
Mike...
07-04-2005 10:51 PM
Here is an old thread talking about an image in the tab section. However it can't be changed while running the program. I'm not sure if anything has changed in newer versions.
http://forums.ni.com/ni/board/message?board.id=170&message.id=62303&requireLogin=False