Re: [pygtk] Setting application name in pygtk?

2006-11-06 Thread Dieter Verfaillie
On Mon, 2006-11-06 at 15:21 -0800, Lynn Monsanto wrote: > Hi all, > > I'm a developer working on the Orca screen reader: > http://live.gnome.org/Orca. We are currently starting Orca using a bash > script (see below). This works okay, but has one problem. The AT-SPI > returns the application

[pygtk] ProgressBar widget click event

2006-11-06 Thread Noah Schwartz
I don't seem to be able to capture the click event for ProgressBar. I tried connecting the button-press-event to a function but, it wasn't getting called. Then I set it up to capture all events and still I wasn't capturing clicks. What I need to do is to be able to pass the click event back up

Re: [pygtk] Sexy baloons near tray

2006-11-06 Thread Edward Catmur
On Tue, 2006-11-07 at 00:24 +0100, Marcin Lewandowski wrote: > Hi, > > are there any simple way to create that nice balloons nice tray icon > (like in ubuntu, when e.g. battery of your laptop is full or when you > have updates available etc.)? I can't find it anywhere... Either libnotify or SexyT

[pygtk] Sexy baloons near tray

2006-11-06 Thread Marcin Lewandowski
Hi, are there any simple way to create that nice balloons nice tray icon (like in ubuntu, when e.g. battery of your laptop is full or when you have updates available etc.)? I can't find it anywhere... Thanks in advance, -- Marcin Lewandowski ___ pygt

[pygtk] Setting application name in pygtk?

2006-11-06 Thread Lynn Monsanto
Hi all, I'm a developer working on the Orca screen reader: http://live.gnome.org/Orca. We are currently starting Orca using a bash script (see below). This works okay, but has one problem. The AT-SPI returns the application name as "-c". Is there a way to explicitly set an application na

Re: [pygtk] Having problems using gtk.CellRendererCombo

2006-11-06 Thread Kim Novak
The CellRendererCombo needs to be editable. The drop-down will only appear when you click on the cell. cellcombo.set_property("editable", True) John Wood wrote: Hello, I'm having a hard time using a gtk.CellRendererCombo in my treeview widget. The problem is that the combobox widget won't sho

[pygtk] Waiting for a module

2006-11-06 Thread Paul Borghese
Hi,I have a need to stall my program for about 10 seconds before continuing.  One way would be to simply use the time.sleep(10) function. I feel a more user friendly way would be to display a progress bar that runs for about 10 seconds.  I hacked the example found in  the pygtk tutorial: http://ww

Re: [pygtk] applet .server file error / how to debug "panel add"?

2006-11-06 Thread Jorge Vargas
On 11/6/06, Sebastian Pölsterl <[EMAIL PROTECTED]> wrote: Jorge Vargas wrote: > Hi I promise this is my last email tonight. > > I'm just stuck on this it seems there is a problem when creating the > new instance from the "panel add", because if I open a shell and run > python wp_thingy_view.py a

Re: [pygtk] applet .server file error / how to debug "panel add"?

2006-11-06 Thread Sebastian Pölsterl
Jorge Vargas wrote: > Hi I promise this is my last email tonight. > > I'm just stuck on this it seems there is a problem when creating the > new instance from the "panel add", because if I open a shell and run > python wp_thingy_view.py and then add it to the panel everything works > ok (I even ch