Thread: GUI scaling
View Single Post
  #4  
Old 12-25-2009, 07:47 PM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by xXziroXx View Post
Last time I tried it, it turned out looking extremely ugly. Pretty sad if that's the only way, because it ends up looking like ****.
Yeah. The only other way to do it factor screenwidth and screenheight into all your calculations and just make everything a percentage.

I suppose it would be possible to make a function that generates the proper width and height (from say widthp and heightp) when you pass a GUI object, and also sets handlers for when the screenheight/screenwidth is changed.
Reply With Quote