Page 2 of 2

Re: TrayTip plugin - v0.2.0

Posted: Tue Sep 05, 2017 5:15 pm
by Neytrino-OnLine
I trying to install 0.2.0 and get this errors:

Code: Select all

Traceback (most recent call last) (0.5.0-rc4):
  File "wx\_core.pyc", line 16766, in <lambda>
  File "C:\Program Files (x86)\EventGhost\eg\NamedPipe.py", line 211, in run_command
    res[0] = command(*d)
  File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginInstall.py", line 169, in Import
    shutil.rmtree(info.path, False)
  File "shutil.pyc", line 252, in rmtree
  File "shutil.pyc", line 250, in rmtree
WindowsError: [Error 5] : u'C:\\ProgramData\\EventGhost\\plugins\\TrayTip\\icon.png'

Re: TrayTip plugin - v0.2.0

Posted: Fri Sep 08, 2017 5:04 am
by Luca Brasi
Install went fine here. But I had older versions installed before that. Looks like something is going wrong with the icon. Do you see it in the mentioned path?

Re: TrayTip plugin - v0.2.0

Posted: Fri Sep 08, 2017 8:29 am
by Neytrino-OnLine
Yeah, I deleted folder and new version was installed successful! All works as it should! Thanks Boolean263 for the great plugin and all others for help.

Re: TrayTip plugin - v0.2.0

Posted: Sun Oct 01, 2017 4:17 am
by Neytrino-OnLine
Some strange things, couple days ago, it just stops working (perhaps some Windows 10 updates have broken something.?)

Code: Select all

07:14:15   ---> Welcome to EventGhost <---
07:14:23   TrayTip: "12345" (12345) u'12345'
07:14:23      TrayTip: "12345" (12345) u'12345'
07:14:23         07:14:23: 0 MainMessageReceiver: MyWndProc unknown wParam:: 0x0010
07:14:23   TrayTip.Show.12345 u"12345"
07:14:23   TrayTip.TimedOut.12345 u"12345"
It doesn't show tip, doesn't play a sound and immediately creates an event: TrayTip.TimedOut.*

Re: TrayTip plugin - v0.2.0

Posted: Sat Oct 07, 2017 6:15 pm
by topix
Hmm, works for me. Win 10 (Version 1703 Build 15063.608)

Re: TrayTip plugin - v0.2.0

Posted: Sat Oct 07, 2017 7:20 pm
by Neytrino-OnLine
topix, maybe you have several ideas how to localize a probleÐäm?
I tried:
Reinstallation of a plugin
Reinstallation of EG
Creation of a clean profile
- no changes...

My build of Win 10 Pro is 15063.632

Re: TrayTip plugin - v0.2.0

Posted: Sat Oct 07, 2017 11:03 pm
by topix
While testing i clicked in the notification area to disable notification from eventghost. Now I don't get the notification, but EG shows the log because the message was really send. (Open %USERPROFILE%\AppData\Local\Microsoft\Windows\Notifications\wpndatabase.db-wal in notepad or other fileviewer and search for your message)
Normaly you can change in system settings what apps should show notifaction, but eventghost doesn't show up. Haven't find a way to bring it back.Here are three tips. I tried the first, but no success. The second/third one i don't want to try, as they could remove/damage the tiles in start menu.

Re: TrayTip plugin - v0.2.0

Posted: Tue Feb 06, 2018 6:33 pm
by Snowbird
Hi,

thanks for this plugin, it's simple but great and useful !! ;)

I was wondering if there was any plan to add a feature to make the notification persistent, i.e. that stays in the notification center until the user clicks on it ? This way we won't miss any notification.

Thank you.