[perl-win32-gui-users] [ann/spam] AmphetaDesk v0.93 Available (uses Win32::GUI)

2002-06-14 Thread Morbus Iff
Just wanted to spam the list. My "AmphetaDesk v0.93", which is compiled with perl2exe and uses Win32::GUI is now available from: http://www.disobey.com/amphetadesk/ The source code is freely available as well (and is actually shipped and interpreted at runtime with the Win32 binary). -- Mor

RE: [perl-win32-gui-users] Win2k/DeviceContext Problems?

2002-06-14 Thread Piske, Harald
I've successfully used DCs in both 98 and 2k. I found that the Arc function fails in 98, but lines and multilines work fine. I'm guessing you have to define pens and brushes first. $pen = new Win32::GUI::Pen ( -style => 0, -width => 1,

[perl-win32-gui-users] Win2k/DeviceContext Problems?

2002-06-14 Thread Chris Ingrassia
Related to my last message - has anyone experienced any problems using DeviceContexts on Windows 2000? I tried using my DrawIcon and simple LineTo code at home using the same version of ActivePerl and the PPM distribution v556 and v650, and both worked great. I got back here and ran the s