MDI vs SDI 
Author Message
 MDI vs SDI

Hiyas,
    I was wanting to make a program that is going to have
several windows. Do I need to learn MDI or can you use
SDI only showing one at a time? or can you show more
than one at a time with SDI? I don't really have any
"documents" The program is going to be a game 10 years
from now after i learn everything. I just want one window
for the main play screen, one window for character
generation and a screen for inventory perhaps. Which do I
use SDI or MDI? If I use SDI how do I go about switching
from window to window?
    Thanx,
        Christopher


Mon, 31 May 2004 14:36:03 GMT  
 MDI vs SDI
I pretty much make all my programs MDI even if I only use one window.  You
could display your other windows in non-modal dialogs that pop-up when
needed, but there is not much overhead in using MDI and it makes sense, to
me, because you never know where you'll want to go with the program in the
future.  It's a drag to switch SDI apps to MDI after the fact.

My two Twinkies...

Tom


Quote:
> Hiyas,
>     I was wanting to make a program that is going to have
> several windows. Do I need to learn MDI or can you use
> SDI only showing one at a time? or can you show more
> than one at a time with SDI? I don't really have any
> "documents" The program is going to be a game 10 years
> from now after i learn everything. I just want one window
> for the main play screen, one window for character
> generation and a screen for inventory perhaps. Which do I
> use SDI or MDI? If I use SDI how do I go about switching
> from window to window?
>     Thanx,
>         Christopher



Mon, 31 May 2004 16:01:18 GMT  
 MDI vs SDI
Technically, it doesn't have to be either, it could be dialog based as
well, with different Dialog boxes brought up modelessly for your
different "Views".

Rufus


Quote:
> Hiyas,
>     I was wanting to make a program that is going to have
> several windows. Do I need to learn MDI or can you use
> SDI only showing one at a time? or can you show more
> than one at a time with SDI? I don't really have any
> "documents" The program is going to be a game 10 years
> from now after i learn everything. I just want one window
> for the main play screen, one window for character
> generation and a screen for inventory perhaps. Which do I
> use SDI or MDI? If I use SDI how do I go about switching
> from window to window?
>     Thanx,
>         Christopher



Tue, 01 Jun 2004 02:01:19 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. MDI vs SDI Applications

2. MDI vs SDI

3. mdi vs sdi display problems

4. Dialog box pop-up - SDI vs. MDI apps

5. Help: CView with MDI vs. SDI

6. SDI vs. MDI apps

7. SDI vs MDI or multithreading?

8. Dialog box pop-ups - SDI vs. MDI apps

9. SDI vs. MDI memory

10. SDI vs MDI, or mulththreading?

11. VC++6.0 Multi-threading: Dialog or SDI/MDI

12. Can I turn a SDI into a MDI?

 

 
Powered by phpBB® Forum Software