Re: [perl-win32-gui-users] RE: contribution

2003-12-17 Thread Peter Janson
uk.com/CreateGui > > > > Respectfully, > > > > Sergy Stouk. - Hi there! I was curious too, and I couldn't get it to work either. But your first error is that you havn't read this: http://www.stouk.com/CreateGui/Training1.htm Your are to copy the Gui.xml from the first example folder. But as I said even after doing that it didn't work for me. No errors, no nothing... /Peter Janson

[perl-win32-gui-users] DC fullscreen

2003-11-26 Thread Peter Janson
Hi! Is there a way to whrite graphics in "fullscreen" mode? One could always place the window at -xx, -xx and make the window a trifle bigger than the actual screen resolution, but that solution feels "dirty". Is there a better way? /Peter Janson

[perl-win32-gui-users] AddLabel --> DrWatson

2003-03-03 Thread Peter Janson
I thought I shuld take a look at win32::gui, and started out with the following script taken from a tutorial: - use Win32::GUI; $main = Win32::GUI::Window->new( -name => 'Main', -width => 100, -height => 100, ); $main->AddLabel(-text => "Hello, world"); $m