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

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