Re: [perl-win32-gui-hackers] CVS update: Toolbars

2004-02-17 Thread Jez White
Hi, No problem. I'll be giving it a good test tomorrow. I think I've found a bug with the listview background change - some of my list views have a thin black band on one side (on XP, with XP styles and without, I've yet to try it on other versions of windows). I'll create a test example once I've

Re: [perl-win32-gui-hackers] CVS update: Toolbars

2004-02-17 Thread Steve Pick
Hi Jez, I didnt say there wouldn't be bugs in it :) I've updated the CVS, it was a stupid mistake (casting a tooltip handle to an imagelist handle - DUH), so it should work now. Let me know of any other bugs, I'm sure there will be plenty as I did not have time to fully test things like imagelist

Re: [perl-win32-gui-hackers] CVS update: Toolbars

2004-02-17 Thread Jez White
I'm having problems building using ming. I get the following error: C:\development\Win32-GUI-0.0.670>nmake install Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. C:\Perl\bin\perl.exe -IC:\Perl\lib -IC:\Perl\lib C:\Perl\

[perl-win32-gui-hackers] CVS update: Toolbars

2004-02-17 Thread Stephen Pick
Hi, I've just spent the morning converting and documenting Rammy's perl toolbar functions into XS. They're now in the CVS. The new functions are as follows: # (@)METHOD:SetButtonState(BUTTON, STATE) # (@)METHOD:SetStyle(STYLE) # (@)METHOD:SetExtendedStyle(STYLE) # (@)METHOD:GetStyle(STYLE) # (@)