Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!ns-mx!umaxc.weeg.uiowa.edu From: bneal@umaxc.weeg.uiowa.edu (Brian Neal) Newsgroups: comp.sys.amiga.programmer Subject: 1.3 -> 2.0 Windowing Problem Message-ID: <5944@ns-mx.uiowa.edu> Date: 7 May 91 22:03:08 GMT Sender: news@ns-mx.uiowa.edu Lines: 19 I have this application that opens a window on the workbench. It sits there as nothing more than a title bar. When the window is active and the user clicks the right mouse button, the window changes sizes revealing gadgets and such (ala VirusX). Internally, my program waits at the window's IDCMP port. When it gets a MENUDOWN hit it makes a call to SizeWindow and goes back to sleep. When my program gets a NEWSIZE message from Intuition, then it adds all the gadgets and text and stuff. This works beautifully under 1.3. However, 2.0 gives me fits. It works just fine as long as I don't drag the window. If I drag the expanded window, the window moves to the new position and when I release the left mouse button the window unexpectedly shrinks back to title bar size. If I click the mouse my machine locks up. Please help! I thought I was following the rules, but apparently something new is going on I don't know about in 2.0. Thanks! Brian