Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Update TrayIcon Tooltip on Windows
Update TrayIcon Tooltip on Windows [message #659227] Fri, 11 March 2011 10:37 Go to next message
Eclipse UserFriend
Hi,

I have a trayIcon that has a tooltip. This tooltip has to refresh periodically (let's say every second).

On Fedora and Gnome the tooltip is refreshed, on Windows it doesn't. Since I couldn't find a refresh method on the tooltip itself, I use this code to refresh my tooltip:

private void update(final String text) {
                toolTip.setVisible(false);
                toolTip.setMessage(text);
                toolTip.setVisible(true);
}


Does someone know anything about this? Is this a bug? Do I have to refresh it differently?

Kind regards,
Artur
Re: Update TrayIcon Tooltip on Windows [message #659515 is a reply to message #659227] Mon, 14 March 2011 07:53 Go to previous message
Eclipse UserFriend
Hi,

I'm able to reproduce this behavior. I have opened a bug report to track this issue --> https://bugs.eclipse.org/bugs/show_bug.cgi?id=339872 .
Previous Topic:Showing the horizontal scroll bar of a Combo
Next Topic:Running Pentaho Data Integration on Puppy Lucid 5.2
Goto Forum:
  


Current Time: Fri Jul 04 13:55:14 EDT 2025

Powered by FUDForum. Page generated in 0.03618 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top