RE: [perl-win32-gui-users] (no subject)

2002-04-16 Thread Guillem Cunillera Wefers
Well, firstly I'm very glad for all the indications that I receive from everybody.If it was possible I will pay a beer to everybody.or more than one in more than one case :) >$win->btnHide()->SetFocus(); #fails on run-time, btnHide? I'm going to include the event that is sorrounding my

RE: [perl-win32-gui-users] (no subject)

2002-04-16 Thread Johan Lindstrom
Cuillem wrote: Mi problem is I create dinamicaly some small windons that always go beneath a main window. $w_analisi[$posdinsalu]->Activate(); doesn't workhow I can pass the focus to this window ? This works for me: $win->SetForegroundWindow(); $win->btnHide()->SetFocus(); I.e. the diff

[perl-win32-gui-users] Vertical font ??

2002-04-16 Thread Guillem Cunillera Wefers
Does anybody created a vertical font with Win32::GUI ? Is possible ? Any kind of vertical font for me is good. thanks. Guillem Cunillera i Wefers.

RE: [perl-win32-gui-users] (no subject)

2002-04-16 Thread Guillem Cunillera Wefers
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.sourceforg

RE: [perl-win32-gui-users] (no subject)

2002-04-16 Thread Guillem Cunillera Wefers
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 Fec

RE: [perl-win32-gui-users] (no subject)

2002-04-16 Thread Guillem Cunillera Wefers
-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 i

Re: [perl-win32-gui-users] (no subject)

2002-04-16 Thread Sean Healy
How can be force that one Window is always over an other ?, without having to disable the second one. I'm going to end my actual program in few days and I hope that few questions you will see Well, the -topmost => 1 option allows the window to stay on top - but it will also be on top of

Re: [perl-win32-gui-users] (no subject)

2002-04-16 Thread Sean Healy
How can be force that one Window is always over an other ?, without having to disable the second one. I'm going to end my actual program in few days and I hope that few questions you will see Well, the -topmost => 1 option allows the window to stay on top - but it will also be on top of

[perl-win32-gui-users] (no subject)

2002-04-16 Thread Guillem Cunillera Wefers
How can be force that one Window is always over an other ?, without having to disable the second one. I'm going to end my actual program in few days and I hope that few questions you will see Regards from Catalonia, Guillem Cunillera i Wefers