[perl-win32-gui-users] RichEdit_Change

2001-04-05 Thread Piske, Harald
Hi folks, I'd like to share a solution to a problem that has been driving me nuts for a while. I changed a Textfield control to a RichEdit and it would not give me the _Change event. I dug in the GUI.xs and could find nothing wrong. I finally tracked it down to the eventmask being zero, which mean

[perl-win32-gui-users] Win32::Print ?

2001-04-05 Thread Danny Zak
Dear perl-win32-gui-users, is there already any module for printing out graphical data.. i'm trying to make a little catalog, and to print it out via win32::gui .. but i can't find a solid solution i'm NOT willing to export data to PDF or HTML and afterwards print it. I thought of a

[perl-win32-gui-users] Win32::GUI::Resizer

2001-04-05 Thread Johan Lindstrom
Dealing with moving and resizing stuff when a window is resized is really annoying, not to mention boring. So I created a class to make that easier. That was a lot more fun for some reason :) Anyway, the result is Win32::GUI::Resizer. http://www.bahnhof.se/~johanl/perl/Win32GUI/ Please try it