[perl-win32-gui-users] Riched window constants

2001-12-28 Thread Bill Mezian
Hello All, I am new to this list, and just started working with WIN32-GUI. As I have read so many times, I am finding the documentation less than stellar, but I think the library has great potential. Here is my problem. when I use the following in a click event, it does what it is supposed to, c

[perl-win32-gui-users] Multiple lines in ListView and how to initalize ListViews checkboxes

2001-12-28 Thread Peter Köller
Hello, 1. I think nobody had tried before to use items in ListViews that have multiple lines? Anyone else who wanted items with linebreaks and solved that? 2. I remember that there was a question for "How to make the initial state in checkboxes?" Is there a solution? I wish a happy new year 2002

RE: [perl-win32-gui-users] Assigning contents of single line textbox to variable

2001-12-28 Thread Howard, Steven (US - Tulsa)
You need an event handler to handle the Click event on your "OK" button (you may know that, but JIC). The name of the subroutine would need to be then name of your "OK" button followed by _Click. Additionally, you must have either: -multisel => 1, or -mu

[perl-win32-gui-users] Assigning contents of single line textbox to variable

2001-12-28 Thread Steve Myers
I'm not really serious with creating GUI applications for PERL, I just found Win32 GUI to be a pretty cool module, and at the time have the need for a small GUI app thats a workaround for something. I've created numerous single line text boxes where the user may input text, I'd like to assign