[perl-win32-gui-users] The memory leak problem (fixed, I hope ;)

2001-01-09 Thread Sam
-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

Re: [perl-win32-gui-users] Memory leak (not really a leak at all)

2001-01-09 Thread Sam
-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

Re: [perl-win32-gui-users] a simple question

2001-01-09 Thread Jeremy Blonde
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

Re: [perl-win32-gui-users] Memory leak (not really a leak at all)

2001-01-09 Thread Aldo Calpini
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

RE: [perl-win32-gui-users] Listbox or Combobox style options

2001-01-09 Thread Joel Oliveira
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

[perl-win32-gui-users] a simple question

2001-01-09 Thread christopher sagayam
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

[perl-win32-gui-users] Listbox or Combobox style options

2001-01-09 Thread Joel Oliveira
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=

[perl-win32-gui-users] Re: [perl-win32-gui] Event processing

2001-01-09 Thread Eric Bennett
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

Re: [perl-win32-gui-users] cygwin (was newbie query)

2001-01-09 Thread Aldo Calpini
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