In a message regarding Re: MDI window dated Fri, 21 Apr 2006 09:43:10 -0700, CV said that ...
> If you develop a multi-document application in Rb which involves > interactions and updating between the multiple-documents, how would > you compile it to Windows as other than MDI? Multi-document probably means you need to create multiple copies of the same window, as you would in an MDI app. Interactions and updating between the multiple-documents is achieved in exactly the same way you would achieve it in an MDI app. Neither of these things mean you have to constrain your users from showing different documents on different screens. I may just be being dim, I've written MDI apps in C and VB when they were what the customer wanted but I haven't written one for years. I'd be genuinely interested in examples of things that anyone thinks they can do with an MDI interface that they can't do without it, except to arbitrarily restrict where the user can put her windows. -- Steve Garman Using REALbasic 2006r2 Professional on Windows XP Pro _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
