 |
yronium Level: Moderator

 Registered: 14-04-2002 Posts: 907
|
Re: Working of a Professional Form
To me, the idea of a pro app is giving users several ways to do things, like menus, keystrokes, double-clicks and context menus.
I also usually prevent user to resize SDI forms, and do a large use of tooltips, and custom icons.
I noticed also database apps usually lock the entire record for editing, and give user an Edit Mode (accessible by a button or a menu command or some other ways, e.g by clicking or double-clicking in a textbox), in which they can edit the fields in the form, and save all changes only at the end of editing. Most of controls are locked when out of Edit Mode.
And, of course, an Online Help function improves much more your app.
Hope it helps
____________________________
Real Programmer can count up to 1024 on his fingers
|
|
24-11-2003 at 02:55 PM |
|
|
JLRodgers Level: Moderator
 Registered: 04-04-2002 Posts: 1617
|
Re: Working of a Professional Form
No message boxes fabulous? Hmm... yet to see any app without message boxes...
____________________________
Everywhere's Local (classifieds, job postings, & more for everycity in the world - user entered)
|
|
26-11-2003 at 11:12 PM |
|
|
JLRodgers Level: Moderator
 Registered: 04-04-2002 Posts: 1617
|
Re: Working of a Professional Form
Oh ok. I was wondering there.
I have one app that an "error" message is really good:
"Database is missing, do you wish to create it?" & _
"(If this is the first run, or you have deleted it, click yes).
It pops up at the very start (splash screen) - if they don't create it, the program terminates. While it could just create it, that could cause problems, since it can also connect to a remote db.
____________________________
Everywhere's Local (classifieds, job postings, & more for everycity in the world - user entered)
|
|
27-11-2003 at 08:51 AM |
|
|
|
|
 |
 |