started.
The reason for all this is I would like to check some nodes by default
at start-up.
Thanks for any help.
Paul
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
help ?
(Although I know Aldo perhaps didn't want a PPM yet ?)
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 y
at but if you let me know the best way to get
it to you I'll happily pass it on.
Cheers
Paul
***
Important. This E-mail is intended for the above named person and may be
confidential and/or legally privileged. If thi
(if required)
Depending on your firewall / proxy you may or may not have to set the latter 2.
(Make sure you remember to supply the http:// on the front of the proxy
address!)
Hope this helps !
Paul
***
Important
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
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
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
opy.
http://download.sourceforge.net/perl-win32-gui/Win32-GUI-0.0.558-PPM-5.6.zip
Cheers
Paul
***
Important. This E-mail is intended for the above named person and may be
confidential and/or legally privileged. If this has c
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
d check it out for you. What build of Perl do you
have BTW ?
Is anyone else having problems with this distribution on W2K ?
Cheers
Paul
"Simon Taylor - Tegel" <[EMAIL PROTECTED]> on 23/02/2001 01:44:46
Please respond to perl-win32-gui-users@lists.sourceforge.net
To
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
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
gone back to them with this
and await their reply. (It could be a cache issue on our firewalls so if anyone
else can check it that would be great.)
I'll keep you all posted.
Cheers
Paul
***
Important. This E-mail i
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 privilege
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
a web site
somewhere ?
Anyway, if you're *REALLY* stuck for a CPAN or other module making into a PPM
drop me a line at [EMAIL PROTECTED] and I'll offer any help I can. (I'd
rather help you do it tha
o use SendMessage to
send a EM_SETCHARFORMAT message to the RichEdit ? (I may be well off track
here.)
Any ideas ?
I'd like to maybe print column headings in bold in a larger typeface than the
body.
All help greatly appreciated.
Ch
'0x1'
Stop.
NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x2'
Stop.
Can you send specific build instructions ? Which version of FreeImage do I need
? Which makefile shoud it use ? etc etc
I will of course make the PPM file availabile to you
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 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:
lpPoint);
where -1 ticks all checkboxes, otherwise change to the index of the one you
want to select.
To un-select:
my $lpPoint = pack("LA", LVIF_STATE, 0, 0, 0x1000,
LVIS_STATEIMAGEMASK, " ", 127, 0, 0, 0);
my $rtn = $SendMsg->Call($LV->{'-handl
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:
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
***
o
Win32::GUI::Window objects but only window $W is shown.
It seems to be the order that you call $WINDOW->Show(); If I move the
$X->Show(); line before the corresponding line for window $W then window $W is
shown but not window $X !!!
Ah well so much for IDEs !
Cheers
Paul
*
t un-hide window - 0
Hope this helps.
Paul
***
Important.
Confidentiality: This communication is intended for the above-named person and
may be confidential and/or legally privileged. Any opinions expressed in this
c
may be a good idea to remove the module (via ppm remove) and
then re-install it. Unfortunately I don't have a 95 box to test the code on. I
do have an ME test box so if I get time this weekend I'll try it there and see
if it works.
Hope this h
How do I get a window's Win32::GUI::Menu object?
I have a function that has the main window handle in a local variable
($Window). I want to disable one of the items in this window's menu.
Initially, I thought this would be easy, but:
$Window->GetMenu();
returns a menu HANDLE, not an
object ref
(sorry for the repeat -- accidentally hit send before giving it a subject)
How do I get a window's Win32::GUI::Menu object?
I have a
function that has the main window handle in a local variable ($Window).
I want to disable one of the items in this window's menu.
Initially, I thought this would
lect },
' > &Beta' => { -name => 'Beta', -onClick => \&Beta_Select },
);
my $WinMain = Win32::GUI::Window->new(
-name => 'Main',
-menu => $Menu,
...
);
$WinMain->{MyMenu} = $Menu;
...
}
sub Beta_Select {
31 matches
Mail list logo