Re: [perl-win32-gui-users] File Save with Vista

2008-03-08 Thread M2U Germany
Hi John, first of all it must be $file = Win32::GUI::GetSaveFileName(...); instead of $file = GUI::GetSaveFileName(...); Further I'm not really understanding what you're trying to do with the line my $file = "Untitled\0" . ' ' x 256;; Perhaps it's just a typo but it crashes the interpret

Re: [perl-win32-gui-users] How to combine tool- and rebars properly?

2008-02-25 Thread M2U Germany
On Thursday, February 14, 2008 6:27 PM Robert May wrote: > I'd be interested in the solution to this! I thought that the > problem was going > to be the fact that the code got the toolbar height before calling > Autosize(), but > changing that didn't fix it for me. > > With the code below I see t

Re: [perl-win32-gui-users] How to combine tool- and rebars properly?

2008-02-18 Thread M2U Germany
> Try something like the code that I'll attach at the end. There's some > styles that > need adding to a toolbar before it can be put in a rebar so that the > toolbar stops > trying to resize itself across the top of it's parent window, and > allows the rebar > to correctly size it. You were perf

Re: [perl-win32-gui-users] How to combine tool- and rebars properly?

2008-02-15 Thread M2U Germany
From: "Jeremy White" <[EMAIL PROTECTED]> Sent: Wednesday, February 13, 2008 9:36 PM > > The cool bar control: > > http://www.robmay.me.uk/win32gui > > There is an issue in your code - just ran out of time to fix it! If you > can't find it let me know - should have time tomorrow. Thanks a lot for t

[perl-win32-gui-users] How to combine tool- and rebars properly?

2008-02-13 Thread M2U Germany
Hello everyone, I'm currently developing a rather complex application that contains a broad variety of the Win32::GUI controls, among them the toolbar control which causes problems in my case. I have coded a little sample that demonstrates the issue (the script tries to load a 16x16 px 2 bit bi

Re: [perl-win32-gui-users] Announce: v1.06 RC2 available for download.

2008-02-12 Thread M2U Germany
- Original Message - From: "Robert May" <[EMAIL PROTECTED]> To: "Win32 GUI Hackers Mailing List" <[EMAIL PROTECTED]>; "Win32 GUI Users Mailing List" Sent: Saturday, February 09, 2008 11:09 AM Subject: [perl-win32-gui-users] Announce: v1.06 RC2 available for download. >I have made a s

Re: [perl-win32-gui-users] Win32::GUI 1.06 RC1 release candidate available for download

2008-02-07 Thread M2U Germany
Hello everyone, I just updated my perl version to 5.10.0.1001 and therefore also tried the new Win32::GUI files. First of all thanks for all the great work! So far I have only expirienced one problem: Some of the constants don't seem to be exported correctly. My recent programs produced console o