RE: [perl-win32-gui] Changing Line Colors

2000-03-14 Thread Urs Grendelmeier
Hi Aldo I tried this (your example) but my question is - how do I provide such an event? My sub Graphic_Paint is never called. Grendi urs grendelmeier heuweg 21 ch-5734 reinach +41 (79) 507 68 56 ([EMAIL PROTECTED

AW: [perl-win32-gui] Re: version problems with Win32::GUI

1999-12-21 Thread Urs Grendelmeier
>The easiest way to install Win32::GUI is > >ppm install --location=http://Jenda.Krynicky.cz/perl Win32-GUI > >;-) i made this and from this thime i had the following error message: Win32::GUI object version 0.0.434 does not match $Win32::GUI::VERSION 0.0.425 at C:/Perl/lib/DynaLoader.pm line 1

AW: AW: [perl-win32-gui] Re: version problems with Win32::GUI

1999-12-21 Thread Urs Grendelmeier
> > >The easiest way to install Win32::GUI is > > > > > >ppm install --location=http://Jenda.Krynicky.cz/perl Win32-GUI > > > > > >;-) > > > > i made this and from this thime i had the following error message: > > > > Win32::GUI object version 0.0.434 does not match $Win32::GUI::VERSION > > 0.0.

AW: [perl-win32-gui] GUI::GetOpenFileName and how to save a file?

2000-03-13 Thread Urs Grendelmeier
Hi Ladislav In Win32::FileOp (you can install from http://jenda.mccann.cz/perl) you find a function called "SaveAsDialog". Grendi > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im Auftrag von DIScussion > Gesendet: Montag, 13. Marz 2000 11:43 > An: [EMA

[perl-win32-gui] Window size/position

2000-02-05 Thread Urs Grendelmeier
Hi, My problem: all windows/dialogboxes have the same size (width: 300 height: 300) and opens at the same place on the desktop. my $Window = new Win32::GUI::DialogBox( -left => 100, -top=> 100, -height => 250, -width => 500, -title => "$Title $Version", -name => "MyWindow"

RE: [perl-win32-gui] PPM

2000-09-13 Thread Urs Grendelmeier
Hi, I have the same problem. Please tell me, if you have the "answer". Urs -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Timmy Doyle Sent: Tuesday, September 12, 2000 3:35 PM To: [EMAIL PROTECTED] Subject: [perl-win32-gui] PPM Hi, I am using ppm to

[perl-win32-gui] BrowseForFolder

2000-10-15 Thread Urs Grendelmeier
Hi, I have a "nice" Problem not really with win32-gui. I installed ActiveState Perl 618 and now BrowseForFolder from the Win32-FileOp package isn't working (read error at address xxx)! ppm tells me, that FileOp is up to date. Anyone, who has the same problem or a fix? Grendi

[perl-win32-gui] RE: BrowseForFolder in Win32::FileOp

2000-10-22 Thread urs . grendelmeier
The following message/fix i received from Mike Blazer. He had some problems to post it to the Win32-GUI list. Hello guys, that was my old bug (that made no problems before Perl 5.6) - please update your BrowseForFolder function with this one: sub BrowseForFolder { #===