Re: [SE|PY-macdev] Continuing OS X compiling
Brought to you by:
sephiroth_tmm
From: valley <va...@ic...> - 2004-08-29 16:04:04
|
Ok, now I got the error with the recursion error in OnUpdateInterface(): It actually happens inside this method in the part "set status message" ! There are four occurences of the form self.super_parent.statusBar.SetStatusText(.....) and the first of them which is found has the effect that OnUpdateInterface() is called again and again, until the recursion error happens. When I comment all the four of them this event mechanism works fine. So either we have to let these SetStatusText() calls away or find another solution that has the same effect. valley |