Skip to content
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

Notification on desktop #10

Open
3 tasks
at15 opened this issue Aug 9, 2015 · 10 comments
Open
3 tasks

Notification on desktop #10

at15 opened this issue Aug 9, 2015 · 10 comments

Comments

@at15
Copy link
Member

at15 commented Aug 9, 2015

popup notification when test finished etc

Windows

  • size of application
  • works on Windows 10 only (Older versions are ignored since MS has forced the update for Windows10 on both 7 and 8)

Ref:

@at15 at15 added this to the 1.0 milestone Mar 15, 2016
@at15 at15 closed this as completed Apr 1, 2016
@at15 at15 reopened this Jun 18, 2016
@at15
Copy link
Member Author

at15 commented Jun 18, 2016

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
Copy link
Member Author

at15 commented Jul 12, 2016

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

@at15
Copy link
Member Author

at15 commented Aug 10, 2016

Update on how to install vs

  • VS install sucks ... it takes hours and end up with errors telling you it didn't install any extra packages except vs itself
  • The install program itself is also slow .....

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
Copy link
Member Author

at15 commented Aug 12, 2016

@at15
Copy link
Member Author

at15 commented Aug 12, 2016

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

@at15 at15 mentioned this issue Aug 12, 2016
10 tasks
@xsfour
Copy link

xsfour commented Aug 18, 2016

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
Copy link

xsfour commented Aug 18, 2016

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
Copy link
Member Author

at15 commented Aug 29, 2016

@at15
Copy link
Member Author

at15 commented Sep 18, 2016

@at15
Copy link
Member Author

at15 commented Sep 22, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants