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
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
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
3 matches
Mail list logo