08-28-2009 02:08 AM
Hello,
I have buttons (button1, button2, ...). I need that by pressing Button1, a table1 appeared in some indicator,
then by pressing Button2, table2 appeared under table1, ... . After that, by scrolling I could see all tables. How can I make this?
Thanks
08-28-2009 04:34 AM
08-28-2009 07:50 AM
Depending on your exact requirements, there are several ways you could do this:
08-28-2009 07:52 AM
Please post an image that mocks-up what you are trying to develop.
Also exalain how the user will interact with the desired GUI object.
With the description you have provided, you could...
1) Polulate a table
2) Invoke node >>> Get image
3) Insert image in Picture, note where the bottom of the table image is in the Picture
4) Repeat step 1-3 putting new tabels below the previous.
5) Show vertical scroll bab on Pictuer when total image size is greater than the drawing area.
So please "show us" what you have in mind and the guru's that prowl this forum will advise.
Ben
08-28-2009 08:08 AM
I'd go with Gray's suggestion, Draw all tables as you want them, then Hide them and use the property to show them when you press a button. LabView will add scrollbars if the window gets large enough.
/Y
08-28-2009 08:44 AM
Thanks very much for answers. I'll try to explain my problem in details.
1. I have Tab Control. In this Tab Control I need tables as I wrote, which are below each other.These tables are empty.
2. Also I have buttons. When I press button1, some data will be written in table1, when I press button2, data will be written in table2 , ... .
08-28-2009 09:37 AM