Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Notification widget in tk

94 views
Skip to first unread message

SS

unread,
Feb 10, 2013, 11:44:39 AM2/10/13
to
Hi All
Is there any notification widget available in tk?
Something like windows notification
http://www.mydigitallife.info/wp-content/uploads/2006/04/wga-notification3.jpg

Regards
~S

M. Strobel

unread,
Feb 10, 2013, 11:53:13 AM2/10/13
to
What OS are you talking about?

/Str.

SS

unread,
Feb 10, 2013, 12:31:20 PM2/10/13
to
Linux RHEL 5

Robert Heller

unread,
Feb 10, 2013, 2:45:23 PM2/10/13
to
At Sun, 10 Feb 2013 09:31:20 -0800 (PST) SS <mr.saurabh...@gmail.com> wrote:

>
> Linux RHEL 5

You could use a tk_messageBox.
--
Robert Heller -- 978-544-6933 / hel...@deepsoft.com
Deepwoods Software -- http://www.deepsoft.com/
() ascii ribbon campaign -- against html e-mail
/\ www.asciiribbon.org -- against proprietary attachments



M. Strobel

unread,
Feb 10, 2013, 5:44:22 PM2/10/13
to
I should have asked for the desktop as well. KDE has knotify4 and kdialog.

/Str.

SS

unread,
Feb 11, 2013, 1:02:22 AM2/11/13
to

On Monday, February 11, 2013 4:14:22 AM UTC+5:30, M. Strobel wrote:
> Am 10.02.2013 18:31, schrieb SS:
>
> > Linux RHEL 5
>
> >
>
> > On Sunday, 10 February 2013 22:23:13 UTC+5:30, M. Strobel wrote:
>
Hi Strobel
Yes i am using KDE but my application user may use GNOM as well.

Heller, How tk_messageBox will solve this purpose? Actually i want a notification type box which is rectangular in shape but having a bird peak like shape at bottom.

like below
___________________
| |
|_____ ____________|
\/

hae

unread,
Feb 11, 2013, 2:04:21 AM2/11/13
to
Hello S,

I cannot load the image. Do you mean the notifcation that pops up in the right lower corner in kde or right upper corner in gnome?

I don't know the name but there is an extension for linux floating around. Similar as for windows the winico package.

Check the wiki and look for "system tray" or something like that.


Rüdiger

SS

unread,
Feb 11, 2013, 6:25:28 AM2/11/13
to
Hi Hae

Thanks for you suggestion. This is somewhat i want in my application. system tray is creating an icon/notification on my desktop. I want it to create notification in my application only.

Harald Oehlmann

unread,
Feb 11, 2013, 9:22:19 AM2/11/13
to
On 11 Feb., 12:25, SS <mr.saurabh.srivast...@gmail.com> wrote:
> Hi Hae
>
> Thanks for you suggestion. This is somewhat i want in my application. system tray is creating an icon/notification on my desktop. I want it to create notification in my application only.

BWidget BubbleHelp or tklib Bubblehelp looks quite similar. Only the
lower part is missing.
Maybee, you may take the display code and do your own shape.

You may use a transparent toplevel and draw this shape onto it.
At least, I have seen that that works...

-Harald

Schelte Bron

unread,
Feb 11, 2013, 11:41:25 AM2/11/13
to
SS wrote:
> Yes i am using KDE but my application user may use GNOM as well.
>
You can invoke the native desktop notifications service via dbus.
See http://wiki.tcl.tk/27487


Schelte

hae

unread,
Feb 11, 2013, 2:31:53 PM2/11/13
to
I found two complementary packages for your task:
- tktray http://wiki.tcl.tk/5972
- systray ftp://ftp.atmsk.ru/pub/tkabber/tksystray.tar.gz

The http://http://tkabber.jabber.ru is a good resource for such packages.

Rüdiger

SS

unread,
Feb 12, 2013, 12:16:25 AM2/12/13
to
Thanks all for your suggestion.
0 new messages