[perl-win32-gui-users] RE: [perl-win32-gui] Print

2001-01-05 Thread Peter Eisengrein
True. But when I do this, I still don't get that option. -Original Message- From: MATA Tech [mailto:[EMAIL PROTECTED] Sent: Thursday, January 04, 2001 12:13 PM To: [EMAIL PROTECTED] Subject: Re: [perl-win32-gui] Print Peter: As I understand it, you must highlight a selection to enable t

RE: [perl-win32-gui-users] menu

2001-01-05 Thread Peter Eisengrein
I tested your code and could see the menu. WHat versions of perl and Win32-GUI are you using? -Original Message- From: Koul Christian [mailto:[EMAIL PROTECTED] Sent: Friday, January 05, 2001 6:45 AM To: [EMAIL PROTECTED] Subject: [perl-win32-gui-users] menu Hi, I am new in win32::GU

[perl-win32-gui-users] NT/98 incompatibilities?

2001-01-05 Thread Peter Eisengrein
I have a script that reads a file (puts the data into @update) and prints it to a RichEdit window. This works well on NT but I am having problems with it on Win98. As it is being written to the Rich Edit field, the scroll bar starts out large and scales smaller as more is added (as expected). Howe

Re: [perl-win32-gui-users] Re: [perl-win32-gui] newbie query

2001-01-05 Thread Reini Urban
Aldo Calpini wrote: > it should be possible to use cygwin's gcc but I haven't played with it > very much. if you want to test it, you're very welcome. > you need to download the Perl source and compile it under your > cygwin environment, then try to compile the module. Aldo, i'm still trying to fo

RE: [perl-win32-gui-users] newbie - trying to get data from text box

2001-01-05 Thread Anthony C. George
To get the text in the box: $myText=$Frame->aTextField->Text(); To set the text: $Frame->aTextField->Text($myText); >tony -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Michael Solomon Sent: Friday, January 05, 2001 11:18 AM To: Perl Gui (E-mail) Subject:

Re: [perl-win32-gui-users] 0.0.502 on PPM

2001-01-05 Thread Soren Andersen
On 5 Jan 2001, an entity purporting to be Aldo Calpini wrote [regarding 0.0.502 on PPM] > hello perl-win32-gui-users, > > Win32::GUI version 0.0.502 is ready on PPM. > goto http://dada.perl.it for info and instruction. Congrats and hail, *dada*, it was *such* a smooth install. I have bumbled

[perl-win32-gui-users] newbie - trying to get data from text box

2001-01-05 Thread Michael Solomon
I have just started looking at Win32 Gui What I want to do is put up a text box and allow a user to enter data then capture it By looking at code posted here I have written the following: use Win32::GUI; $Frame = new Win32::GUI::Window( -name => "aFrame",

Re: [perl-win32-gui-users] newbie query

2001-01-05 Thread chris mccraw
On Fri, Jan 05, 2001 at 10:15:41AM +0100, Aldo Calpini wrote: > well, the module needs compilation: you need not only make, but > also a compiler. Micro$oft VisualC++ is not free, it should be > possible to use cygwin's gcc but I haven't played with it > very much. if you want to test it, you're

Re: [perl-win32-gui-users] Re: [PLEASE UNSUBSCRIBE] .......

2001-01-05 Thread Robert Sherman
sending your request to the list address will not accomplish what you want. go to this address to unsubscribe: http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users novacom wrote: > > PLEASE UNSUBSCRIBE FROM YOUR MAILING LIST ! > > ..this is my umpteenth request !

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

2001-01-05 Thread Koul Christian
My previous version was http://www.ActiveState.com/PPMPackages/5.6 PPM> search Packages available from http://www.ActiveState.com/PPMPackages/5.6: Win32-API [0.01 ] Implementation of arbitrary Win32 APIs. Win32-AdminMisc[0.10 ] Performs various Win32 administrative

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

2001-01-05 Thread Aldo Calpini
Koul Christian wrote: > I still don't see the menu. > I have Win32-GUI 0.99 on Win95 please? I have never released version 0.99 ;-) to find out your Win32::GUI version number, use this: perl -MWin32::GUI -e "print Win32::GUI::Version;" cheers, Aldo __END__ $_=q,just perl,,s, , another ,,s,$, h

[perl-win32-gui-users] menu

2001-01-05 Thread Koul Christian
Hi, it's work with this (copied from From: Vince Subject: [perl-win32-gui] Code Date: Wed, 14 Oct 1998 16:54:06 -0700 (PDT) ) - use Win32::GUI; $men

RE: [perl-win32-gui-users] 0.0.502 on PPM

2001-01-05 Thread Kuo David
Hi Aldo, Does it have updated online help also? Thanks. David -Original Message- From: Aldo Calpini [mailto:[EMAIL PROTECTED] Sent: Friday, January 05, 2001 7:25 AM To: perl-win32-gui-users@lists.sourceforge.net Subject: [perl-win32-gui-users] 0.0.502 on PPM hello perl-win32-gui-users,

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

2001-01-05 Thread Koul Christian
I still don't see the menu. I have Win32-GUI 0.99 on Win95 and perl v5.6.0 built for MSWin32-x86-multi-thread (Binary build 620 provided by ActiveState). Jonathan Southwick wrote: > It works for me! Are you saying you don't see the menu at all? > > Jonathan Southwick > Technical & Network Servi

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

2001-01-05 Thread Jonathan Southwick
It works for me! Are you saying you don't see the menu at all? Jonathan Southwick Technical & Network Services Allegheny College [EMAIL PROTECTED] - Original Message - From: "Koul Christian" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 05, 2001 6:44 AM Subject: [perl

[perl-win32-gui-users] 0.0.502 on PPM

2001-01-05 Thread Aldo Calpini
hello perl-win32-gui-users, Win32::GUI version 0.0.502 is ready on PPM. goto http://dada.perl.it for info and instruction. cheers, Aldo __END__ $_=q,just perl,,s, , another ,,s,$, hacker,,print;

[perl-win32-gui-users] menu

2001-01-05 Thread Koul Christian
Hi, I am new in win32::GUI and i have problem using menu. I have this but i can not see the menu. can somebody help me? --- use Win32::GUI; $Menu = new Win32::GUI::Menu( "&File"=> "File", " > &Load" => "FileL

[perl-win32-gui-users] FW: [perl-win32-gui] BrowseForFolder?

2001-01-05 Thread Michael Solomon
I am also interested in 'Browse for Folder' I tried the code $folder = Win32::GUI::BrowseForFolder( * root => "C:\\Program Files", * includefiles => 1, ); and was given the following error message Your vendor has not defined Win32::GUI macro BrowseForFolder, used at E:\scripts \dev\gui1

[perl-win32-gui-users] Re: [perl-win32-gui] newbie query

2001-01-05 Thread Aldo Calpini
chris mccraw wrote: > hey *, > > i'm extremely new to perl dev under win32 (i've done my share of > it under unix in the past tho) so i'm sure this question has an > answer somewhere obvious and if you could direct me towards the > answer/resource from which the answer is available, i'd be > extrem