Thread: GUI scaling
View Single Post
  #20  
Old 12-26-2009, 11:35 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
The major difference would be that defining the dimensions using screenheight/screenwidth would result in them being set statically, once.

If they were set as percents, then they would dynamically change as the screen dimensions change.


The only way to do this currently would be hooks and something to manage all your GUI controls (which I suggested in the 4th post of this thread).
Reply With Quote