ID:157220
 
I made a skin for one of my games "Legend Of Zelda RPG" requested by Tylight and I have had one question... What do I do to make the window "mainwindow" maximized automatically on start-up? Every time I make the window bigger... it never maximizes automatically on start-up! I have seen other skins for other games have that but I don't know how to do it! Please help!
When you go to make it display, just have this line of code run somewhere.
winset(src,"window","is-maximized=true;")


The values in this may need to be adjusted to fit your scenario.

The BYOND Dream Maker program comes with Skin Reference that shows you how to do this for future reference, however.
In response to Tekken
Tekken wrote:
When you go to make it show, just have this line of code run somewhere.
> winset(src,"window","is-maximized=true;")
>

The values in this may need to be adjusted to fit your scenario.

The BYOND Dream Maker program comes with Skin Reference that shows you how to do this for future reference, however.
Thanks!