dyweb / Ayi

Ayi organizes your workspace
MIT License
11 stars 2 forks source link

Notification on desktop #10

Open at15 opened 9 years ago

at15 commented 9 years ago

popup notification when test finished etc

Ref:

at15 commented 8 years ago

the two golang notificator are all not good enough, the first one is too simple, I can just rewrite it, and it use growlnotify but I didn't see it on windows, nor does it include a binary file. the second one is for OSX only .... I think the php and js one worth more investigation.

at15 commented 8 years ago

e.... visual studio community is updating .... (and it seems the update service is blocked)

at15 commented 8 years ago

Update on how to install vs

Solutions

all they have to do is run the setup as an admin with the /NoWeb argument and the setup will succeed in reasonable time. The real culprit is not the setup itself, but that it tries to download and apply optional items not included in the .iso file.

And no need to mention microsoft got tons of services blocked in China, f**k, you got Azure running in China's DC, why can't you f**king use them for your f**king services. ( e.. or maybe it's the DNS services got blocked by the wall .... )

Update: A very detailed explanation on this problem

at15 commented 8 years ago
at15 commented 8 years ago

Also it's possible to use desktop notification from web interface #15

xsfour commented 8 years ago

In order to use traditional windows application, an example can be found here https://www.whitebyte.info/programming/c/how-to-make-a-notification-from-a-c-desktop-application-in-windows-10

The original post by MS is https://msdn.microsoft.com/en-us/library/windows/desktop/hh802768(v=vs.85).aspx which requires a shortcut on start menu, however, remove the related code just works .....

Another issue worth mentioning is that previous examples are using universal windows app, which need to have interface and use background tasks to receive event when it is minimized by user.

xsfour commented 8 years ago

For win32 app (which is a normal desktop application .... )

It uses a com server and need to create shortcut, the com server is needed when user click the notification from notification center

at15 commented 8 years ago
at15 commented 8 years ago
at15 commented 8 years ago