ID:2050936
 
(See the best response by Ter13.)
Code:


Problem description:
Hi is posible to resize window in BYOND like in Vba?



Best response
VBA uses stretch to fit.

Just set your map to "stretch icons to fit map" and set the anchors to top-left and bottom-right.

Fair warning, stretch to fit looks like garbage.
In response to Ter13
Ter13 wrote:
VBA uses stretch to fit.

Just set your map to "stretch icons to fit map" and set the anchors to top-left and bottom-right.

Fair warning, stretch to fit looks like garbage.

I use this settings and it's doesn't work like in vba.

Or if you have any idea how to eliminate "this bug" with "cuting" some screen when is resize, i'll be glad.
I got nothing out of that. Please be more specific as to your expectations.
Hello, this is the solution?
http://www.byond.com/forum/?post=2039871

Good Day.
In response to JEY_SENSEY
That's not even close to what he wants. It's actually the complete opposite ._. stretch to fit with anchors set to the top left and bottom right should work, as Ter stated.
In response to GreatPirateEra
GreatPirateEra wrote:
That's not even close to what he wants. It's actually the complete opposite ._. stretch to fit with anchors set to the top left and bottom right should work, as Ter stated.

winset(usr,"MainWindow.MainMap","icon-size=0")// i try use others values

I think the question here is how to kill the aspect ratio.

I don't think the map control has a legit way to do that.

You might be able to use PLANE_MASTER to scale planes to fill the window.