Author Topic: [Solved] Swatch Control Size Problem [Thanks Ephialtes! :D]  (Read 3069 times)

then set the position to 0,0
Yeah, that's probably the issue now I think about it. He needs to post the GUI file, he doesn't need to do it manually he can use GUI resizing like Ephi said.

he doesn't need to do it manually he can use GUI resizing like Ephi said.
It's faster if the script doesn't have to adjust it every time he opens it. If he sets it to the max possible resolution, it will never be too small, and it won't go out of the screen.

Everyone in this thread is being incredibly dumb. there are 3 things required:

position = "0 0";
horizSizing = "width";
vertSizing = "height";

That's all. The engine will do the rest. Stop suggesting stupid things.

Everyone in this thread is being incredibly dumb. there are 3 things required:

position = "0 0";
horizSizing = "width";
vertSizing = "height";

That's all. The engine will do the rest. Stop suggesting stupid things.
So many suggestions, but Ephialtes seems to know most about what to do.

So Ephialtes, your awesome and it worked! Thanks!
*Topic Locked*