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