From kde-core-devel Thu Jan 17 23:11:09 2002 From: Waldo Bastian Date: Thu, 17 Jan 2002 23:11:09 +0000 To: kde-core-devel Subject: Re: Support for animated icons (on mouseover) X-MARC-Message: https://marc.info/?l=kde-core-devel&m=101130912214080 On Thursday 17 January 2002 05:44 am, David Faure wrote: > > I have to try it to want it defaulted off? I can't apply common sens= e, > > and experience with other animations locking up my XServer? > > This is about changing the icon's pixmap, a simple > QIconViewItem::setPixmap()! How is this going to lock up your X server > ?????? That happens in the QMovie::current_frame() call where the frame is prepa= red=20 and send to the X-server. It doesn't lock up the X-server of course, but = it=20 certainly causes traffic. Just like a regular mouse-over causes tarffic, = only=20 this time it is more prolonged. The biggest performance problem is probably just the disk-access for open= ing=20 the movie. That's not a problem when your system is idle, but when you ha= ve=20 pressure on your io-system it might take a while. In that case it would=20 probably make the UI jerky. Cheers, Waldo --=20 bastian@kde.org | SuSE Labs KDE Developer | bastian@suse.com