Re: [win32gui] [perl-win32-gui-users] Toolbar style contants

2005-10-30 Thread Robert May
Chris Wearn wrote: Hi All, Have just downgraded and recompiled latest Win32-GUI from CVS using VC6. Now I get an error can't find TBSTYLE_EX_MIXEDBUTTONS in package blah blah The same if I run the demo toolbar.pl that Rob May posted to the group when experimenting with all the options. Is

Re: [win32gui] RE: [perl-win32-gui-users] Next Release soon

2005-10-30 Thread Robert May
Hi Glenn, Thanks for the investigation. The changes were made by Reini, to try to bring the behaviour in line with what part 4 of the tutorial says about timers. Having looked at this text myself, I'm not sure that what he has done matches what the tutorial says, although I think his

Re: [win32gui] [perl-win32-gui-users] Toolbar style contants

2005-10-30 Thread Chris Wearn
Hi Rob, Have checked my commctrl.h file and it is dated 1998 and stated as being v1.2 The includes are directly from installing VS98 and SP6 The header file IS missing TBSTYLE_EX_MIXEDBUTTONS. If I define it: #define TBSTYLE_EX_MIXEDBUTTONS 0x0008 and re-compile, it then protests that it