On Thu, Jan 15, 2004 at 04:23:13PM +0000, Pierre N wrote: > For example I've got window A and window B. A is shown, B is hidden. I > hide A, show B. I hide B, show A, then A.show() is called twice. If I > carry on B.show() gets called thee times, A.show() four time, etc... You > get the idea.
Are you by any chance calling connect() inside a callback? This would explain the increasing number of calls you're getting. > I don't think I was very clear. Can I send some simple code to the list > so you see what I mean? If it's short and you can't fix the problem, it's an idea -- but no guaranteed support (as usual) :-) Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
