RE: [perl-win32-gui-users] (no subject)It works ...but then DialogBox goes beneath my other Windows...
Guillem Cunillera i Wefers. -----Mensaje original----- De: Peter Eisengrein <[EMAIL PROTECTED]> Para: 'Guillem Cunillera Wefers' <[EMAIL PROTECTED]>; perl-win32-gui-users@lists.sourceforge.net <perl-win32-gui-users@lists.sourceforge.net> Fecha: dimarts, 16 / abril / 2002 16:56 Asunto: RE: [perl-win32-gui-users] (no subject) I tried -topmost with a DialogBox and it worked on my NT4.0 Activestate perl v5.6.0, Win32::GUI v 0.0.558 > -----Original Message----- > From: Guillem Cunillera Wefers [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 16, 2002 10:37 > To: perl-win32-gui-users@lists.sourceforge.net > Subject: RE: [perl-win32-gui-users] (no subject) > > > 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 > > > > > _______________________________________________ > Perl-Win32-GUI-Users mailing list > Perl-Win32-GUI-Users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users >