Re: [perl-win32-gui-users] Archives

2001-06-15 Thread Marjolein Katsma
;[EMAIL PROTECTED] > >___ >Perl-Win32-GUI-Users mailing list >Perl-Win32-GUI-Users@lists.sourceforge.net >http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users Cheers, Marjolein Katsma HomeSite Help - http://hshelp.com/ - Extensions, Tips and Tools

RE: [perl-win32-gui-users] BringWindowToTop doesn't

2001-06-07 Thread Marjolein Katsma
But of course they can have beautiful flowers, too - as well as delicious edible fruit ;-) At 11:04 2001-06-07 -0700, Piske, Harald wrote: >On second thought, I'd like to speak of cacti rather than flowers ;-) Cheers, Marjolein Katsma HomeSite Help - http://hshelp.com/ - Extensions,

RE: [perl-win32-gui-users] Win32::GUI::Timer memory leak?

2001-06-05 Thread Marjolein Katsma
Joe, Thanks I found it! For anyone interested, it's at http://jenda.krynicky.cz/perl/PPM.html At 10:29 2001-06-05 -0400, Frazier, Joe Jr wrote: >http://Jenda.Krynicky.cz used to have information on this. Not sure if >it still does. > >> -Original Message- >&

RE: [perl-win32-gui-users] Win32::GUI::Timer memory leak?

2001-06-05 Thread Marjolein Katsma
; two weeks ago. >> > > > > Is there an even newer version? Thanks for your help -- I >> > > love this >> > > > > module! >> > > > >> > > > uhm... my site contains version 0.0.558, it was uploaded on >> > &

Re: [perl-win32-gui-users] Tabstrip

2001-05-23 Thread Marjolein Katsma
list >Perl-Win32-GUI-Users@lists.sourceforge.net >http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users Cheers, Marjolein Katsma HomeSite Help - http://hshelp.com/ - Extensions, Tips and Tools

Re: [perl-win32-gui-users] Font size - problems and workaround

2001-05-13 Thread Marjolein Katsma
(Talking to myself :) but I hope others read this, too!) At 08:17 2001-05-09 +0200, Marjolein Katsma wrote: >I've been running into problems getting and setting correct font sizes. >Since I'm new to this list, I searched the archives, but could find no >reference. What I did

Re: [perl-win32-gui-users] Win32::GUI::Label

2001-05-11 Thread Marjolein Katsma
lend with the >background image? > > >Thankyou > >Jeremy Cheers, Marjolein Katsma HomeSite Help - http://hshelp.com/ - Extensions, Tips and Tools

Re: [perl-win32-gui-users] Win32::GUI::Icon

2001-05-10 Thread Marjolein Katsma
file. > > >new Win32::GUI::Icon("favicon.ico"); > >thanks > >Jeremy .A Cheers, Marjolein Katsma HomeSite Help - http://hshelp.com/ - Extensions, Tips and Tools

Re: [perl-win32-gui-users] weird textfield issue

2001-05-10 Thread Marjolein Katsma
x27;use strict;' yet? Cheers, Marjolein Katsma HomeSite Help - http://hshelp.com/ - Extensions, Tips and Tools

Re: [perl-win32-gui-users] weird textfield issue

2001-05-10 Thread Marjolein Katsma
t=>'Enter Command:', > ); > > my $runButton-$Launcher->AddButton( >-name=>'runbutton', >-pos=>[160,10], >-text=>'Run', >-size=>[30,22], >); > $Launcher->runbutton->Show(); >sub runButton_Click{ > exec($textfield->Text); >} > > } > > > > >$Toolbar->Show(); >Win32::GUI::Dialog(); > > > > >___ >Perl-Win32-GUI-Users mailing list >Perl-Win32-GUI-Users@lists.sourceforge.net >http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users Cheers, Marjolein Katsma HomeSite Help - http://hshelp.com/ - Extensions, Tips and Tools

Re: [perl-win32-gui-users] Displaying DB data

2001-05-09 Thread Marjolein Katsma
___ >Perl-Win32-GUI-Users mailing list >Perl-Win32-GUI-Users@lists.sourceforge.net >http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users Cheers, Marjolein Katsma HomeSite Help - http://hshelp.com/ - Extensions, Tips and Tools

[perl-win32-gui-users] Using system colors

2001-05-09 Thread Marjolein Katsma
to GetSysColor() that I can use? (I'm drawing a separator line, and want to use the user's shadow and highlight colors for that.) Cheers, Marjolein Katsma HomeSite Help - http://hshelp.com/ - Extensions, Tips and Tools

RE: [perl-win32-gui-users] DrWatson build 623 mod:558 W2k Pro

2001-05-09 Thread Marjolein Katsma
m: Bullock, Howard A. [mailto:[EMAIL PROTECTED] >[...] >| The line shown below causes a fatal error and Perl closes. >| >| $Status = new GUI::StatusBar($W, >| -text => " ", >| -width => $W->ScaleWidth, >| ); Cheers, Marjolein Katsma HomeSite Help - http://hshelp.com/ - Extensions, Tips and Tools

[perl-win32-gui-users] Font size - problems and workaround

2001-05-08 Thread Marjolein Katsma
etails); $dispFont = $newFontObj;# redefine global font object; $newFontObj gets destroyed $W->dispDtdFile->SetFont($dispFont);# undocumented method!!! $W->dispDtdFile->Hide();# force repaint $W->Enable(); $W->SetForegroundWindow(); show_controls(); } Cheers, Marjolein Katsma HomeSite Help - http://hshelp.com/ - Extensions, Tips and Tools

[perl-win32-gui-users] Regions in statusbar? (was: DrWatson build 623 mod:558 W2k Pro)

2001-05-08 Thread Marjolein Katsma
state, ...) Anyone? Cheers, Marjolein Katsma HomeSite Help - http://hshelp.com/ - Extensions, Tips and Tools

[perl-win32-gui-users] Hello!

2001-05-08 Thread Marjolein Katsma
d a Wizard-like user interface to drive the process. Both the parsing and the GUI take a lot of learning how to use it at this point, so I'm alternating between the two. That should give you a little background, and context for the questions, suggestions and workarounds I'll come up