On approximately 1/7/2004 5:33 PM, came the following characters from
the keyboard of Steve Pick:
Hi,
I've committed the updated hooks code in 665-Fix. See GUI.xs for the
documentation for the Hook and UnHook functions.
What's new:
Hooks work in Old Event Model and New Event Model
Thanks. T
Hi,
I've committed the updated hooks code in 665-Fix. See GUI.xs for the
documentation for the Hook and UnHook functions.
What's new:
Hooks work in Old Event Model and New Event Model
You can hook WM_COMMAND and WM_NOTIFY submessages if you call Hook on a
child widget (like a button, for example
Hi,
> I finally got it to work based on your suggestions. The main problem is
> that the types of wParam and lParam vary depending on the message,
> whereas Win32::GUI::SendMessage assumes they are integers.
It's not more true in 0.0.670.
I have add a small change for try to autodetect LPARAM pa
At 19:53 2004-01-07, Glenn W Munroe wrote:
I finally got it to work based on your suggestions. The main problem is
that the types of wParam and lParam vary depending on the message,
whereas Win32::GUI::SendMessage assumes they are integers. By calling
SendMessage via Win32::API, you can tailor th
I finally got it to work based on your suggestions. The main problem is
that the types of wParam and lParam vary depending on the message,
whereas Win32::GUI::SendMessage assumes they are integers. By calling
SendMessage via Win32::API, you can tailor the call parameter types to
whatever the messag
Like I said in the code they are all there because perl2exe would mess up
unless they were there... It was really strange and it was easier to just
give it what it wanted and not deal with indego software to get it fixed.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
At 15:17 2004-01-07, Farrington, Ryan wrote:
Here ya go: All the use's were done to allow for perl2exe to compile it into
an application.
-snip-
use Win32::GUI::Loft::Control::ForegroundBackground;
use Win32::GUI::Loft::Control::Intangible;
etc.
Are you sure you need all the controls used "m
I build it with perl2exe as well but that will require a small mod to the
parent.pm in procfarm. The change has been submitted to the creator of
procfarm but he has not released it.
I tested it on XP and NT4 and 2K so as far as I can tell once it is compiled
as long as you are calling the lowest c
Looks good - I'll have to have a play. Have you had any issues rolling out
your exe across different versions of windows? Do you build the child with
perl2exe before shipping it out?
Thanks,
jez.
From: "Farrington, Ryan" <[EMAIL PROTECTED]>
CC: "'perl-win32-gui-users@lists.sourceforge.net'"
Here ya go: All the use's were done to allow for perl2exe to compile it into
an application. The code is really really sloppy. =( Also I used guiloft to
create the win32::Gui stuff... Way easier.. I would highly recommend it! =-)
---CODE---
#!e:\perl\bin\perl
#this is the parent s
Procfarm is pretty cool. My main script deals with all the GUI generation
and then uses the children to do all the other processing. I tried sending
my code out but for some reason the corporate goobers are not letting it
out. I will try again and if that fails I will post it somewhere and you can
Hi,
I've never heard of Win32::ProcFarm before and it looks quite interesting.
Have you managed to get one process handling the GUI, while another process
handles something else? I've had a play with threading in 5.8, and it seems
very clunky...:)
If you can find your examples, I for one wou
Hi,
> 2/ Every button click should invoke another perl script --> I
> think I can do this by including the system command in the
> button click method. If anyone knows any other sophisticated
> method then pelase tell me
You can run your perl scripts using perl's do keyword:
do 'myscript.pl';
I think I did kind of the same thing you are looking at. What I had to do
was create a child process to handle all my requests. Take a look at
Win32::ProcFarm to create and talk with your children processes while having
your parent process deal with the interface. Give that a shot =-) I will try
to
Hi once again everyone
I just started working with Win32::GUI yesterday and was wondering if anyone
could tell me how I can do the following:
1/ Make a basic GUI with certain buttons--> I have successfully managed to make
this!!:)
2/ Every button click should invoke another perl script -->
15 matches
Mail list logo