Desktop Notification/Alerts In Python

C

Chaos

I am looking for ways to have a Desktop Alert, like the one most IM
Messengers have (MSN, AIM) at the lower right above the taskbar. Can
anyone point me to the right resources to use?
 
Z

zutesmog

Chaos said:
I am looking for ways to have a Desktop Alert, like the one most IM
Messengers have (MSN, AIM) at the lower right above the taskbar. Can
anyone point me to the right resources to use?

I am not sure exactly what you are looking for but
I assume you are using windows, so I would suggest you make sure you
have Mark Hammonds win32all
(http://www.python.net/crew/mhammond/win32/) installed
and have a look at the demos there.

T
 
A

alex23

Chaos said:
I am looking for ways to have a Desktop Alert, like the one most IM
Messengers have (MSN, AIM) at the lower right above the taskbar. Can
anyone point me to the right resources to use?

Under Windows, they're called "balloon tips". Here's a thread from a
few years back asking for the exact same thing:

http://groups.google.com/group/comp...83650b50f1d/f26db0efc52462f9#f26db0efc52462f9

There's even a working demo linked to at the end of the thread, and the
link is still live.

Thanks for prompting me to look, I've vaguely wanted something like
this for a while :)

-alex23
 
C

Chaos

alex23 said:
Under Windows, they're called "balloon tips". Here's a thread from a
few years back asking for the exact same thing:

http://groups.google.com/group/comp...83650b50f1d/f26db0efc52462f9#f26db0efc52462f9

There's even a working demo linked to at the end of the thread, and the
link is still live.

Thanks for prompting me to look, I've vaguely wanted something like
this for a while :)

-alex23

Is there a way to make it a window, instead of a baloon time. One that
slides up from the taskbar?
 
B

bugnthecode

I get these alerts from gmail-notify. It's for linux, but a quick look
over the source shows that it uses gtk which I believe to be a cross
platform library (though may be a little ugly on windows) I wouldn't
imagine it to be too hard to modify this to your needs.

Project home page:
http://gmail-notify.sourceforge.net/

HTH,
Will
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,763
Messages
2,569,562
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top