Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!convex!linac!unixhub!stanford.edu!neon.Stanford.EDU!joel From: joel@neon.Stanford.EDU (Joel R Tornatore) Newsgroups: comp.sys.mac.programmer Subject: losing mouse events with think c and apple events Keywords: think c appleevents mouse Message-ID: <1991May24.184612.29592@neon.Stanford.EDU> Date: 24 May 91 18:46:12 GMT References: <1991May22.230412.473@skbat.csc.ti.com> Distribution: na Organization: Computer Science Department, Stanford University, Ca , USA Lines: 12 I am developing an application that uses apple events. It runs normally when run as an application, but when I run it under think c's debugger, all mouse down events are somewhat lost. By somewhat lost I mean that I get the mouse down, but all my tracking routines just exit immediately because StillDown() is false. MenuSelect(pt) returns immediately, too. Has anyone had such a problem? thanks. joel joel@cs.stanford.edu