Pedro Vale de Gato wrote: > This is MDI specific, and AFAIK dabo only uses MDI in windows, however i > have not tested in other OS's, maybe i could implement floating panels > when not in MDI mode?
All platforms support MDI, but implement them in different ways. Windows: well-known parent window with contained child windows Linux: The parent window is a notebook with tabs for each child window Mac: The parent window is invisible (but does exist). I'd say of all the platforms, MDI has the least noticeable effect on Mac. Keep your control MDI-specific, but it just likely won't work as intended on Mac and Linux. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
