Path: utzoo!attcan!uunet!ncrlnk!ncrcae!hubcap!gatech!rutgers!iuvax!pur-ee!pur-phy!sho From: sho@pur-phy (Sho Kuwamoto) Newsgroups: comp.sys.mac.programmer Subject: Re: List Manager Torment Message-ID: <1714@pur-phy> Date: 10 Dec 88 10:04:48 GMT References: <23351@cornell.UUCP> Reply-To: sho@newton.physics.purdue.edu.UUCP (Sho Kuwamoto) Organization: Purdue Univ. Physics Dept., W. Lafayette, IN Lines: 19 In article <23351@cornell.UUCP> dawson@svax.cs.cornell.edu (Dawson Dean) writes: > >When I get a mouse-down event I call LClick and then LLastClick. >The cell selected always seems to be one cell below and to the right >of the cell that I actually click the mouse in. Maybe you are forgetting to translate your mousePt to local coordinates... >Moreover, I never >get a double-click, even when I click the mouse quickly in the same >cell several times. Please explain. As far as I know, the default LDEF does not recognize double clicks, so if you want it to do something, you have to implement it yourself. That means checking for it explicitly by keeping track of the number of ticks elapsed since the last click and comparing it to the double click time, as well as implementing whatever you want it to do. -Sho