It should be made so that if u press the maximize button on the layout editor, it resizes the screen to what max would be in your screen resolution.
Also, with this clicked it starts out so that the program starts maximized regardless of resoulution on every computer, and so that i can make everything resize for other resoulutions.
Does byond also got a thing to see screen resolution of players?
ID:260444
Oct 11 2007, 12:24 pm
|
|
Super Silly Stuart wrote:
Does byond also got a thing to see screen resolution of players? There's nothing built in, but you can send a short javascript to the client that reports the desktop resolution. client This demo uses availHeight and availWidth, which will exclude the space taken up by the taskbar. |
In response to Narmanb
|
|
Narmanb wrote:
Super Silly Stuart wrote: He means in the layout editor, if you click the maximize button on the game window you are currently designing, it maximizes THAT window so u can easily arrange its contents to the preferred positions :P |
In response to DarkBelthazor
|
|
Can there be an option that lets the builder force maximized window behavior by default? Like a.. no-resize + maximized?
|
not exactly sure what you mean
You can already use anchors to make everything resize for other resolutions.
Dunno :p