At 08:35 PM 7/2/02, you wrote:
So... Once I have placed a list of things into a listview how do I retrieve
them later?
having a GetList() method returning a List would be nice :)
Any ideas?
--Steve
When the number of items inserted into the list exeeds its current
displayable size my list box disappears...
That is it vanishes and does not redraw itself... I have placed
$listview->Update() and $listview->SetReDraw (1) but that doesnot appear to
make a difference. Is there an option I shou
"Rogers, John" wrote:
>
> Hi,
> If you specify, -multiline=>1, when you define the textfield, then the
> Change() event occurs when the user presses enter.
>
> My idea is you could search the text string as each character is typed
> and match on "enter".
> something like this,
>
> #untested code
3 matches
Mail list logo