home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / lisp / mcl / 1200 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  1.1 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!jbk@world.std.com
  2. From: jbk@world.std.com (Jeffrey B Kane)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: using Sequence-dialog-items
  5. Message-ID: <9208122135.AA13231@world.std.com>
  6. Date: 12 Aug 92 21:35:34 GMT
  7. Sender: info-mcl-request@cambridge.apple.com
  8. Lines: 13
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10. Original-To: info-mcl@cambridge.apple.com
  11.  
  12.  
  13. I have a quick question, I'm trying to use a "sequence-dialog-item"
  14. (as provided by the Interface Tool's palette).  The problem comes
  15. when I try to figure out which cell the user has clicked in (i.e. 
  16. which cell is selected).  While some of the table-dialog-item's 
  17. methods work for this class (i.e. table-dimensions), other very
  18. important ones (such as  cell-select, cell-selected-p, and 
  19. cell-deselect) don't.  Although the docs indicate that this 
  20. class is derived from table-dimensions, I can't figure out an 
  21. easy way to query it to find which item is selected (let alone
  22. responding to a double click)
  23.  
  24.       Jeffrey
  25.