Quote:
Originally Posted by LoneAngelIbesu
What's the problem with doing this?
PHP Code:
new GuiControl(TestControl)
{
x = screenwidth*.4;
y = 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.