RE: [perl-win32-gui-users] default GUI installed by PPM (was RE: Bug in Textfield scrolling)

2001-03-09 Thread Piske, Harald
Hi Aldo Still, I think somebody should do something about it. The way it is, it damages the reputation of Win32-GUI because people install it, try to run the samples, go "the thing can not do what I need" and never try again. Imagine, until I discovered what's wrong, I almost started my project in

Re: [perl-win32-gui-users] default GUI installed by PPM (was RE: Bug in Textfield scrolling)

2001-03-09 Thread Aldo Calpini
Piske, Harald wrote: > same here. When you do PPM QUERY it states version 0.99, which > is > 0.0.558, so it refuses to install the "older" version. > ActiveState should store the latest versions on their site. ActiveState should had never invented the 0.99 version number (at least not without cont

[perl-win32-gui-users] default GUI installed by PPM (was RE: Bug in Textfield scrolling)

2001-03-09 Thread Piske, Harald
| Once I actually got 0.0.558 installed (no clue what version | ActiveState's ppm gets by default) a number of things started working | better for me. (no surprise there, I suspect). same here. When you do PPM QUERY it states version 0.99, which is > 0.0.558, so it refuses to install the "older"

RE: [perl-win32-gui-users] use of Pos method

2001-03-09 Thread Moore, Larry
Bingo! I changed my subs to: sub geo_codes_Click { $sel = $geo_codes->SelectedItem(); if ($sel != -1 ) {$updown2->Pos($sel);} } (lifted from sample code I must confess) and happiness returns. Larry -Original Message- From: Glenn Linderman [mailto:[EMAIL PROTECTED] Sen

[perl-win32-gui-users] Bug in Textfield scrolling

2001-03-09 Thread Glenn Linderman
Hi, Once I actually got 0.0.558 installed (no clue what version ActiveState's ppm gets by default) a number of things started working better for me. (no surprise there, I suspect). However, I note that scrolling doesn't work in Textfield items... the top/bottom line of text doesn't get erased du

Re: [perl-win32-gui-users] use of Pos method

2001-03-09 Thread Glenn Linderman
"Moore, Larry" wrote: > ->Select() doesn't work, I tried it, because $updown1 and $updown2 are > UpDown objects and Pos is the method for this object. If I comment out the > two lines which set the Pos, then the program dies immediately. I suspect this latter death is caused by the lack of an ap

RE: [perl-win32-gui-users] use of Pos method

2001-03-09 Thread Moore, Larry
->Select() doesn't work, I tried it, because $updown1 and $updown2 are UpDown objects and Pos is the method for this object. If I comment out the two lines which set the Pos, then the program dies immediately. Larry -Original Message- From: Peter Eisengrein [mailto:[EMAIL PROTECTED] Se