On 3/18/07, Ed Leafe <[EMAIL PROTECTED]> wrote: > I don't think that that will be possible. The AUI stuff messes with > the sizers and other things, so we won't be able to use a standard > dForm for this, since once you dock an object, the manager takes over > and changes a lot of the underlying stuff.
Aye, in pure wx if you use a Frame and pass it to the Manager it works in windows, Crashes on most, but not all *nix platforms and I am not sure on OSX as I dont have access. You should be able to pass it most anything else, but anything you pass get put into the Managers Frame code, thus the need for dDockForm and dDockPageForm as they cannot be used without the manager _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
