10-03-2011 02:53 AM
Hi,
i want to fix my Userinterface(see the attached VI) i such a way that it should change its scale to different size. or you can say it could resize.
how to do that i tried
http://www.youtube.com/watch?feature=player_embedded&v=hZ180R7ADto
but it seems like it is not working for this setup
any one who could give me some suggestions how to fix this problem?
thanks
Solved! Go to Solution.
10-03-2011 06:27 AM
Hi,
I couldn't see any panes used in your attached VI. Kindly tak a look at the attached VI. It shows how to automatically resize using panes. If it is something else you are looking for like resizing the tab control do let me know so that i can give you better solutions.
Warm Regards,
NitzZ
(Give kudos to good Answers, Mark it as a Solution if your problems was Solved;))
10-03-2011 07:37 AM
yes i want to do the same as you send but with a setup like this(see attached vi). i now putted the splitters as well
can you please give me some suggestions for this one specifically.
10-03-2011 07:58 AM
Its a bit tricky to scale a tab-control containing additional controls.. Is the tab very important?
I have made an example without the tab-control..
10-03-2011 09:20 AM
I can do what you sent me but the problem is that i have to use tab control thats why i am looking for some solution
that could work with tab and background as well. because its easyear to just scale Waveform graphs only. but
the whole object is kind of difficult. is there any way that it could fit to monitor size? the reason i want to do this
is because i have to run this program on different computers having different screen sizes. so i want that the
program should fit between the visible area.
10-06-2011 02:32 AM
I am still waiting for some one to answer my question. looks like it is kind of a bug in LABVIEW that you can't scale TABs and backgrouds with pane.
hussain..
10-06-2011 03:27 AM
I have made an example for you.. It is tricky to scale a tab, but it is possible.. You need two tabs, some spiltters and some coding.