05-07-2022, 02:55 AM
About the only way I know to handle such issues flawlessly is to turn $RESIZE off and then handle sizing internally via some user dialog.
INPUT "How wide would you like the screen (400 to _DESKTOPWIDTH) pixels: ", wide
If wide < 400 then SlapTheUser_SetWideTo400
INPUT "How wide would you like the screen (400 to _DESKTOPWIDTH) pixels: ", wide
If wide < 400 then SlapTheUser_SetWideTo400