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
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
> 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
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
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
- 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
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
7 matches
Mail list logo