07-25-2005 10:57 AM
07-25-2005 04:05 PM
Hi,
Is my Fixed VI helps you ?
I've just make the "Increment/Decrement" of the label, Visible and then customize it to change the location of the control.
Bush-Man
07-25-2005 04:20 PM
07-26-2005 03:08 AM
07-26-2005 03:11 AM
Hi Bush-Man,
no, that's not what I am looking for. I would like to replace the current control by a pull-down menu like raised ring control. The increment/decrement control is not very useful if the list behind the ring is already a bit longer.
Thanks anyway for your effort,
Peter
07-26-2005 03:52 AM - edited 07-26-2005 03:52 AM
Here's the thing - you can replace pieces of controls like that, but they have to be of the same type and representation or nothing happens when you replace them. Since the tab is an enum, replacing the enum display with a ring doesn't seem to help. What you can try is customizing an enum to look like a ring, saving it as a control and then customizing the tab and replacing the tab's enum with your saved enum.
Edit - I just tried it with a classic enum and it wasn't replaced. I'm guessing that even if it can work, you need to have the enum values saved into the control before replacing it.
Message Edited by tst on 07-26-2005 11:55 AM
07-26-2005 07:44 AM
Yes, but I'll have to wait till this evening to post it. In the meantime check the examples for subpanels. The thing to bear in mind when looking at the examples is that they all use the Run VI VI method to execute the plugins, but you can also use a Call be Reference node.
Mike...
07-26-2005 10:15 PM
07-27-2005 03:42 AM
Mike,
thanks for your very instructive example. However, most of my controls, indicators, charts and so forth on the various tab pages are connected somehow with the rest of the main program. I cannot use independent sub-vis which will close whenever another page of the tab control is activated. If only I found a nicer solution for the pull-down menu to select the tab control pages, my current solution would fulfil its purpose.
Peter
07-27-2005 04:05 AM