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!jbk@world.std.com
- From: jbk@world.std.com (Jeffrey B Kane)
- Newsgroups: comp.lang.lisp.mcl
- Subject: using Sequence-dialog-items
- Message-ID: <9208122135.AA13231@world.std.com>
- Date: 12 Aug 92 21:35:34 GMT
- Sender: info-mcl-request@cambridge.apple.com
- Lines: 13
- Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
- Original-To: info-mcl@cambridge.apple.com
-
-
- 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
-