Link to home
Start Free TrialLog in
Avatar of ZifNab
ZifNab

asked on

General : implementing layout. Best?

Hi,

 First : does someone knows a place on the web, where you can find some information about layouts of programs? The best things to do for that sort of programs, etc.?

 Second : A program has to reed the results of about 30 centers each day. You about 30 meassurements + graphs, etc per center. Once in week 15 meassurements are added with these 30.  These values have to be checked on : there value and the variation in time (one week, two week, ...)
My idea (how I've done it now) was to make child windows and the user himself can choose which windows he wants to see. Also every window has it's own sort of menu (e.g. choosing range for variation ...). It's placed on a floating toolbars.

 I thought this way it was possible also to verify to centers next to each other. But because the windows or linked directly to the database. A change in one window implements a change in the other window.

You see I'm little stuck here. Each solution has it's own +points, but none does everything I want!

Does someone has an idea, how I best can work?
Does someone know about a component that gives you the possibility to shrink or grow a form? (I think this is a good way to show the result which come ones in a week, better ideas?)
How can you implement something in a database program that you can check different results (e.g. the weekly values of two centers? The Last and First day of the week of one center?)

......

Help! Please straiten up my brain!

Thanks.

Points will be raised, depending on the totallity of the answers.
ASKER CERTIFIED SOLUTION
Avatar of Pegasus100397
Pegasus100397

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ZifNab
ZifNab

ASKER

Well, you convinced me. I wanted to make it possible with child windows and stuff (would be easy to check some centers next to each other, ...) But you're right, this would give to much clicking and .... The tree, the other window (with tabs, daily, weekly, ...), and another window (which displays graph or text), that's a much better layout and a lot easier and less complicated. Thanks for your answer and for reading my question!
Thanks also for giving the hint about SQL-book!
Question : Do you know a good component which I can use for my tree lay-out? Which offers some more than the normal tree component?
Zif, I'm not familiar with any other Tree-style components other than the TTreeView component that comes with Delphi 3. I would imagine that there are tons of variations on this component depending on what you wanted to do, like graphics, drag-n-drop, and other stuff. I usually don't buy components but rather roll my own if the functionality of the existing unit doesn't suit my task. The standard TTreeView does a pretty good job though!

You may also want to look for a notebook component that allows the tabs down the side, might be handy for you app (and spiffy-looking too!). When you get a bit done on the user-interface do an Alt-PrintScreen (copy to clipboard), paste it into a WordPad document and send it to tnorris@hti.net. Might be able to give ya a few more pointers on the UI :)

Good luck with you project!
Pegasus
Avatar of ZifNab

ASKER

Pegasus, thanks for the advice! I'll send you a copy of the screen when I think it's almost finished.