This is an excellent suggestion. I've never been happy with making controls
invisible or hiding them off-screen. That strategy seems to violate the
whole point of data flow. 

Johann Junginger.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 13, 2004 05:31
To: [EMAIL PROTECTED]
Subject: RE: ScrollBar


I like to use a tab indicator for this type of thing. 
Make a small tab control, change it to an indicator.

Put each of your controls on a separate page of the tab indicator then
switch pages with your code as you like. 

Usually I set the tabs to invisible in the code when it starts to run and
then visible again when it's shutting down. This way each of your controls
is easily accessible during design. Often I set the color of the tab control
to transparent and it looks like each control is right on the panel by
itself.

I just don't like having "invisible" controls on a panel if I can help it --
especially stacked.

Roy Kniskern, Sr. Product Dev. Engineer

MOOG Components Group Inc.
1213 N. Main St.
Blacksburg, VA 24060
<http://www.polysci.com/>
(Formerly Northrop Grumman Poly-Scientific)
mailto:[EMAIL PROTECTED]


Original Messages:
==============
>>Are all of the buttons ever visible at one time?  Could you stack the
>>buttons and only have the one you need visible so scrolling isn't
necessary?


>>I have a subVI(X) that takes in inputs from the user in a particular
order.
>>I have buttons and controls hidden which become visible as and when the
user
>>has to enter the data. As this happens, certain buttons that appear are
>>beyond the window size and user needs to press the scroll bar as he
proceeds
>>with the experiment. Is there any way I could automate the movement of the
...

Roy Kniskern, Sr. Product Dev. Engineer

MOOG Components Group Inc.
1213 N. Main St.
Blacksburg, VA 24060
<http://www.polysci.com/>
(Formerly Northrop Grumman Poly-Scientific)
mailto:[EMAIL PROTECTED]




Reply via email to