Window Minimise / Maximise - Detection?

BlitzMax Forums/BlitzMax Programming/Window Minimise / Maximise - Detection?

thalamus(Posted 2009) [#1]
Does anyone know of a way to detect whether a window has been Maximised, Restored Down, or Minimised, that will work in both Windows and Mac environemtns?


GfK(Posted 2009) [#2]
AppSuspended should work in most cases.


markcw(Posted 2009) [#3]
MaxGUI uses the EventIDs, EVENT_WINDOWSIZE and EVENT_APPSUSPEND, Events>BRL.Event.

Also there are the functions WindowMinimized and WindowMaximized, MaxGUI>MaxGUI.