[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: using Sequence-dialog-items
- To: info-mcl@cambridge.apple.com (Macintosh Common Lisp)
- Subject: Re: using Sequence-dialog-items
- From: cartier@math.uqam.ca (Guillaume Cartier)
- Date: Thu, 13 Aug 92 15:47:47 -0400
- Sender: cartier@mipsmath.math.uqam.ca
>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) *
*********************************************************************