Very nice idea of such an extension. Thank you! Little questions: 1) Is it planned to make to minimize window in system tray? 2) Is it planned to make to fullscreen mode on the monitor on which window is located? Thanks for answers.
1. See the example from Window Commands extension, this one has the same-styled functions. 2. Disabling border (see the example attached) would allow you to call window_set_fullscreen as usual.
When using this together with Window Commands for GameMaker you get an error: Maybe include the Freeze feature into Windows Commands?
Compile Extensions...Error : duplicate script name found window_command_hook in extension window_frame in file window_frame.gml Error : duplicate script name found window_command_unhook in extension window_frame in file window_frame.gml Error : duplicate script name found window_command_run in extension window_frame in file window_frame.gml Error : duplicate script name found window_command_get_active in extension window_frame in file window_frame.gml Error : duplicate script name found window_command_set_active in extension window_frame in file window_frame.gml
As the description states, this extension includes it's own versions of all of Window Commands functions as they had to be reimplemented in a different way (the window being in an external process and all). You would remove Window Commands when switching to this extension.
← Return to extension
Comments
Log in with itch.io to leave a comment.
Very nice idea of such an extension. Thank you! Little questions: 1) Is it planned to make to minimize window in system tray? 2) Is it planned to make to fullscreen mode on the monitor on which window is located? Thanks for answers.
1. See the example from Window Commands extension, this one has the same-styled functions.
2. Disabling border (see the example attached) would allow you to call window_set_fullscreen as usual.
Very often this blocks the steam overlay from launching with tab-shift. Otherwise works like a charm.
When using this together with Window Commands for GameMaker you get an error:
Maybe include the Freeze feature into Windows Commands?
Compile Extensions...Error : duplicate script name found window_command_hook in extension window_frame in file window_frame.gml
Error : duplicate script name found window_command_unhook in extension window_frame in file window_frame.gml
Error : duplicate script name found window_command_run in extension window_frame in file window_frame.gml
Error : duplicate script name found window_command_get_active in extension window_frame in file window_frame.gml
Error : duplicate script name found window_command_set_active in extension window_frame in file window_frame.gml
As the description states, this extension includes it's own versions of all of Window Commands functions as they had to be reimplemented in a different way (the window being in an external process and all). You would remove Window Commands when switching to this extension.
ahh. Sorry. I should read more :-)
This extension doesn't appear to include the window_set_topmost function from Window Commands - or am I missing something?
Thank you for all of the excellent software, by the way.
I have to manually backport any functions that I add to Window Commands, so that is not here yet.
gr8 work again mah dood