1. In lieu of a true "maximize" message being sent when the user clicks the
maximize button in Windows, what do you folks use to distinguish maximizes
from other resizeStack message?

2. I want to trap for maximize to set a specific rectangle for the window,
slightly below a task bar window at the top of the monitor (yes, very
Mac-like, but the interface really needs an MDI and that's not available in
MC yet).  When I trap the resizeStack message my request to contrain the
bounds of the window works, but the next line which sets the topleft of the
stack has no effect.  If I instead call the resetting of the topleft from a
timer just a millisecond after the resizeStack handler exits, it works
great, but the window noticeably jumps.    How would you recommend handling
a window resizing if you want to contrain the bounds to a specific topleft
during a maximize event?

-- 
 Richard Gaskin 
 Fourth World
 Multimedia Design and Development for Mac, Windows, UNIX, and the Web
 _____________________________________________________________________
 [EMAIL PROTECTED]                 http://www.FourthWorld.com
 Tel: 323-225-3717           ICQ#60248349            Fax: 323-225-0716


Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to