View Poll Results: Which is the best approach?
- Voters
- 7. You may not vote on this poll
-
SDI-a dialog bar docked in the left side, and multiple views in the client area of main frame
-
SDI-a static splitter window with two panes
-
MDI-a dialog bar docked in the left side of main frame window, and multiple child frames
-
Dialog-based-a child dialog containing patient info and multiple child dialogs at the right
-
Other-please specify
-
October 3rd, 2004, 08:35 AM
#1
SDI/MDI/Dialog-based
I have to start developing an application using Visual C++ that keeps the patients of an hospital.
The UI requirements are:
1. in the left side of application always is a group of controls those shows patient info: ID, name, birth date, and so on.
2. in the right side may be seen different changeable (from menu and/or toolbar) views containing, for example, the results of different analyses, different graphs, tables, histograms, and so on.
My question is: which of above approaches you recommend?
-
October 4th, 2004, 02:37 AM
#2
Re: SDI/MDI/Dialog-based
Dialog-based - more to work but easier to handle.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|