View Single Post
  #1180  
Old 08-08-2011, 11:42 PM
oo_jazz_oo oo_jazz_oo is offline
Jazz teh Awesome
oo_jazz_oo's Avatar
Join Date: Jul 2006
Location: California
Posts: 596
oo_jazz_oo is a jewel in the roughoo_jazz_oo is a jewel in the rough
Send a message via MSN to oo_jazz_oo
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.
__________________

Reply With Quote