Re: popupApplet and window focus

2009-06-01 Thread Alexis Ménard
A popup take by definition the focus in Qt...That's how it is... Since a virtual keyboard is a particular use case, as i comment let popup applet neutral and set the flag you need on it in plasmaboard. 2009/5/25 Björn Ruberg > On Montag 25 Mai 2009, you wrote: > > On Monday 25 May 2009, Björn Ru

Re: popupApplet and window focus

2009-05-25 Thread Björn Ruberg
On Montag 25 Mai 2009, you wrote: > On Monday 25 May 2009, Björn Ruberg wrote: > > >> First issue: > > >> Plasmaboard uses the class PopupApplet. When clicking on the icon, the > > >> keyboard appears. This keyboard must stay unfocused! So I used the > > >> method setPassivePopup(true). That worked

Re: popupApplet and window focus

2009-05-25 Thread Aaron J. Seigo
On Monday 25 May 2009, Björn Ruberg wrote: > >> First issue: > >> Plasmaboard uses the class PopupApplet. When clicking on the icon, the > >> keyboard appears. This keyboard must stay unfocused! So I used the > >> method setPassivePopup(true). That worked great. But when I upgraded my > >> working

Re: popupApplet and window focus

2009-05-25 Thread Björn Ruberg
>> First issue: >> Plasmaboard uses the class PopupApplet. When clicking on the icon, the >> keyboard appears. This keyboard must stay unfocused! So I used the method >> setPassivePopup(true). That worked great. But when I upgraded my working >> machine from Fedora 10 to Fedora 11 Preview it stoppe

Re: popupApplet and window focus

2009-05-25 Thread Aaron J. Seigo
On Saturday 23 May 2009, Björn Ruberg wrote: > Dear devs, > > I developed the virtual keyboard for plasma, called plasmaboard. You find > it here: > http://www.kde-look.org/content/show.php/Plasmaboard?content=101822 > > I have two issues with window focus. Plasmaboard needs the last active > windo

popupApplet and window focus

2009-05-23 Thread Björn Ruberg
Dear devs, I developed the virtual keyboard for plasma, called plasmaboard. You find it here: http://www.kde-look.org/content/show.php/Plasmaboard?content=101822 I have two issues with window focus. Plasmaboard needs the last active window to stay focused for being able to work. It just lets th