Sorry,  I forgot to put the version.

Perl: 5.8.7
Win32-Gui: 1.02


Joseph Vieira 
CIO IT Support 
FUJITSU CONSULTING 
Phone:    (732) 744-8057
Email:  [EMAIL PROTECTED]




Robert May <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
07/31/2006 06:03 PM

To
[EMAIL PROTECTED]
cc
perl-win32-gui-users@lists.sourceforge.net
Subject
Re: [perl-win32-gui-users] Tooltip






[EMAIL PROTECTED] wrote:
> So I installed PERL and win32::gui started working on my 
> program and got an error that it failed to create a tooltip.  I thought 
> maybe something got messed up when the old laptop died or something.  So 

> I wrote a small program that just creates a window and a new tooltip and 

> it couldn't create the tool tip.  I think I'm using the same version of 
> PERL and win32::gui as on my other laptop.

Which versions of perl and Win32::GUI ??  Your code sample doesn't die 
when I run it.

Regards,
Rob.

> use Win32::GUI;
> 
> $Window = Win32::GUI::Window->new(
>         -name   => 'Main',
>         -title => "tooltip test",
>         -width  => 800,
>         -height => 525,
>         -minsize => [800,525],
>         );
> 
> my $Tip = Win32::GUI::Tooltip->new(
>         -name => "TT",
>         -pushexstyle => WS_EX_TOPMOST,
>         ) or die "Failed to create TT";
> 
> $Window->Show();
> 
> Win32::GUI::Dialog(); 
> 
> sub Main_Terminate {
>         return -1;
> }

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share 
your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/

Reply via email to