Re: [perl-win32-gui-users] How to check Dr. Watson error on desktop?

2002-06-05 Thread Johan Lindstrom
At 13:14 2002-06-04 -0700, Khan, Moin wrote: I am trying to look for the title of window(eg. Dr. Watson Error on Desktop) so i can log that error? any idea? Not sure what you're after here... If you want the title (the text in the Titlebar of the window) of the topmost window, here's how to

RE: [perl-win32-gui-users] Change Window properties from external module : Don't read my last question, thanks

2002-06-05 Thread Guillem Cunillera Wefers
Don't read my last question. We are humans...and sometimes we do/make stupid errors :( Guillem -Mensaje original- De: Guillem Cunillera Wefers <[EMAIL PROTECTED]> Para: Perl-Win32-GUI-Users@lists.sourceforge.net Fecha: dimecres, 5 / juny / 2002 20:46 Asunto: [perl-win32-

[perl-win32-gui-users] Change Window properties from external module

2002-06-05 Thread Guillem Cunillera Wefers
Hi again, In this case I would like to Disable a Window from a external module, I have declared a Window with "Our". package Mailtool::gethttp; our $WindowGet = Win32::GUI::Window->new ( ... Is this possible to change his properties externaly, I have tried thinks such as: package Mailtool::

Re: [perl-win32-gui-users] Everyone's work

2002-06-05 Thread David Kaufman
Everyone's work FARRINGTON, RYAN <[EMAIL PROTECTED]> wrote: > I'm extremely interested to see what everyone has come up with... > Does anyone know a site that would be suitable for uploading our > "working" Win32::Gui applications for everyone to see... I have > something simple but I think people

[perl-win32-gui-users] subclassing in build 665?

2002-06-05 Thread Straub, Peter (Peter)
Hi all, I try to migrate an existing application from 558 to 665 and I am stuck because subclassing doesn't (seem to) work in this version... I subclass rich edit controls to make them mouse- and keystroke-aware: my $EditorClass = new Win32::GUI::Class( -name => "Editor", -extends => "RichEdi