I have tried also:

$w_analisi[$posdinsalu]->Show();
 $w_analisi[$posdinsalu]->SetForegroundWindow();
 $w_analisi[$posdinsalu]->BringWindowToTop();

but no results....


-----Mensaje original-----
De: Guillem Cunillera Wefers <[EMAIL PROTECTED]>
Para: perl-win32-gui-users@lists.sourceforge.net
<perl-win32-gui-users@lists.sourceforge.net>
Fecha: dimarts, 16 / abril / 2002 15:54
Asunto: RE: [perl-win32-gui-users] (no subject)


>-topmost is not good for me because I can't see for instance some
>DialogBox...
>
>>You could also use the Activate event of the window beneath to set the
>focus to
>>the window on top, but then you wouldn't be able to do anything in the
>>window beneath, which would defeat the purpose of not disabling it.
>
>Mi problem is I create dinamicaly some small windons that always go beneath
>a main window.
>
>$w_analisi[$posdinsalu]->Activate();
>
>doesn't work....how I can pass the focus to this window ?
>
>Guillem Cunillera i Wefers
>
>
>
>_______________________________________________
>Perl-Win32-GUI-Users mailing list
>Perl-Win32-GUI-Users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
>


Reply via email to