home *** CD-ROM | disk | FTP | other *** search
- Path: haapa.oulu.fi!not-for-mail
- From: tikarjal@haapa.oulu.fi (Timo Karjalainen)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Refreshing MX gadgets
- Date: 12 Apr 1996 09:21:26 GMT
- Organization: University of Oulu
- Message-ID: <4kl7am$7f3@ousrvr3.oulu.fi>
- References: <3169a262@beachyhd.demon.co.uk>
- NNTP-Posting-Host: haapa.oulu.fi
- Mime-Version: 1.0
- Content-Type: text/plain; charset=iso-8859-1
- Content-Transfer-Encoding: 8bit
- X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
-
- Adam@beachyhd.demon.co.uk wrote:
- : I have two MX gadgets, the second of which must contain different items
- : depending upon which item is selected in the first. When the first item is
- : changed, the list of items in the second is to immediately update to show the
- : items that are now available for it.
-
- It would be easier to use LISTVIEW_KIND for the second list. For a LISTVIEW
- you can change the items however you like. Of course there's the hassle of
- the Exec list... But you could pre-compose the lists and then just toggle
- between them. Much less work than creating new gadgets.
-
- tikarjal
-
-