Re: [pygtk] problems rendering long string in gtk.TextView SOLVED

2005-05-24 Thread John Finlay
Steven Usdansky wrote: On 24 May 2005 12:11:33 -0500 Doug Quale <[EMAIL PROTECTED]> very elegantly stated: Steven Usdansky <[EMAIL PROTECTED]> writes: Can't come up with a small program that exhibits the error, so I've posted the complete program at http://sol.nfldinet.com/~rockd

Re: [pygtk] problems rendering long string in gtk.TextView SOLVED

2005-05-24 Thread Steven Usdansky
On 24 May 2005 12:11:33 -0500 Doug Quale <[EMAIL PROTECTED]> very elegantly stated: > Steven Usdansky <[EMAIL PROTECTED]> writes: > > > Can't come up with a small program that exhibits the error, so I've > > posted the complete program at > > http://sol.nfldinet.com/~rockdoctor/chemnet-61.py

Re: [pygtk] Plugs and Sockets - newbie questions

2005-05-24 Thread Maciej Katafiasz
Dnia 24-05-2005, wto o godzinie 14:40 -0300, Christian Robottom Reis napisał: > Summarized this thread as FAQ 19.15: > > http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq19.015.htp > > Comments and edits welcome. Small typo - s/their are/there are/ (I don't have editor password to

Re: [pygtk] Plugs and Sockets - newbie questions

2005-05-24 Thread Christian Robottom Reis
On Tue, May 24, 2005 at 07:37:40AM +0200, N. Volbers wrote: > >- or can I embed anything using plugs and sockets ? > > You can embed any X window object into a gtk.Socket _if_ and only if you > have the window's xwindow id. Summarized this thread as FAQ 19.15: http://www.async.com.br/faq/

Re: [pygtk] problems rendering long string in gtk.TextView

2005-05-24 Thread Doug Quale
Steven Usdansky <[EMAIL PROTECTED]> writes: > Can't come up with a small program that exhibits the error, so I've > posted the complete program at > http://sol.nfldinet.com/~rockdoctor/chemnet-61.py > The command line to run the program from an x-terminal is > chemnet-61.py aefqstw I

Re: [pygtk] problems rendering long string in gtk.TextView

2005-05-24 Thread Steven Usdansky
On Mon, 23 May 2005 19:16:31 -0700 John Finlay <[EMAIL PROTECTED]> wrote: > >>Steven Usdansky wrote: > >> > >> > >> > >>>I've got a program that constructs a series of gtk.Notebooks and > >>>renders each of them in a top-level window. On the last-inserted > >>>page of each notebook is a gtkTex

Re: [pygtk] locales and pygtk on windows

2005-05-24 Thread Cedric Gustin
Greg Aumann wrote: > I am using pygtk on windows 2000 (GTK 2.6.7-rc1, pygtk 2.6.2). In it I > am using the file selection dialog box. The dialog is coming up in > Chinese. This is no doubt because I have code page 936 (Simplified > Chinese) set as my default code page. > > What I want is to have t

Re: [pygtk] Plugs and Sockets - newbie questions

2005-05-24 Thread Maciej Katafiasz
Dnia 24-05-2005, wto o godzinie 07:37 +0200, N. Volbers napisał: > > The documentation about Plugs and Sockets did not allow me to find out > > whether they can be used to embed anything: > > > > - can they only be used to embed PyGtk widgets into another PyGtk window? > > - or can I embed anythi

Re: [pygtk] Plugs and Sockets - newbie questions

2005-05-24 Thread Sebastien Aubry
N. Volbers wrote: [example] Thanks, I will give it a look as soon as possible! So in principle, you can steal any window as long as you have its window id.  Unfortunately I don't really know how to get this id from a Tkinter widget (the xwininfo method is not so thrilling). I think this is