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

2005-09-03 Thread Steven Lloyd
I also noticed that the drowdown menu onClick does not work... - Original Message - From: "Robert May" <[EMAIL PROTECTED]> To: "Steven Lloyd" <[EMAIL PROTECTED]> Cc: Sent: Saturday, September 03, 2005 5:33 AM Subject: Re: [win32gui] [perl-win32-gui-users] Toolbar Steven Lloyd wrote:

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

2005-09-03 Thread Steven Lloyd
Thanks Robert. I had to add the following in order to get it to work. sub TBSTYLE_EX_MIXEDBUTTONS(){8}; sub BTNS_WHOLEDROPDOWN() {128}; sub BTNS_SHOWTEXT(){64}; Steve Lloyd http://www.basgetti.com - Original Message - From: "Robert May" <[EMAIL PROTECTED]> To: "Steven Lloyd" <[EMAIL

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

2005-09-03 Thread Robert May
Steven Lloyd wrote: Does anyone have any good examples using Win32::GUI::Toolbar? I would like to create a format bar with Bold, Underline, and Italic. Here' some code that I did a while back when exploring how toolbars work. It could do with a bit of tidying up and turning into a proper s

RE: [perl-win32-gui-users] -pushstyle => NUMBER

2005-09-03 Thread Jeremy White
What does this NUMBER relate to? I have looked at the lists of windows styles that other people have posted, but they are not numbers, they are strings. I can't find anything in the Win32::GUI docs and I didn't see any numbers in the generic windows stuff either. Lil' help? TIA. The value for pu