Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!batcomputer!caen!ox.com!hela!widener!ukma!memstvx1!utkcs2!emory!att!pacbell.com!decwrl!ucbvax!hplabs!pyramid!pyramid.com!bjb Newsgroups: comp.sys.mac.programmer Subject: Re: losing mouse events with think c and apple events Message-ID: <156961@pyramid.pyramid.com> From: bjb@pyramid.com (Bruce Beare) Date: 28 May 91 17:44:01 GMT Sender: news@pyramid.pyramid.com Distribution: na Organization: Pyramid Technology Lines: 35 References:<1991May22.230412.473@skbat.csc.ti.com> <1991May24.184612.29592@neon.Stanford.EDU> In article <1991May24.184612.29592@neon.Stanford.EDU> joel@neon.Stanford.EDU (Joel R Tornatore) writes: > Path: pyramid!decwrl!lll-winken!elroy.jpl.nasa.gov!swrinde!zaphod.mps.ohio-sta te.edu!cis.ohio-state.edu!pacific.mps.ohio-state.edu!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 I also had that problem. I worked around it by changing my StillDown() to Button() when debugging. Bruce bjb@pyramid.com