Log in

View Full Version : Window size - default limits ?



phantomwhale
April 4th, 2011, 09:11
Do windows have "default" maximum size limits ? They appear to, not sure what they are.

I am trying to let some of the windows (esp. GM only ones) be as big as the GM wants, which currently I'm doing via :



<sizelimits>
<maximum>
<height>really big number goes here (about 1600 seems ideal)</height>
</maximum>
<dynamic />
</sizelimits>


But really, I'd prefer to just say "as big as you like", but I don't think that's actually an option ?

Not a huge issue, just wanted to check my working. Be good to have the default values for the <sizelimits> <maximum> tags in the documentation too, if possible.

Ben (-PW-)

Moon Wizard
April 4th, 2011, 13:17
Taking a quick look at the code, the default minimum/maximum is 100x100 and 1025x768, respectively.

In most of the code I have where I want to let the user make the window as big as they want, I use 10000 as the big number.

Cheers,
JPG