> So this is Windows-specific, right? Yes Ed, as far as i know it is, but so is MDI, right? this only makes sense in MDI apps, i could add a check to add the panels as FloatingPanels in SDI apps. That would make the code 100% portable, resulting in the right apearance for each platform...
> Did you consider using dSplitter? Or didn't you want the user to be > able to re-size the elements? These panels are resizeable... i've digged a bit and i found MDIParents can't handle Splitters without interacting with wx.LayoutAlgorithm. wx.SashLayoutWindow already does that for you so i decided to go that way. Regards, Pedro Vale de Gato _______________________________________________ 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/[email protected]
