I'm just curoius,
Has mdi applications a bright future ?
Edit: I mean mdi applications = free floating child windows (thanks to Guffa) not tabbed-interface application.
I'm just curoius,
Has mdi applications a bright future ?
Edit: I mean mdi applications = free floating child windows (thanks to Guffa) not tabbed-interface application.
There is no reason that the MDI concept would die in any foreseeable future.
Some applications work bests with an MDI type interface, while others work best as separate windows. A lot of applications use some combination between them.
For example, the browser that you are right now looking at most likely has an MDI type interface, only the windows are handled as tabs instead of free floating child windows. (Some of the earlier versions of Opera had a standard MDI interface.)
MDI is marked to die. MS is evangelizing against it from some time now, and they do not include it in WPF. Their apps stop using it long time ago (with the exception of Excel, but I bet that they do that for legacy compatibility).
Enough that you have to deal with windows management on the OS.
The future is Tabbed and Docked.