Re: Win32::API and building a struct

2003-02-28 Thread $Bill Luebkert
Adam Frielink wrote: Anyone have some though about how to do this properly? Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Adam Frielink Sent: Thursday, February 27, 2003 1:15 PM To: Perl-Win32-Users (E-mail) Subject: Win32::API and building a struc

Re: Perl fork problem, please help! thanks

2003-02-28 Thread Tobias Hoellrich
At 01:24 PM 2/28/2003 -0800, Jer wrote: Hi All Thanks for all your help so far. I have a problem. I can't seem to fork() more than 64 times. I found this info from the perl list archive: "Yes, the number of threads in Perl on Windows is limited to 64. This is mostly due to the fact that the Win3

Perl fork problem, please help! thanks

2003-02-28 Thread Jer
Hi All Thanks for all your help so far. I have a problem. I can't seem to fork() more than 64 times. I found this info from the perl list archive: "Yes, the number of threads in Perl on Windows is limited to 64. This is mostly due to the fact that the Win32 API WaitForMultipleObjects() that is

Re: Problem: perl 805, win32, Borland, MinGW, dmake and example 1 of perlxstut

2003-02-28 Thread Sisyphus
- Original Message - From: "Stephen Avis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 28, 2003 7:32 PM Subject: Fw: Problem: perl 805, win32, Borland, MinGW, dmake and example 1 of perlxstut > Have now tried with MinGW (version 2.0.0) which uses gcc 3.2. > > In the

Re: I need help using Win32::API

2003-02-28 Thread Sisyphus
Hi, I'm using Win32::API version 0.20, Windows 2000, MSVC++6.0 (Standard edition). I've tested on 3 different perl's - all of them compiled myself from ActiveState source. The 3 builds I've tried it out on are 626 (5.6.1), 633 (5.6.1) and 802 (5.8). Haven't struck any trouble - apart from floats. I

RE: Win32::API and building a struct

2003-02-28 Thread Adam Frielink
Anyone have some though about how to do this properly? Thanks > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Adam Frielink > Sent: Thursday, February 27, 2003 1:15 PM > To: Perl-Win32-Users (E-mail) > Subject: Win32::API and building a struct > > >

RE: TK toplevel display confusion.

2003-02-28 Thread Beckett Richard-qswi266
> I don't have my Tk book here at work, so I can't give you > page numbers, but some things to look at are: I wasn't expecting that, just some words to look up. If you don't know the word, the index is next to useless, unless you go through the whole thing looking up words that might be related.

RE: TK toplevel display confusion.

2003-02-28 Thread JamesTillman
> What other display methods are there? They don't seem to be > listed in the Tk > book in a way that I can find them, without knowing what > they're called. > > Just a list of things to lookup would be nice. I don't have my Tk book here at work, so I can't give you page numbers, but some thing

RE: TK toplevel display confusion.

2003-02-28 Thread Beckett Richard-qswi266
> You can't pack windows. They display automatically. What > you might try > doing is putting this line right after the line I of your > code that I quoted > above: > > $console->withdraw(); Aha! > This should cause the window to hide before being drawn. To cause a > withdrawn window to app

RE: TK toplevel display confusion.

2003-02-28 Thread JamesTillman
> Cool! In my script, I define a GUI, and display it, but I > also define a > "console" window. I only want this displayed under certain > circumstances. I > need to define it in the main body of the program, because I > need various > subroutines to know about it, and be able to access it. > U

TK toplevel display confusion.

2003-02-28 Thread Beckett Richard-qswi266
Hi Folks. I've just read this... "The widget created by calling MainWindow->new is actually a top level Widget. ... This window is special because it displays itself automatically when you call MainLoop. ... By creating a Toplevel widget, you are creating another window as part of your applicatio

AW: changing file permissions on windows

2003-02-28 Thread Liedtke Stephan ICM MP IT BLM GA KLF
Title: Nachricht Hey,   I think your problem is the read only Attribute. You must change the Attribute. Try this:   Win32::File::GetAttributes($file,$attr); if ($attr & READONLY) {  print "1.\t$file\tAttribut:$attr\n";  Win32::File::SetAttributes($file,$attr - READONLY);  print "2.\t$file\

Perl/tk problems on win32

2003-02-28 Thread Laurent Perez
Hello I wrote a fairly simple perl/tk irc client on a linux laptop, using standard perl distribution (5.6). I wrote two versions of it, using Net::IRC module in the first & simple one, and POE+POE::Component::IRC module in the second one, which contains many advanced network features (xml mes

Fw: Problem: perl 805, win32, Borland, MinGW, dmake and example 1 of perlxstut

2003-02-28 Thread Stephen Avis
Have now tried with MinGW (version 2.0.0) which uses gcc 3.2. In the 'makefile.mk' I made the following changes: set INST_TOP commented out #CCTYPE *= BORLAND uncommented CCTYPE *= GCC set CCHOME for gcc Unfortunately, on calling dmake there is an immediately (non fatal) er