On 3/19/07, Ed Leafe <[EMAIL PROTECTED]> wrote: > On Mar 18, 2007, at 10:32 PM, Dj Gilcrease wrote: > > > 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 > > I was trying to approach it the other way. You shouldn't have to > worry about managers and such; those are implementation details. You > should simply have a form and be able to add a pane to it. That works > fine, but once you do that, anything else on the form is also > affected. I tried just adding a Toolbar pane to an existing form, and > it deleted the form's sizer. IOW, you can't mix the AUI features into > a regular form; it's gotta be all or nothing.
+1 for this > > Does anyone else have a naming preference? I was thinking more of > the floating panes as the distinguishing feature of AUI, but others > seem to have focused on the docking part as being more significant. I think that they are just to states of the same feature. The panes' state is either going to be floating or docked. Is there a collective property name for this? I have no problem going with either floating or docked. > > -- Ed Leafe > -- http://leafe.com > -- http://dabodev.com > > > > _______________________________________________ > Post Messages to: [email protected] > Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev > _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
