home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5364 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: roadkill.scms.rgu.ac.uk!dracon!cs2lk
  2. From: cs2lk@scms.rgu.ac.uk (Lee Kindness)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Multiselect LISTVIEW possible?
  5. Date: 13 Mar 1996 12:18:44 GMT
  6. Organization: The Robert Gordon University, School of Computer and Mathematical Sciences, Aberdeen, Scotland
  7. Message-ID: <4i6ef4$9bh@roadkill.scms.rgu.ac.uk>
  8. References: <Pine.A32.3.91.960308202356.8600B-100000@lire.ts.umu.se> <4i68iv$5dc@news.ox.ac.uk>
  9. NNTP-Posting-Host: dracon.scms.rgu.ac.uk
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. David Kinder (kinder@teaching.physics.ox.ac.uk) wrote:
  13. : Jonas Hulten (yak@ts.umu.se) wrote:
  14. : : Is it possible to create a multiselect LISTVIEW_KIND? How?
  15. : It simply isn't possible using gadtools.library. You could write your
  16. : own listview using BOOPSI (not that hard, once you know what you're
  17. : doing). A much easier method would be to get one of the more advanced
  18. : gui creation systems (e.g. MUI, or by personal favourite, BGUI) which
  19. : allow such things to be created very easily.
  20.  
  21. You can actually manually implement a multi-select listview
  22. in OS 3.0+. You use the listview rendering callback hook
  23. and keep a record of selected items yourself... someone
  24. posted an example of this into this ghroup once...
  25.  
  26. -- Wangi!
  27.  Lee Kindness  cs2lk@scms.rgu.ac.uk wangi@frost3.demon.co.uk
  28.  Team TRUMPET! http://www.scms.rgu.ac.uk/students/cs_yr94/lk
  29.