home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!dtix!darwin.sura.net!mips!sdd.hp.com!uakari.primate.wisc.edu!ames!data.nas.nasa.gov!taligent!apple!cambridge.apple.com!cartier@math.uqam.ca
- From: cartier@math.uqam.ca (Guillaume Cartier)
- Newsgroups: comp.lang.lisp.mcl
- Subject: Re: using Sequence-dialog-items
- Message-ID: <9208131947.AA01180@mipsmath.math.uqam.ca>
- Date: 13 Aug 92 19:47:47 GMT
- Sender: cartier@mipsmath.math.uqam.ca
- Lines: 25
- Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
- Original-To: info-mcl@cambridge.apple.com (Macintosh Common Lisp)
-
- >I have a quick question, I'm trying to use a "sequence-dialog-item"
- >(as provided by the Interface Tool's palette). The problem comes
- >when I try to figure out which cell the user has clicked in (i.e.
- >which cell is selected). While some of the table-dialog-item's
- >methods work for this class (i.e. table-dimensions), other very
- >important ones (such as cell-select, cell-selected-p, and
- >cell-deselect) don't. Although the docs indicate that this
- >class is derived from table-dimensions, I can't figure out an
- >easy way to query it to find which item is selected (let alone
- >responding to a double click)
- >
- > Jeffrey
-
- The method you need are:
-
- SELECTED-CELLS (page 232)
- DIALOG-ITEM-ACTION (page 194)
- DOUBLE-CLICK-P (page 392)
-
- *********************************************************************
- * Guillaume Cartier (514) 844-5294 (maison) *
- * L.A.C.I.M. (514) 987-4290 (bureau) *
- * Universite du Quebec a Montreal (514) 987-8477 (telecopieur) *
- * Montreal, Quebec, Canada cartier@math.uqam.ca (internet) *
- *********************************************************************
-