
08-08-2011, 11:42 PM
|
|
Jazz teh Awesome
|
 |
Join Date: Jul 2006
Location: California
Posts: 596
|
|
|
External window sizing has a bug.
When you initially create an external window, the width and height seem to be smaller than what you set it to.
This is a problem because if you have an inner control that is the width or height of the window, a piece is hidden because the window is too small. This problem is worse if you are using horizSizing, since the controls will then resize as you resize the window, but will not reveal any more of the control itself.
However, if you then re-create the gui while it is still visible, the window resizes to the correct width and height.
Setting the width/height/externalwindow.width/height after the gui creation does not fix this problem, only re-creating the gui does.
I hope I was clear with what the problem is...its quite annoying, if you have a scroll control the width of the window, the scroll bar is hidden until the gui is re-created. |
|
|
|