View Single Post
  #1  
Old 06-08-2015, 10:51 AM
tokola tokola is offline
Member
 
Join Date: Nov 2012
Posts: 67
Resizing/scaling panels

Hi,

I am having the following problems while scaling a TabPanel:
1.Keeping its initial proportions. I've noticed that in my example (attached), setting the scale back to 1 does not reset the panel to its original size (use keys 'q' and 'w'). Might this be a combination of Tab and Grid panels or something else?
2. The included quad nodes in the GridPanel do not resize proportionally. Is this the expected behavior? Resizing them individually can be a pain.
3. How can I keep the panel in a fixed position in the window when resizing the window? Do I have to calculate the offset and change it on update (it it's not stuck on any of the corners or the center)?

Thanks!
Attached Files
File Type: zip TabPanel_resize.zip (1.1 KB, 889 views)
Reply With Quote