Hi Sean
If the PPM on SourceForge is the one I built for Aldo (I think it is) it was
built and tested on Windows 2000 with ActiveState Perl 5.6.1 build 630. I have
tested the PPM on Win XP but not 95.
One question, did you do ppm remove Win32-GUI before you installed the new
version ? If not it m
Tim
I think the problem may be that $main->Show() returns 0 so the left hnd side of
your or ( || ) evaluates to false.
If I modify your code to test the theory :
my $return = ($main->Show());
ErrMsg( "Could not un-hide window - $return \n");
The message box reports :
Could not un-hide window
Hmm, interesting.
Are you by any chance trying to run the code from within a GUI debugger ? If I
run your code from within Perl builder I get 2 windows. If I save the code and
run it from a command window I get 3 windows !
Can't explain it but I'll keep thinking.
I've replicated the behaviour w
Hi
I've tried the code on XP and I don't get the first window or the button in the
"Window Title" window.
If I cut and paste the declaration for window 2 and call it window 3 I get
another window but if I call it W1 I still don't see it ?
I'll keep thinking ;-)
PB
***
Hi All
I've just built and packaged a PPM and sent it off to Aldo so hopefully it will
be available soon.
Oh, and yes - just tried out tool tips ... fantastic !
Cheers
Paul
***
Important.
Confidentiality: This commun
Hi Aldo
Nice to hear from you again - sorry to hear about your problems :(
I can produce a PPM if you let me know when the source is available.
Cheers
Paul
"Aldo Calpini" <[EMAIL PROTECTED]> on 20/02/2002 09:12:36
To: "Perl-Win32-GUI-Users"
cc:(bcc:
Hi
I have searched other lists on SourceForge which seem to use the same type of
page (with GeoCrawler in the top left) and it does work. It only seems to be
ours that has a problem.
Cheers
Paul
***
Important. This E-
Hi
I'm trying to produce a 5.6 PPM for this new module, but I am having trouble
building the source.
I hve downloaded and extracted both your source and the FreeImage source. I have
extracted your files to d:\DIBitmap and the FreeImage files to
d:\DIBitmap\extlib directory.
When I extract the Fr
Hi All
I'm currently playing with a RichEdit to display the output of a report. Does
anyone have any experience setting formatting inside a RichEdit ?
I guess I should be able to use Bold / Italics / Color but am having problems
working out how. I looked on MSDN and I think I may have to use Send
Hi
The Win32::GUI 0.558 PPD was created by me (I'm the Packager you know ;-) ). I
also managed to get ActiveState to update their PPM server with it so you can
get the current version from there. (It does seem to work from inside a
firewall, you just need to set the environment variables right.)
l sort out some problems people were experiencing.
Best Regards
Paul
[EMAIL PROTECTED] on 21/03/2001 08:56:55
Please respond to perl-win32-gui-users@lists.sourceforge.net
To: perl-win32-gui-users@lists.sourceforge.net
cc:(bcc: Paul BARKER/IT/HTLUK)
bcc: Paul BARKER/IT/HTLUK
Subje
Aha, perhaps I do have cache problem then.
I'll flush the cache and try again. Thanks !
Paul
***
Important. This E-mail is intended for the above named person and may be
confidential and/or legally privileged. If this
Hi All
I am currently in conversation with ActiveState with a view to having the
correct version on their PPM server. They have been very responsive and told me
that it had been updated this morning. However when I do a search for it on
their server I still get version 0.99 reported. I've gone ba
Hi Guys
Has anyone contacted ActiveState and asked them to use the newer distribution ?
I'll be happy to try since I'm officially "Win32 PPM chief" !
Cheers
PB
***
Important. This E-mail is intended for the above nam
Hi Simon
Did you ever get this sorted ?
PB
***
Important. This E-mail is intended for the above named person and may be
confidential and/or legally privileged. If this has come to you in error you
must take no action
: "'perl-win32-gui-users@lists.sourceforge.net'"
cc:(bcc: Paul BARKER/IT/HTLUK)
Subject: [perl-win32-gui-users] Dr Watson
I've installed Win32::GUI 0.0.558 from the contributed PPM binary on
SourceForge onto my Windows 2000 machine running ActiveState Perl 5.6.0
David
I *BELIEVE* fork() is supported in Perl 5.6 on Win32 in an emulated form, but
I'm 150 miles away from my documentation and only have a 9600 baud mobile to
connect to the web over so I can't check !
It wasn't supported in older builds.
Cheers
Paul
***
Danny
The ActiveState repository has an old build of Win32::GUI and if it is in your
repository list before Aldo's site at dada.perl.it you'll probably get that
version.
Easiest bet is to download the .zip file of the 558 build from Source Forge and
install it from that local copy.
http://downlo
David
Many thanks, most helpfull.
Cheers
Paul
***
Important. This E-mail is intended for the above named person and may be
confidential and/or legally privileged. If this has come to you in error you
must take no acti
Has anyone managed to download it ? I can see the file but not download it - it
says that the file cannot be found.
Thanks
Paul
***
Important. This E-mail is intended for the above named person and may be
confidential
Oops - posted this again as I inadvertently embedded a list command word in it
and got a message saying it was being held by the moderators (sounds painful !)
Sorry - please ignore.
Paul
***
Important. This E-mail is i
Has anyone managed to download it ? I can see the file but not download it - it
says that the file cannot be found.
Help
Cheers
Paul
***
Important. This E-mail is intended for the above named person and may be
confide
Hi Danny
I use PPM through our proxy / firewall. There are instructions in the PPM FAQ
but basically you set environment variables in the shell before calling PPM.
There are 3 to set :
HTTP_proxy=http://your.proxy.server:portnumber
HTTP_proxy_user=username (if required)
HTTP_proxy_pass=password
Hi Aldo
I've created a zip file containing a ppd of 0.0.558 which I've tested on a clean
build of ActiveState 5.6.0 Build 623. The package installs fine and when I run
perl -MWin32::GUI -e "print Win32::GUI::Version" gives 0.0.558.
I haven't tested it further than that but if you let me know the
Hi
Might be a silly question but did you do perl Makefile.PL first ?
I have built and installed 0.0.558 today with Visual C++ version 6 with no
problems.
perl Makefile.PL
nmake
nmake install
If someone knows where there is documentation on how to build a PPD file for PPM
I would be happy to h
Hi all
I've been away for a bit in none GUI (DBI and Oracle) land and have just come
back to my pet GUI project.
As per a message on this list from Aldo a while back I've been busily converting
all of my uses of '-style' to '-addstyle' and on the whole all is well. However
can some one explain w
26 matches
Mail list logo