What wx version did you use?
I'm using wxWidgets 2.6.1-Patch01 with MinGW's GCC 3.4.4 configured and build thru MSys. Is that enough info?
Hehehe, yup
mandrav: I found in the README file of wxDockIt that you changed something. Is this error what you tried to solve?
Now that I think of it, it might had something to do with it. The "update layout" event was fired before the actual layout took place. I moved the event firing after layout.
I noticed the bug with the project manager's page, which has a splitter for the opened files list and the splitter would go to position -22 because, when recalculating, the docks weren't in place yet.
So, yes, it might have something to do with it...
Yiannis.