Joe Stewart wrote:
> Ok, I was going to wait for Aldo to subscribe to this mailing
> list, but he seems to be a little slow on the weekends, so
> we'll have to start without him.

and here I am! sorry all, I'm effectively slow on weekends (too much
computer during weekdays :-)... now that we're all here, let's *rock*!

what I would like to start with is a mailinglist charter, which
I'd like to publish on my site; BTW, Joe, it's ok for you to spread
the mailinglist address on the net? I mean, are you afraid of too many
users or "the more we are, the better"?

> Ok, enough ranting, has anyone made anything really cool yet using
> Win32::GUI?

my biggest project ever (except the samples included with Win32::GUI)
is a *cool* emulators frontend program... I admit it, I'm a MAME addicted
:-)
the apps that I like the best in Win32::GUI are PMX and PodView; I use them
whenever I need to browse installed modules and view the documentation
(and this happens very often :-).

> It would be very nice if someone out there who knows a little C++ would
make
> a program similar to perl2exe and distribute it in the public domain. Not
> wanting to make the author of perl2exe go broke, but c'mon, $149 for a
command line
> app with a single function? If perl2exe is worth $149 that means perl must
be
> worth thousands...

I thought about something similar sometime ago; I mean, not writing a full
blown
script-compiler (don't think I have the guts yet), but a simple wperl.exe
that starts
without any console.
Gurusamy Sarathy told me it wasn't a good idea, because you have to
distribute a
Perl binary with all the problems connected (versioning, compatibility,
etc.); and
it seems that the community doesn't like custom Perl binaries at all ...
but then, I think that if we find it useful for us, we can dwelve it :-)

Kevin Meltzer wrote:
> I don't believe you can lose that pesky console window (yet). But can at
> least minimize it on the start of your program with
> ($DOShwnd, $DOShinstance) = GUI::GetPerlWindow();
> GUI::CloseWindow($DOShwnd);

as for that, you can also Hide() it.

GUI::Hide($DOShwnd);

Bye,
Aldo Calpini
<[EMAIL PROTECTED]>

 LIBERA ME DOMINE DE MORTE AETERNA
 IN DIE ILLA TREMENDA
 QUANDO COELI MOVENDI SUNT
 ET TERRA







Reply via email to