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

Changes notify to use ctypes instead of win32gui so we could use unicode. #18

Merged
merged 5 commits into from
Mar 14, 2014

Conversation

matham
Copy link
Member

@matham matham commented Mar 9, 2014

In addition to the above, you can also create one instance and call notify as many times as you like with different messages on that instance.

I don't like the fact that we need to sleep inside the __init__ method, but I left it there for backward compatibility reasons. I could also add a close method which explicitly closes the balloon whenever you wish, but the (plyer notification) api doesn't seem to have an option for this.

Finally, it doesn't show any icon on the systray, just in the balloon, but that could be changed as well to show an icon in the systray as well.

brousch added a commit that referenced this pull request Mar 14, 2014
Changes notify to use ctypes instead of win32gui so we could use unicode.
@brousch brousch merged commit bd2bc34 into kivy:master Mar 14, 2014
@matham matham deleted the ctypes-notify-window branch March 14, 2014 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants