ID:272177
 
i read the tutorial for skins Lummox JR made (good read, btw).

anyway, how do i make it where you cant resize the window? o_o;
can u post the link please :)
In response to RanEsu
kinda busy coding atm. sorry
In response to Eternal Desire
bump~!

it's been a day, and it's off the first page, so i'd think it's legal.
In response to Eternal Desire
It was still in the top 20 or so threads before this post. Try Topic View. The One True View. ;)



I have not tried turning it off because I prefer to simply set my anchors and let the player resize all they want. However, I imagine you can do either of the following:
  • When programming, you should be able to edit the window, click the options tab, and uncheck the Can: resize box.
  • At runtime, you should be able to use winset() to change the window's can-resize parameter to false.