Re: [sugar] Clipboard Notification

2008-04-15 Thread Tomeu Vizoso
On Tue, Apr 15, 2008 at 5:08 AM, Eric Burns [EMAIL PROTECTED] wrote: While trying to create an instance of NotificationIcon() in the _object_added_cb function in clipboardtray.py I couldn't get the path to the icon from the ClipboardIcon() instance because it isn't set until

Re: [sugar] Clipboard Notification

2008-04-15 Thread Greg Smith (gregmsmi)
Apr 2008 18:43:04 +0200 From: Marco Pesenti Gritti [EMAIL PROTECTED] Subject: Re: [sugar] Clipboard Notification To: Gary C Martin [EMAIL PROTECTED] Cc: OLPC Development Devel@lists.laptop.org, Eben Eliason [EMAIL PROTECTED], Sugar List [EMAIL PROTECTED] Message-ID: [EMAIL

Re: Clipboard Notification

2008-04-14 Thread Tomeu Vizoso
Hi Eric, 2008/4/14 Eric Burns [EMAIL PROTECTED]: When an activity launches it brings up an instance of the notification icon in the activity tray. I'm trying to make it so when someone copies something instead of it popping up the frame for a second it shows a pulsing notification icon in the

Re: Clipboard Notification

2008-04-14 Thread Eben Eliason
in the activity tray. I'm trying to make it so when someone copies something instead of it popping up the frame for a second it shows a pulsing notification icon in the top left hand corner. Just a notethe notification for a clipping is supposed to appear in the lower left corner, not the

Re: Clipboard Notification

2008-04-14 Thread Eben Eliason
I am a believer in show notifications where the user is looking, not off in a corner somewhere: When an asynchronous notification occurs, the user should NOT be taken away from what he is doing. Absent a bell, the simplest alert I can think of is to flash the screen once (change its

Re: Clipboard Notification

2008-04-14 Thread Gary C Martin
On 14 Apr 2008, at 15:04, Mikus Grinbergs wrote: Personal note: Been running the new look Sugar/Joyride for a while. [It does what you describe when an Activity is launched.] I've now trained myself to notice the pulsing icon in the top left hand corner -- but I think that is an

Re: [sugar] Clipboard Notification

2008-04-14 Thread Eben Eliason
On Mon, Apr 14, 2008 at 12:39 PM, Gary C Martin [EMAIL PROTECTED] wrote: On 14 Apr 2008, at 15:04, Mikus Grinbergs wrote: Personal note: Been running the new look Sugar/Joyride for a while. [It does what you describe when an Activity is launched.] I've now trained myself to notice

Re: [sugar] Clipboard Notification

2008-04-14 Thread Eric Burns
While trying to create an instance of NotificationIcon() in the _object_added_cb function in clipboardtray.py I couldn't get the path to the icon from the ClipboardIcon() instance because it isn't set until _object_state_changed_cb is called. Is there a way I can get the path to the icon? On

Clipboard Notification

2008-04-13 Thread Eric Burns
When an activity launches it brings up an instance of the notification icon in the activity tray. I'm trying to make it so when someone copies something instead of it popping up the frame for a second it shows a pulsing notification icon in the top left hand corner. I have disabled the frame