Thread: GUI scaling
View Single Post
  #12  
Old 12-26-2009, 11:05 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by LoneAngelIbesu View Post
What's the problem with doing this?
PHP Code:
new GuiControl(TestControl)
{
  
screenwidth*.4;
  
screenheight/2;
  
width screenwidth/2;
  
height screenheight/4;

Seems like you're simply providing a different syntax for something that's already possible and not at all hard to do. Am I not understanding what's meant by 'scaling'?
The idea is that it's based on the parent control. Sure, it's possible right now, but it requires a lot more work than it should.
__________________
Reply With Quote