This is a discussion on Re: Flickering in KXMLGUIBuilder - KDE ; On Thursday 08 December 2005 14:24, Guillaume Laurent wrote: > David Saxton wrote: > > Hi, > > > > I want to be able to call factory()->removeClient(), followed by > > factory()->addClient(), for different clients that have the same ...
On Thursday 08 December 2005 14:24, Guillaume Laurent wrote:
> David Saxton wrote:
> > Hi,
> >
> > I want to be able to call factory()->removeClient(), followed by
> > factory()->addClient(), for different clients that have the same toolbar
> > layout, without having the toolbars flicker.
> >
> > Is this possible? (e.g. by somehow preventing redraws of the toolbar
> > area, etc...)
>
> (totally off the top of my head, but...) I think it should works if you
> disable() the toolbars while you're doing that.
>
What do you mean by disable() the toolbars?
I tried calling topDock()->setEnabled( false ), as well as calling
setEnabled( false ) for each of the toolbars, but that neither of those work.
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<