Re: [pygtk] Two nasty problems of mine

2003-08-17 Thread Christian Reis
On Fri, Aug 15, 2003 at 11:58:23PM +0200, László Monda wrote: > Hi List, > > As the subject says... > > Problem #1: I can't make an arbitrary row active in a CList. > > `select_row' seemed to be fine, but I realized when I changed position > using the keyboard after the call, that the actual pos

Re: [pygtk] GTKList

2003-08-17 Thread Christian Reis
On Sun, Aug 17, 2003 at 04:37:09PM -0400, Steven Bell wrote: >Hello, > >I would like to setup a GTKlist widget, but After looking at the pyGTK >webiste, I couldn't find a doc on populating a list. What the list should >do is display a list of usernames, allowing one or more to

Re: [pygtk] Two nasty problems of mine

2003-08-17 Thread Christian Reis
On Fri, Aug 15, 2003 at 11:33:24PM +0100, Gustavo J A M Carneiro wrote: > > for i in range(1, 100): > > my_silly_label.set_text(s[i % 4]) > > time.sleep(0.1) > > > > In this example `my_silly_label' (which is a `Label' as you might > > guess :) doesn't get refreshed in the loop, but right

[pygtk] GTKList

2003-08-17 Thread Steven Bell
Hello,   I would like to setup a GTKlist widget, but After looking at the pyGTK webiste, I couldn't find a doc on populating a list.  What the list should do is display a list of usernames, allowing one or more to be selected.  Could someone point me in the direction of documentation on the widg

Re: [pygtk] Using Accessibility interface from PyORBit?

2003-08-17 Thread Tessa Lau
I'm attaching a 20-line test script that raises the NO_IMPLEMENT error. When I run it, I get this error: Traceback (most recent call last): File "testaccess.py", line 20, in ? registry.registerGlobalEventListener(listener._this(), 'focus:') CORBA.NO_IMPLEMENT I'm trying to register a li