LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how adjust the panel size according the user wish

I want to adjust the panel size automatically, when the user select the width and height for main panel where it should automatically update for remaining panels. 

 

Thanks

0 Kudos
Message 1 of 5
(4,085 Views)

When coming to window sizing CVI offers several alternatives and each programmer chooses the strategy he considers the best in his application. This recent thread offers some hint on possible solutions that could help you in determining the strategy that best fits your needs.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 5
(4,069 Views)

Thanks, But whenI run the application the main panel will load, if Iresize it, next panel should be set same as the Main panel size.

0 Kudos
Message 3 of 5
(4,062 Views)

There is no way to automate panel sizing: if you need panels to have the same size what you do on the main panel will need to be done on every other panel you are loading.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 4 of 5
(4,059 Views)

Why don't you want to use GetPanelSize()  and SetPanelSize()?

0 Kudos
Message 5 of 5
(4,056 Views)