mutual updates in TextCtrls?

Jim Peterson wrote:

i have a TextCtrl on each of two pages. I want user entry in either
TextCtrl to be copied into the other TextCtrl. Symmetric
replication if
you like.

I'm be no means a wxPython (or GUI expert) but you might like to take a look at http://wxwindows.org/manuals/2.4.2/wx404.htm#wxupdateuievent. I think this is supposed to be the right way to get a widget to update itself based on other widget. Exactly how you figure out _which_ widget is the master and which the slave, well, that could be interesting (maybe test for focus?).

HTH,
Michael