Re: [perl-win32-gui] Binary for ActiveState

1999-04-12 Thread Baldur Kristinsson
Hi, Tim! At 05:50 12-04-99 , you wrote: Is there a binary available for ActiveState's ActivePerl? Yes, there is. You can get it from Jenda Krynicky's site, http://jenda.krynicky.cz. While you're there, I recommend getting his Win32::FileOp (which requires another module of his, Lazy.pm). Jenda

[perl-win32-gui] Tables, grids, etc.

1999-04-12 Thread Bryan
Hi. A while back someone asked about the possibility of displaying data in a table or grid format. I was wondering if any information on that had surfaced since the post? I saw mention in the archives of a GridLayout module, anyone know where I can find some more info on that? I'm working on a

[perl-win32-gui] setfocus

1999-04-12 Thread fvittori
Hello all, I was wondering if there is support for setfocus. That is, in Visual Basic I can do something like text3.setfocus Also, I know there there isn't much documentation, but is there some link or something that I can find more documentation that already exists when I install

[perl-win32-gui] keypress

1999-04-12 Thread fvittori
Hello all, I have another question.Is there an example on how to use KeyPress? Thanks again, Felice

[perl-win32-gui] Listview Selections

1999-04-12 Thread Eric Hamrick
Hello Everyone, Would anyone know how to determine what things are selected in a ListView? I have selected a range of items in the Listview and was wondering how to get an index array of the items selected. Currently, I can catch a single item click with the ListView_ItemClick callback, but I