From: Guillem C. W. <vac...@es...> - 2002-06-05 21:58:34
|
Don't read my last question. We are humans...and sometimes we do/make stupid errors.... :( Guillem -----Mensaje original----- De: Guillem Cunillera Wefers <vac...@es...> Para: Per...@li... = <Per...@li...> Fecha: dimecres, 5 / juny / 2002 20:46 Asunto: [perl-win32-gui-users] Change Window properties from external = module Hi again, In this case I would like to Disable a Window from a external module, = I have declared a Window with "Our".=20 package Mailtool::gethttp; our $WindowGet =3D Win32::GUI::Window->new ( ... Is this possible to change his properties externaly, I have tried thinks such as: package Mailtool::accesweb; use Mailtool::gethttp; if ($Mailtool::gethttp::WindowGet->IsVisible()) { $Mailtool::gethttp::WindowGet->Disable(); } but no results... The only way to do this is passing the WindoGet as a parameter ? Guillem |