Re: [perl-win32-gui-users] How to dynamically combine bitmaps in toolbar

2007-08-26 Thread Waldemar Biernacki
Thank you Robert!, I tried to do this imageList instead, however documentation is not clear enough for me... :( Temporaly solution is making a serial independent Buttons. Thanks again, Waldemar Dnia niedziela, 26 sierpnia 2007 13:21, Robert May napisaƂ: > On 22/08/07, Waldemar Biernacki <[EM

Re: [perl-win32-gui-users] PL_memory_wrap...

2007-08-26 Thread Robert May
On 27/08/07, marco hofmann <[EMAIL PROTECTED]> wrote: > As script the report is: > > Can't call method "VERSION" on an undefined value at perlversion.pl line 2. Sorry, that should have been: print "$]\n"; print ActivePerl->VERSION(), "\n"; Can you try again - if I got it right this time, the sec

Re: [perl-win32-gui-users] PL_memory_wrap...

2007-08-26 Thread marco hofmann
As script the report is: Can't call method "VERSION" on an undefined value at perlversion.pl line 2. 5.008008 and the pp packed exe reports: Can't call method "VERSION" on an undefined value at script/perlversion.pl line 2. 5.008 I think I get the versions of PAR and pp from the ActiveState Rep

Re: [perl-win32-gui-users] How to dynamically combine bitmaps in toolbar

2007-08-26 Thread Robert May
On 22/08/07, Waldemar Biernacki <[EMAIL PROTECTED]> wrote: > Hello everyone! > > I've found usefull notes on toolbar. However I have not found how to combine > different images to get one toolbar. Later on is my code. I have three > bitmaps: one, two and both. If you call the script as follows: > >

Re: [perl-win32-gui-users] PL_memory_wrap...

2007-08-26 Thread Robert May
On 24/08/07, Marco Hofmann <[EMAIL PROTECTED]> wrote: > I have problems with pp and win32::gui() package. If I pack > a script containing only the line > > use Win32::GUI(); > > with > > pp -o test.exe test.pl > > I get the error message, when starting test.exe: > > The procedure entry point "PL_me