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