Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!sdd.hp.com!wuarchive!uunet!ns-mx!umaxc.weeg.uiowa.edu From: bneal@umaxc.weeg.uiowa.edu (Brian Neal) Newsgroups: comp.sys.amiga.programmer Subject: Re: 1.3 -> 2.0 Windowing Problem Message-ID: <5965@ns-mx.uiowa.edu> Date: 8 May 91 19:29:03 GMT References: <21382@cbmvax.commodore.com> Sender: news@ns-mx.uiowa.edu Lines: 27 From article <21382@cbmvax.commodore.com>, by peter@cbmvax.commodore.com (Peter Cherna): > > Well, what kind of IntuiMessages are you receiving? Figure out what > code of yours is being executed when you release the mouse. Perhaps > it's you that's calling SizeWindow() when you shouldn't be. > I sprinkled some puts's in my event handling code. Apparently my program is sleeping during the lockup. I put puts's for each case in a switch statement (in the IntuiMessage decoding part of the code). Nothing gets output to the screen prior to the lockup. > Also, what version of 2.0 are you running (type "version" in the Shell)? > Kickstart 36.143 Workbench 36.68 > Is there anything else unusual you're doing, such as writing into > the Window structure? > No, I am not writing into the window structure. I am however drawing into the titlebar region of the window via PrintIText(). Perhaps this is the culprit? I will test this hypothesis... > > Peter Thanks for your interest. Brian