home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / next / programm / 5678 < prev    next >
Encoding:
Text File  |  1992-08-18  |  1.1 KB  |  28 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!eos!aio!news
  3. From: bill@epnxt.jsc.nasa.gov
  4. Subject: How do I tap into the selectionChanged method?
  5. Message-ID: <1992Aug18.204914.1495@aio.jsc.nasa.gov>
  6. Sender: news@aio.jsc.nasa.gov (USENET News System)
  7. Reply-To: bill@epnxt.jsc.nasa.gov
  8. Organization: nasa-jsc
  9. Date: Tue, 18 Aug 1992 20:49:14 GMT
  10. Lines: 16
  11.  
  12. I have a soundview and wish to have my data variables updated everytime my  
  13. selection area changes.  I have set all the approate flags except possibly  
  14. some delegate.  What little documentation I have on this matter states the  
  15. following:  "selectionChanged:  Sent to the delegate whenever the  
  16. SoundView's selection Changes".  I also have set the setContinious flag to  
  17. YES.  
  18.  
  19. I have a method which calls the getSelection method and prints the  
  20. results.  My question is how do I automate the process so that my function  
  21. is called whenever I mouse drag a new selection in the SoundView without  
  22. having to physically call my function to run itself via a button?
  23.  
  24. Thanks in advance.    
  25.  
  26.  
  27.             Bill
  28.