So tooltips are working for 665, (I assume with 5.6 and 5.8) which just leaves windows - what version of windows do you use? Anyone had this working with XP?

Still couldn't get the basic NEM events working...

Cheers,

jez.


From: "Laurent ROCHER" <[EMAIL PROTECTED]>
Reply-To: "Laurent ROCHER" <[EMAIL PROTECTED]>
To: <perl-win32-gui-users@lists.sourceforge.net>
Subject: Re: [perl-win32-gui-users] Tooltips - do they work?
Date: Tue, 8 Jul 2003 20:33:36 +0200

Same problem for me.

I replace
  $Window->AddDateTime(
with
  new Win32::GUI::DateTime(
  -parent => $Window,

And Tootip work on Button.

I don't see any NEM (New Event Model) availlable on DateTime Control in
Win32::GUI Source code.
Only generic event are available

-events => {
MouseMove => sub { print "MouseMove\n"; },
MouseDown => sub { print "MouseDown\n"; },
MouseUp   => sub { print "MouseUp\n"; },
KeyDown   => sub { print "KeyDown\n"; },
KeyUp     => sub { print "KeyUp\n";  },
}

Laurent.

From: "Jeremy White"
Subject: RE: [perl-win32-gui-users] Tooltips - do they work?


> Thanks for the example, still not working...
>
> Also, I can't seem to get any of the events working when using the -event
> option in your example !?
>
> I'm using 665, perl 5.6, the binary from
> http://perso.club-internet.fr/rocherl/Win32GUI.html
>
> Bizarre stuff.
>
> Cheers,
>
> jez.




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users

_________________________________________________________________
Use MSN Messenger to send music and pics to your friends http://www.msn.co.uk/messenger


Reply via email to