Hacker News new | ask | show | jobs
by tinus_hn 2989 days ago
The notification area API sucks because of considerations made 20 years ago. The icons aren’t windows, the application just sends bitmaps to show and is manually notified if you hover over or click on an icon.

Explorer can’t tell if the app connected to an icon crashed without polling or other tricks which Microsoft probably wants to avoid. But it can tell if you move the mouse over them and it can’t send the messages to the application.

Also the notification area with a million icons is bad UI that I can imagine Microsoft not wanting to invest in. They tried to discourage its use by hiding most of the icons all the time.