-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Mirror Taskbar Badge #16
Comments
+1 |
+1 |
1 similar comment
+1 |
It turns out that this is a lot harder than i thought because WhatsApp seems to use ITaskbarList3::SetOverlayIcon() to overlay the an icon that shows the number of unread messages and i could not find a way to read out the overlay-icon. |
I'm interested in digging in to this a bit more - but I admit, first step is to get the dang debugger to be able to break on Callbacks. Is there a trick to getting that working? Yep, likely me just being an idiot ... :-). Thanks! |
Hi as far as i know there is no way to attach the debugger to the loaded dll in the whatsapp process to set breakpoints there. I used a combination of OutputDebugString and DebugView to debug this part. Good luck :D |
Finaly it its time to release a testversion for this. Feedback would be nice. I just test-downloaded it and windows defender warned me about it. But i can asure you its a false positive... |
Just downloaded it, will test it in the next few days. |
I now added a counter for messges that arrive when minimized. Probably the last test-release before final. Also pushed the changes into develop |
that is awesome for adding counter for messeges now the software is perfect thanx a alottt , |
The counter will appear in the tray icon |
Will be in the release 1.4.0 |
Sorry for the slow / late reply! Found I had some email filtering issues, wasn't getting Github notifications ... ;-(. That aside - is this really showing count, or rather an exclamation mark? And I see the icon change sometimes when no messages have arrived ... anyone else seeing that? Thanks! |
Yeah you are right it is not 100% correct. Im not sure if it is possible to differentiated between messages and whatever causes the false postives. I open a ticket for that #35. |
same here indicates new message recieved though i did not recieve any |
Thanks, appreciate it! A couple thoughts added to #35. |
When WhatsApp is not minimized to tray and is not in focus, a red badge appears when there's an unread message on the taskbar icon. It would be great if the system tray icon mirrored this status so you know there's something to read.
The text was updated successfully, but these errors were encountered: