MaxGUI: Responding to a window maximize event

BlitzMax Forums/BlitzMax Programming/MaxGUI: Responding to a window maximize event

Perturbatio(Posted 2005) [#1]
How do I do this? There doesn't appear to be an EVENT_WINDOWMAXIMIZED event. I can detect a minimize through EVENT_APPSUSPEND.


skidracer(Posted 2005) [#2]
In the IDE I use a combination of the EVENT_WINDOWSIZE event which you will get and an "If WindowMaximized(window)" test to differentiate betweeen a standard window resize.