Newsgroups: comp.lang.smalltalk
Path: cantaloupe.srv.cs.cmu.edu!rochester!cornellcs!newsstand.cit.cornell.edu!ub!dsinc!newsfeed.pitt.edu!gatech!swrinde!howland.reston.ans.net!plug.news.pipex.net!pipex!tank.news.pipex.net!pipex!news.sprintlink.net!new-news.sprintlink.net!news.emi.net!news
From: joe@teknomad.com (Joe TekNomad)
Subject: Re: Help!!: VW list boxes (newbie)
Content-Type: Text/Plain; charset=ISO-8859-1
X-Newsreader: WinVN 0.99.5
Sender: news@emi.net (EmiNet Domain News Admin)
Organization: EmiNet Domain Internet Services (407)731-0222
Message-ID: <DpvqAr.AG5@emi.net>
References: <4kn932$5b0@cumin.telecom.uqam.ca>
Mime-Version: 1.0
X-Nntp-Posting-Host: ttycu.emi.net
Date: Mon, 15 Apr 1996 01:18:26 GMT
Lines: 30

In article <4kn932$5b0@cumin.telecom.uqam.ca>, aa291820@merlin.si.uqam.ca says...
>
>Hello all, 
>
>I am working on a simple GUI and have run into a problem I'me sure you
>have all experienced: I want to use the 'changed' method after
>selecting an item in a list, but the selection points to the last item
>selected, and not the new one. How can I find the active selection??
>
>Sorry if I don't use the exact terms, I'me quite new at this!
>
>Thanx
>*****************************
>Patrice Belair
>aa291820@er.uqam.ca
>*****************************
>


Hi Patrice

In case this is student homework, I am going to  give a vague answer that still 
requires work....if is not a student exercise then forgive my assumptions.

Look at the class SelectionInList using your browser....check classes that refer 
to the class and look at how the system programmers have achieved what you want 
to do.

Joe TekNomad


