[pygtk] Re: Limits of GConf

2002-10-31 Thread Malcolm Tredinnick
On Thu, Oct 31, 2002 at 06:22:34PM +1300, Rob Brown-Bayliss wrote: Does any one know the limits of GConf, I am building an app and have decided to pickle some data to GConf rather than to a file on disk. While not solving your problem, permit me to confuse the situation futher. If you are

[pygtk] Is this another treeview bug?

2002-10-31 Thread Rob Brown-Bayliss
I get this error: AttributeError: 'gtk.TreeView' object has no attribute 'widget_to_tree_coords' Yet 'widget_to_tree_coords' is in the docs. Is it a bug? -- * Rob Brown-Bayliss * = * zoism.org ___ pygtk mailing list

Re: [pygtk] Re: Limits of GConf

2002-10-31 Thread Rob Brown-Bayliss
completely missing. The point is that there is no guarantee that the user will have a writable gconf repository available. The system might be configured so that users cannot change anything. This applies to all Gonme apps useing GCOnf though doesn't it? Not really a biggie because (unless I

Re: [pygtk] Re: Limits of GConf

2002-10-31 Thread Malcolm Tredinnick
On Thu, Oct 31, 2002 at 09:30:20PM +1300, Rob Brown-Bayliss wrote: completely missing. The point is that there is no guarantee that the user will have a writable gconf repository available. The system might be configured so that users cannot change anything. This applies to all Gonme

Re: [pygtk] Limits of GConf

2002-10-31 Thread Christian Reis
On Thu, Oct 31, 2002 at 06:22:34PM +1300, Rob Brown-Bayliss wrote: Does any one know the limits of GConf, I am building an app and have decided to pickle some data to GConf rather than to a file on disk. Offtopic x2: why not try out the ZODB instead? :-) Take care, -- Christian Reis, Senior

Re: [pygtk] updating with combo-entry

2002-10-31 Thread Christian Reis
On Wed, Oct 30, 2002 at 04:40:11PM -0800, David M. Cook wrote: On Wed, Oct 30, 2002 at 11:45:23AM +0100, mekkaoui omar wrote: I would like to update information on a window after selecting an entry in the combo. But, I don't know which signal I will use to associate it to an updating

[pygtk] Xlib: unexpected async reply (sequence 0x140)??

2002-10-31 Thread LDC - Pablo Endres Lozada
Hi Guys. I have an Interface in pygtk and am in the process of conecting it to the undergoing layer. the problem comes when I start the Gui from the undergoing layer I get ht efollowing error: Xlib: unexpected async reply (sequence 0x140) aNy

[pygtk] error messages

2002-10-31 Thread Jay Graves
Hello I have created a test app with pygtk and glade. When I run the app the window appears however there are many errors written to the terminal. Can anyone tell me what these mean, and how to get rid of them. Also, for bonus points, how come the app quits when I do a File | Quit but not when I

Re: [pygtk] line attributes

2002-10-31 Thread John Hunter
James == James Henstridge [EMAIL PROTECTED] writes: James method. You can then use the gc.set_line_attributes() James method to set the line width, line style, cap style and James join style. gc.set_line_attributes(3, James gtk.gdk.LINE_DOUBLE_DASH, gtk.gdk.CAP_BUTT, James

Re: [pygtk] line attributes

2002-10-31 Thread John Hunter
John == John Hunter [EMAIL PROTECTED] writes: John What magical import incantation do I need to get a gtk.gdk? John You can seek some of my failures below. OK, just upgraded to 0.6.9. And found the magic gdk object as gtk.GDK which defines the line attributes. Thanks, John Hunter

Re: [pygtk] Limits of GConf

2002-10-31 Thread Rob Brown-Bayliss
On Fri, 2002-11-01 at 01:42, Christian Reis wrote: Does any one know the limits of GConf, I am building an app and have decided to pickle some data to GConf rather than to a file on disk. Offtopic x2: why not try out the ZODB instead? :-) One more dependency for a minor app, I think I

[pygtk] newbie help

2002-10-31 Thread Diego AnzoƔtegui
Hi, this is my problem: i have a main window, from a menu item i show another child window, when i close this child, and then, show it again, the textview dissapear.In the delete_event i do a child.hide(). Only appears the window container itself, not the textview which is inside. Thanks..

Re: [pygtk] newbie help

2002-10-31 Thread Christian Reis
On Thu, Oct 31, 2002 at 10:34:35PM -0400, Diego AnzoƔtegui wrote: Hi, this is my problem: i have a main window, from a menu item i show another child window, when i close this child, and then, show it again, the textview dissapear.In the delete_event i do a child.hide(). Only appears the