On Thu, Jan 25, 2001 at 02:02:11PM -0500, Steven M. Castellotti wrote:
[snip]
| 
|       The problem is that the get_chars method doesn't work correctly, so the
| information in the textboxes is lost between selections. I don't believe the
| problem to be related to namespace issues, as the textentry fields get and set
| properly.
| 
|       Can anyone suggest some problem areas I might want to run down and check?

Are you having reference problems?  What I mean is do you need to do a
deep copy of the string that get_chars() returns?  Perhaps you are
only saving a reference to the string that is actually in the widget
and thus it gets changed.  But python strings are immutable.  Hmm.  I
don't know, but check it out anyways.  Maybe something strange is
going on with the Python<->C translation.

-D


_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to