home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / lisp / mcl / 1223 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  1.7 KB

  1. 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
  2. From: cartier@math.uqam.ca (Guillaume Cartier)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: Re: using Sequence-dialog-items
  5. Message-ID: <9208131947.AA01180@mipsmath.math.uqam.ca>
  6. Date: 13 Aug 92 19:47:47 GMT
  7. Sender: cartier@mipsmath.math.uqam.ca
  8. Lines: 25
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10. Original-To: info-mcl@cambridge.apple.com (Macintosh Common Lisp)
  11.  
  12. >I have a quick question, I'm trying to use a "sequence-dialog-item"
  13. >(as provided by the Interface Tool's palette).  The problem comes
  14. >when I try to figure out which cell the user has clicked in (i.e. 
  15. >which cell is selected).  While some of the table-dialog-item's 
  16. >methods work for this class (i.e. table-dimensions), other very
  17. >important ones (such as  cell-select, cell-selected-p, and 
  18. >cell-deselect) don't.  Although the docs indicate that this 
  19. >class is derived from table-dimensions, I can't figure out an 
  20. >easy way to query it to find which item is selected (let alone
  21. >responding to a double click)
  22. >
  23. >      Jeffrey
  24.  
  25. The method you need are:
  26.  
  27. SELECTED-CELLS     (page 232)
  28. DIALOG-ITEM-ACTION (page 194)
  29. DOUBLE-CLICK-P     (page 392)
  30.  
  31. *********************************************************************
  32. * Guillaume Cartier                 (514) 844-5294 (maison)         *
  33. * L.A.C.I.M.                        (514) 987-4290 (bureau)         *
  34. * Universite du Quebec a Montreal   (514) 987-8477 (telecopieur)    *
  35. * Montreal, Quebec, Canada          cartier@math.uqam.ca (internet) *
  36. *********************************************************************
  37.