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

  1. Path: sdd.hp.com!inn
  2. From: Jeff Grimmett <jgrimm@sdd.hp.com>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: problems with listview gadgets
  5. Date: 18 Jan 1996 17:31:45 GMT
  6. Organization: Hewlett-Packard Company
  7. Message-ID: <4dm061$kaf@news.sdd.hp.com>
  8. References: <4dllf5$cbl@sunrise.pg.gda.pl>
  9. NNTP-Posting-Host: hpsdv330.sdd.hp.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
  14.  
  15. kolo8@sparc10 (Stud.Kolo.Naukowe) wrote:
  16. > Hi
  17.  
  18. Howdy
  19.  
  20. >I have problem with LISTVIEW gadget.
  21. >When I add many nodes to list that is linked to gadget i need to 
  22. >scroll gadget if I want to see node that was at last added.
  23. >Anybody known how do this in E (or C) - how scroll gadget 
  24. >entries without using mouse?
  25.  
  26. I maybe don't understand the question, but it sounds like you want to add 
  27. a node to the list, then update the listview, and when done, have that 
  28. new node visible on the listview.
  29.  
  30. If so, there is a flag for ListViews that can tell it to put element x at 
  31. the top of the listview when using SetGadgetAttributes (please look it 
  32. up and verify, I'm sure that's not the right function name but I don't 
  33. actually have the autodocs on my peecee here at work).  If you want to 
  34. have it centered, just subtract half the number of elements in the 
  35. listview from that number and it centers.  There's one other GT flag that 
  36. applies to listviews that might also help, but I can't recall its exact 
  37. function.
  38.  
  39. Sorry to be so vague.  I wish Win3 understood long file names... :-)
  40.  
  41.  
  42.