-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I said I'd report when I know more, so here goes...
The problem isn't with DefWindowProc at all (in fact
DefWindowProc doesn't do anything except default handling -
duh!). My apologies for being misleading.
The memory usage in the task manager thin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> Sam wrote:
> > Hi,
> >
> > I found many references to the 'memory leak' in the archived
> > messages at http://www.mail-archive.com/perl-win32-
> > [EMAIL PROTECTED]/.
>
> > I believe there isn't a memory leak at all, it appears that the
> > memor
If I'm not mistaken, it should be like this:
$ModuleWindow->{-title} = "New Title";
Jeremy Blonde
[EMAIL PROTECTED]
--- christopher sagayam <[EMAIL PROTECTED]>
wrote:
>
> how to set the name of a dialog box dynamically ?
>
> $ModuleWindow = new Win32::GUI::DialogBox(
> -title => "old tit
Sam wrote:
> Hi,
>
> I found many references to the 'memory leak' in the archived
> messages at http://www.mail-archive.com/perl-win32-
> [EMAIL PROTECTED]/.
> I believe there isn't a memory leak at all, it appears that the
> memory usage reported by windows task manager includes a
> portion of
Done... I just RTFM and the FAQs and I found the answer. _:)
Thanks all.
Joel Oliveira
# -Original Message-
# From: [EMAIL PROTECTED]
# [mailto:[EMAIL PROTECTED] Behalf Of
# Joel Oliveira
# Sent: terca-feira, 9 de Janeiro de 2001 12:56
how to set the name of a dialog box dynamically ?
$ModuleWindow = new Win32::GUI::DialogBox(
-title => "old title",
-left=> 100,
-top => 110,
-width => 500,
-height => 400,
-name=> "ModuleWindow",
-style => WS_BORDER
| DS_MODALFRAME
Hello all,
I need a listbox similar to the HTML one. Read only, only one selection and
with a "drop list with vscroll".
I tried the next code, but a can't get the "drop" style to work...
$WD->AddListbox(-text=>'&Month',-name=>'Month',-left=>106,-top=>88,-width=>6
5,-height=>20,-multisel=>0,-style=
On Wed, 3 Jan 2001, Robert Sherman wrote:
> sub Loop_Click {
> while ($i<20) {
> sleep 1;
> if ($i==10){
> &Show_Win2($i);
> }
> $i++;
> }
> }
One way to do this is to use a timer:
# Warnin
Aldo Calpini wrote:
> I am also trying to fool around with cygwin, but I didn't
> even could produce a working Perl build :-(
well, I finally solved the problem, it was really a WKP
(Well Known Problem :-).
if anybody it's interested, the solution is available at:
http://sources.redhat.com/ml/cyg
9 matches
Mail list logo