Re: [perl-win32-gui-users] Listview Questions

2002-07-02 Thread Steven Swenson
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

Re: [perl-win32-gui-users] Listview Redisplay problem

2002-07-02 Thread Steven Swenson
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

Re: [perl-win32-gui-users] How do I recognize that the user has pressed enter inside a text box?

2002-07-02 Thread Andrea Maestrutti
"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