Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] Notifications

I was under the impression that Thomas was referring to the notification popup since Mylyn doesn't put anything in the system tray.
For example code for adding popups to a system Tray item see:

http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet225.java

-Rob


Eugene Kuleshov wrote:

Rob, please correct me if I am wrong, but Mylyn don't really does any notifications to the system tray, neither it is in cope of bug 177974, which goal is to provide some standard popup window but not the notification framework.

There is a generic support in SWT in Eclipse 3.3 for system tray notifications and icons, but it is quite low level stuff.

 regards,
 Eugene


Robert Elves wrote:
You can have a look at the Mylyn source for the popup here:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.mylyn/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListNotificationPopup.java?revision=1.22&root=Tools_Project&view=markup

Note that plans are underway to improve the notification popup:

177974: [Workbench] provide desktop notification popup
https://bugs.eclipse.org/bugs/show_bug.cgi?id=177974


-Rob


Thomas Kratz wrote:
sorry if I post somehow off topic but I hope someone out there can help me. We have an RCP client and my customer wants to have notifications on the system tray in the way mylin does. Can anyone give me a hint where I should start to look ?

Anyway mylin is great.

Regards
Thomas


_______________________________________________
mylyn-dev mailing list
mylyn-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylyn-dev



--
Robert Elves
Mylyn Committer, http://eclipse.org/mylyn



Back to the top