Re: [perl-win32-gui] change event

1999-08-09 Thread Jenda Krynicky
> Thankshow do I get a copy of the build 340 and also can you give me > instructions on how to install it.I noticed that the 340 build is not > on > Jenda's site. > > Felice I'm sorry I was on holidays last week. I promis I will post it. Jenda == [EMAIL PROTECTED] == http://Jenda.Kryn

Re: [perl-win32-gui] change event

1999-07-30 Thread fvittori
o: [EMAIL PROTECTED] cc:(bcc: Felice Vittoria/Aut/Schneider) Subject: Re: [perl-win32-gui] change event [EMAIL PROTECTED] wrote: >Hello all, > >I have a textfield on my window. I am trying to use the Change event >to capture the character that is being entered. Here'

Re: [perl-win32-gui] change event

1999-07-30 Thread Aldo Calpini
[EMAIL PROTECTED] wrote: >Hello all, > >I have a textfield on my window. I am trying to use the Change event >to capture the character that is being entered. Here's the snippet: > >sub txtStatus_Change { > print "$_"; >} > >When I enter a character in the textfield, nothing is being dis

[perl-win32-gui] change event

1999-07-30 Thread fvittori
Hello all, I have a textfield on my window. I am trying to use the Change event to capture the character that is being entered. Here's the snippet: sub txtStatus_Change { print "$_"; } When I enter a character in the textfield, nothing is being displayed in the DOS window. What a