Re: [perl-win32-gui-users] doEvents error

2003-02-26 Thread Mark Di Nicola
- Original Message - From: "Wim de Vries" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 26, 2003 9:52 PM Subject: [perl-win32-gui-users] doEvents error > Hi, > I'm using doEvents() in a loop (that does some file processing) to check > for a user Cancel. > When the mouse is moved over

Re: [perl-win32-gui-users] Listview selection

2002-07-03 Thread Mark Di Nicola
carollyne courtney wrote: Hi, How do I automatically scroll down and select the most currently appended item in a ListView? Thanks -snip- use Win32::GUI; use strict; my $W = new Win32::GUI::Window( -left => 50, -top=> 387, -width => 200, -height => 200, -nam

Re: [perl-win32-gui-users] sorting a listview

2002-06-27 Thread Mark Di Nicola
[EMAIL PROTECTED] wrote: Mark, Haven't had time to examine your code to closely but it looks as though you're sorting everything as strings. I assume the quantity should be a number? I've used something like the code below to try to deal with this. I can send you a working example if you need

Re: [perl-win32-gui-users] System Administrator

2002-06-09 Thread Mark Di Nicola
[EMAIL PROTECTED] wrote: I am a novice in Perl. pardon me if this is too basic.. i am trying to get the PerfMon statistics such as CPU utilization, Memory Utilization. how can i do this? ravi check out win32::systeminfo on cpan.

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

2002-05-18 Thread Mark Di Nicola
- Original Message - From: <[EMAIL PROTECTED]> To: "Mark Di Nicola" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; ; <[EMAIL PROTECTED]>; "Peter Eisengrein" <[EMAIL PROTECTED]> Sent: Sunday, May 19, 2002 2:34 AM Subject: Re: [perl-win32-gui-users]

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

2002-05-17 Thread Mark Di Nicola
RE: [perl-win32-gui-users] keystrokesthanks. have you got any examples on how its supposed to be done? - Original Message - From: Peter Eisengrein To: '[EMAIL PROTECTED]' ; perl-win32-gui-users@lists.sourceforge.net Sent: Saturday, May 18, 2002 4:29 AM Subject: RE: [perl-win32

[perl-win32-gui-users] win32::gui::datetime

2002-05-11 Thread Mark Di Nicola
are there any events for win32::gui::datetime like _click or something?