[perl-win32-gui-users] Layering lines.

2007-07-02 Thread Steven Lloyd
Is there a way to draw a line over a label? Mine keeps disappearing. I cannot seem to get the DC lines thing to work, even without a label... Steve use strict; use Win32::GUI; our $mw = Win32::GUI::Window->new( -name=> "MainWindow", -title => "Line Layer Test", -size

[perl-win32-gui-users] How to catch unwanted Win32::Printer errors

2007-07-02 Thread Perl Rob
Hi all, When I run my code to print an image file, the standard "Print" dialog appears as expected, and my file is printed without problems if I click "OK". However, if I click "Cancel" on the dialog, Win32::Printer opens a dialog box with a cryptic error (about a printer object not being creat

Re: [perl-win32-gui-users] Flash

2007-07-02 Thread Robert May
On 02/07/07, Octavian Rasnita <[EMAIL PROTECTED]> wrote: Is it possible to display a Flash annimation in a window created with Win32::GUI? If yes, please tell me how. I think that it should be possible to do it using Win32::GUI::AxWindow but I don't know what control name to use in the -control

[perl-win32-gui-users] Flash

2007-07-02 Thread Octavian Rasnita
Hi, Is it possible to display a Flash annimation in a window created with Win32::GUI? If yes, please tell me how. I think that it should be possible to do it using Win32::GUI::AxWindow but I don't know what control name to use in the -control option. BTW, for other type of controls, where