Re: Context menu partly hidden

2009-05-25 Thread L Pierre
Thanks Marco, Your high zvalue work-around works for me. Regards, --- On Sun, 5/24/09, Marco Martin wrote: > From: Marco Martin > Subject: Re: Context menu partly hidden > To: plasma-devel@kde.org > Date: Sunday, May 24, 2009, 3:22 PM > On 5/20/09, L Pierre > wrote: &

Re: Context menu partly hidden

2009-05-25 Thread Aaron J. Seigo
On Sunday 24 May 2009, Marco Martin wrote: > but the prolem is that with standard qwidgets you would have to dig in > their structure, i.e accessing somehow the popup menu of a combobox or a > text area and set the flag on that, you can iterate trough children of a > qobject qut well, not sooo pret

Re: Context menu partly hidden

2009-05-24 Thread Emdek
On 24-05-2009 20:32:00 Marco Martin wrote: > On Sunday 24 May 2009, Emdek wrote: >> On 24-05-2009 16:22:48 Marco Martin wrote: >> > On 5/20/09, L Pierre wrote: >> >> Hi, >> >> >> >> The context menus was as result of a right mouse click on the middle >> >> box in >> >> the picture (see attach).

Re: Context menu partly hidden

2009-05-24 Thread Marco Martin
On Sunday 24 May 2009, Emdek wrote: > On 24-05-2009 16:22:48 Marco Martin wrote: > > On 5/20/09, L Pierre wrote: > >> Hi, > >> > >> The context menus was as result of a right mouse click on the middle > >> box in > >> the picture (see attach). I used a class as subclass of > >> Plasma::TextEdit -

Re: Context menu partly hidden

2009-05-24 Thread Emdek
On 24-05-2009 16:22:48 Marco Martin wrote: > On 5/20/09, L Pierre wrote: >> Hi, >> >> The context menus was as result of a right mouse click on the middle >> box in >> the picture (see attach). I used a class as subclass of >> Plasma::TextEdit - >> "PlasmaTextEdit : public Plasma::TextEdit" >

Re: Context menu partly hidden

2009-05-24 Thread Marco Martin
On 5/20/09, L Pierre wrote: > Hi, > > The context menus was as result of a right mouse click on the middle box in > the picture (see attach). I used a class as subclass of Plasma::TextEdit - > "PlasmaTextEdit : public Plasma::TextEdit" > > Is there something I can do to prevent this? (see attach)