Path: utzoo!attcan!uunet!seismo!sundc!pitstop!sun!decwrl!labrea!rutgers!deimos!uxc!tank!nucsrl!accuvax.nwu.edu!bob From: bob@accuvax.nwu.edu (Bob Hablutzel) Newsgroups: comp.sys.mac.programmer Subject: Re: List Manager Torment Message-ID: <10050057@accuvax.nwu.edu> Date: 10 Dec 88 15:35:20 GMT References: <23351@cornell.UUCP> Organization: Northwestern U, Evanston IL, USA Lines: 24 > Sho Kuwamoto writes: >> 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. The standard LDEF doesn't have to recognize double clicks. The list manager, however, _does_ recognize double clicks, and returns True from LClick when a double click occurs in a cell. Bob Hablutzel BOB@NUACC.ACNS.NWU.EDU