[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

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 Perl-Win32-GUI-Users@lists.sourceforge.net Fecha: dimecres, 5 /

[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 = RichEdit,