From: Guillem C. W. <vac...@es...> - 2002-04-16 14:34:11
|
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 <vac...@es...> Para: per...@li... <per...@li...> 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 >Per...@li... >https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > |