RE: [perl-win32-gui-users] CoolBar

2006-03-22 Thread Jeremy White

I have downloaded and tried the experimental Win32::GUI::Coolbar module and
I have tested the included demo program, but it doesn't work. It gives this
error:

Can't find 'BTNS_SHOWTEXT' in package 'Win32::GUI::Coolmenu' used at
Coolbar.pm line 178. at D:/usr/site/lib/Win32/GUI.pm line 450.


What version of Perl and Win32-GUI are you using?

Cheers,

jez.





Re: [perl-win32-gui-users] CoolBar

2006-03-22 Thread Octavian Rasnita
From: Jeremy White [EMAIL PROTECTED]


 I have downloaded and tried the experimental Win32::GUI::Coolbar module
and
 I have tested the included demo program, but it doesn't work. It gives
this
 error:
 
 Can't find 'BTNS_SHOWTEXT' in package 'Win32::GUI::Coolmenu' used at
 Coolbar.pm line 178. at D:/usr/site/lib/Win32/GUI.pm line 450.

 What version of Perl and Win32-GUI are you using?


This is perl, v5.8.7 built for MSWin32-x86-multi-thread
(with 7 registered patches, see perl -V for more detail)
D:\diverse\perl modules\win32\coolbar_0_01perl -MWin32::GUI 9 -e1
Win32::GUI version 9 required--this is only version 1.03.
BEGIN failed--compilation aborted.

I have also tried with Active Perl 5.8.8 with the same results.

Thanks.

Teddy




Re: [perl-win32-gui-users] CoolBar

2006-03-22 Thread Jeremy White




This is perl, v5.8.7 built for MSWin32-x86-multi-thread
(with 7 registered patches, see perl -V for more detail)
D:\diverse\perl modules\win32\coolbar_0_01perl -MWin32::GUI 9 -e1
Win32::GUI version 9 required--this is only version 1.03.
BEGIN failed--compilation aborted.


Odd - works for me - see attached image - what OS you using?

I'm using 5.8.7 and Win32::GUI 1.03 (albeit built from CVS - but I can't see 
that being the difference)


Cheers,

jez.

attachment: coolbar.png

Re: [perl-win32-gui-users] CoolBar

2006-03-22 Thread Octavian Rasnita
From: Jeremy White [EMAIL PROTECTED]
 Odd - works for me - see attached image - what OS you using?

 I'm using 5.8.7 and Win32::GUI 1.03 (albeit built from CVS - but I can't
see
 that being the difference)

 Cheers,



I use Windows 2000. Here is the version of Win32::GUI::Coolbar:

Win32::GUI::Coolbar version 999 required--this is only version 0.01.
BEGIN failed--compilation aborted.

Teddy