PDA

View Full Version : Problem with OGL and Client resizing



knotted fear
08-27-2015, 04:21 AM
I followed Ross' tutorial on installing/setting up OGL, and I'm unable to resize my SMART client window, I am an absolute beginner when it comes to this, and I'm sorry if this is a completely ridiculous question :(

Obscurity
08-27-2015, 10:45 AM
SMART doesn't support resizing. The dimensions you make it are the dimensions it stays.

Ross
08-27-2015, 02:16 PM
I followed Ross' tutorial on installing/setting up OGL, and I'm unable to resize my SMART client window, I am an absolute beginner when it comes to this, and I'm sorry if this is a completely ridiculous question :(


SMART doesn't support resizing. The dimensions you make it are the dimensions it stays.

To clarify, you can resize it in the script by doing ogl.setup(x, y);

Where x is the width you want SMART to be and y is the height.

You can't resize it after SMART has been setup.