Qt-interest Archive, October 2007
QSystemTray Icon
Message 1 in thread
Good afternoon.
Just to know if there is some plan in the future to solve the flickering
problem when drawing on the
QSystemTray icon.
If not, i will have to remove this feature from my application :(
Thanks in advance.
--
[ signature omitted ]
Message 2 in thread
Hi,
> Just to know if there is some plan in the future to solve the flickering
> problem when drawing on the
> QSystemTray icon.
Which flickering? Is this a known problem?
--
[ signature omitted ]
Message 3 in thread
Yes sorry.
I was referring to a discussion started some time ago.
I want to draw rectangles over a QSystemTrayIcon let's say 2 or 3 times per
second.
Since you cannot paint() on a QSystemTrayIcon, i have to paint on a pixmap
and then
call setPixmap() on the QSystemTrayIcon.
This causes the icon to disappear for an instant and then reappear, during
the action
of setting the pixmap.
This is a problem...
Thanks in advance.
2007/10/30, Dimitri <dimitri@xxxxxxxxxxxxx>:
>
> Hi,
>
> > Just to know if there is some plan in the future to solve the flickering
> > problem when drawing on the
> > QSystemTray icon.
>
> Which flickering? Is this a known problem?
>
> --
> Dimitri
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
--
[ signature omitted ]
Message 4 in thread
Hi,
> This is a problem...
Right, but is it a *known* problem?
Unless the problem is known by Trolltech, it cannot be fixed.
If you haven't yet reported the bug to Trolltech, please report it here:
http://trolltech.com/bugreport-form
--
[ signature omitted ]
Message 5 in thread
I wrote:
> If you haven't yet reported the bug to Trolltech, please report it here:
> http://trolltech.com/bugreport-form
By the way, before deciding it's a Qt bug, do you have a minimal example that
reproduces the problem?
--
[ signature omitted ]