Re: [perl-win32-gui-users] balloon tooltip

2004-06-01 Thread Todd Colton
On Tue, 1 Jun 2004 20:15:40 +0200, Laurent ROCHER <[EMAIL PROTECTED]> wrote: > > Hi, > > Actually, Balloon tooltip it's not supported for NotifyIcon because > MinGW header aren't ready ;o) > > In MingW only first version of NOTIFYICONDATA struct is defined. > > Laurent. Hi Laurent! I

Re: [perl-win32-gui-users] balloon tooltip

2004-05-31 Thread Todd Colton
On Mon, 31 May 2004 14:10:04 -0700, Glenn Linderman <[EMAIL PROTECTED]> wrote: > > Well, yes, you mentioned the possibility of writing XS code, and if you > are going to write it, you might as well write it inside Win32::GUI > rather than a separate package, since it already supports NotifyIcons. >

Re: [perl-win32-gui-users] balloon tooltip

2004-05-31 Thread Todd Colton
On Mon, 31 May 2004 12:11:03 -0700, Glenn Linderman <[EMAIL PROTECTED]> wrote: > > Consider enhancing Win32::GUI::NotifyIcon to add balloon tooltip support > instead? > I've tried that already with no luck (never have touched or seen any XS code before). I'll start reading up on XS and will stud

[perl-win32-gui-users] balloon tooltip

2004-05-31 Thread Todd Colton
Hello, I'm trying to create a balloon tooltip in the systray (see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/tooltip/usingtooltips.asp for an example). I have the Win32::API call to Shell_NotifyIconA down, but I'm having problems with Win32::API::Str