#Help w/SizeWindow!!!
Hi! I'm having a bit of trouble with the Intuition SizeWindow() function. In
the Intuition manual, it says that SizeWindow() will send your program a
SIZEWINDOW IDCMP message when it is done resizing your window. Well…. I never
see a SIZEWINDOW after calling SizeWindow()! Sure, my IDCMP flag is set & I
*DO* get SIZEWINDOW messages when I yank on the window resizing gadget! This
all results in my program resizing the window, but never knowing when the
resize is finished to redraw the graphics. Am I doing something dumb or is
there a bug in SizeWindow(). Thanks for any tips…. Mike Weiblen