Ed Leafe wrote: > On Apr 18, 2007, at 10:16 AM, Carl Karsten wrote: > >>> That's something you'd have to address to the wxPython folks, not >>> us. >> Given that I don't really have a clue what they are about, and it >> is code you >> wrote, can you give me a 'simple example' that I can show them? > > It is not code we wrote. It is something in the wxPython/wxWidgets > Gtk implementation.
However, I don't recall ever seeing these messages running wxPython apps. They only appear with Dabo apps. So while these messages are certainly coming from Gtk/wxGTK, it isn't going to be productive asking wxPython-dev for help on this unless we can produce a sample, in pure wxPython, that shows the messages. IOW, it is on us to find out what we are doing so differently that would cause these messages to be generated. It could be that they are limited to a very specific class (dMenuBar/dMenu/dMenuItem/dToolbar would be good first guesses) or that the cause is more systemic (one guess would be the way we mix-in our dPemMixin with wxPython classes). Anyway, we need to be systematic and track down exactly where the messages are being generated. So, somebody needs to write lots of print statements and/or spend a few quality hours with pdb. Once you know where a particular message is coming from, then you can try to write a wxPython-only simple example that does things like Dabo does, to try to repro. This is an example of the type of troubleshooting that I actually enjoy doing (it is like a puzzle to solve) when I have time to savor the mystery. Unfortunately it just isn't important enough to put at the top of my priority list right now. -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
