http://bugs.winehq.org/show_bug.cgi?id=34645
Bug #: 34645 Summary: Updating menubar bar icon content. Product: Wine Version: 1.7.3 Platform: x86-64 OS/Version: Mac OS X Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: winemac.drv AssignedTo: wine-bugs@winehq.org ReportedBy: f.platte@platte-web.de Classification: Unclassified
I am using an application which has a menubar icon with the ability of showing updates. In this case it is not a change of the icon itself (I don't know whether this works) but giving some additional textual information. This output does not appear.
http://bugs.winehq.org/show_bug.cgi?id=34645
Ken Thomases ken@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ken@codeweavers.com
--- Comment #1 from Ken Thomases ken@codeweavers.com 2013-10-02 20:33:45 CDT --- I suspect the feature you're looking for is a notification bubble window. Those are simply not implemented currently in the Mac driver.
There's another form of text that can be associated with a notification icon: a tooltip, which appears when you hover the cursor over the icon. This is implemented but probably not what you're referring to.
Can you clarify how this text should be shown? Perhaps a screenshot of what it looks like on Windows?
http://bugs.winehq.org/show_bug.cgi?id=34645
--- Comment #2 from Rastafabi f.platte@platte-web.de 2013-11-23 10:10:57 CST --- Created attachment 46621 --> http://bugs.winehq.org/attachment.cgi?id=46621 Example images
I'm sorry, I missed your reply. Here are images of what I mean. (Don't have any Windows machine for reference). The programm shown has a toggle to show titel information with the menubar icon, and I assume this (or similar) is what it should look like.
http://bugs.winehq.org/show_bug.cgi?id=34645
--- Comment #3 from Rastafabi f.platte@platte-web.de 2013-11-23 10:51:33 CST --- I guess you were right. It's actually a notification bubble. I found an image on the web:
http://i1.wp.com/www.mobiflip.de/wp-content/uploads/2013/11/img_0041.jpg?res...
If you will implement this, is it possible to extract it's actual information and send them to the OS X notification centre?
http://bugs.winehq.org/show_bug.cgi?id=34645
--- Comment #4 from Ken Thomases ken@codeweavers.com 2013-11-23 18:37:14 CST --- I don't know yet. I haven't investigated how either part works (the Win32 API or the Mac notification center API) in any depth.
http://bugs.winehq.org/show_bug.cgi?id=34645
Ken Thomases ken@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Updating menubar bar icon |Mac driver doesn't support |content. |systray notification bubble | |windows
http://bugs.winehq.org/show_bug.cgi?id=34645
Simon swdevelop1981@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |swdevelop1981@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=34645
tblodt@icloud.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tblodt@icloud.com
--- Comment #5 from tblodt@icloud.com --- A problem with using the NSUserNotificationCenter API for this is that there's no customization of the app icon. You could customize the app icon in the dock, but not in the notification center. This means that the executable's info.plist must point to a valid icon.
Plus, it's only available on 10.8. But you could use some kind of #ifdef, I guess
https://bugs.winehq.org/show_bug.cgi?id=34645
--- Comment #6 from tblodt@icloud.com --- For the Windows side, here's a relevant page:
https://msdn.microsoft.com/en-us/library/windows/desktop/ee330740%28v=vs.85%...