Search DominoPower's 11,443 Lotus-related article archive 
Home
EasyPrint
News details Click here for the RSS feed's XML code. This is not a browser URL.
Articles-only Click here for the RSS feed's XML code. This is not a browser URL.
Twitter Feed Click here for the Twitter feed.
GETTING HELP
Creating context sensitive field help with dialog boxes
By Chris Doig

How many times have you been clueless when completing a field on a form? You clicked on a pick list or combo box and were faced with an almost meaningless list of choices. The unsaid things that were so obvious when the program was created have been forgotten. While this gets embarrassing when you're the program author, the real problem is that the context has been lost. You feel a bit like Bill Gates when those ancient emails were resurrected in court. What was unsaid and forgotten (i.e., the context) was just as important a part of the communication as that which was said.

The usual solution to this problem is context sensitive field help. Developer tools for writing user help in Notes have improved over the years, but field help is still pretty dismal. While the main advantage of Notes field help is that it's tied programmatically to the field, it has several problems:

  • You often need a lot more space than the 70 characters that field help provides. If you write multilingual applications, you're advised to limit this to 55 characters;

  • The user might have field help turned off;

  • Even if field help is turned on, the user might not notice it because there's no visual connection with the field;

  • If you use a computed field with, say, a button to set the field values, the user can't get at the field help;

  • Field help doesn't work on the Web.

In this article, we'll explore the idea of using dialog boxes to solve the context sensitive field help problem in the Notes client. I'll show some examples to give you an idea from the usability perspective. Then I'll show you how to construct a help form and the code used to call it. Along the way, we'll cover design techniques and conclude with a few ideas for enhancements.

Pros and cons
The help dialog approach has several powerful advantages, but, like most things in Notes, there are significant trade-offs. One of the first things you'll notice is that dialog boxes are modal, which means the user can't complete the form with the dialog box open. To solve this, we use the fact that a dialog box opens the current document with a different form. So you can put the actual document field on the help form, right next to your explanation. This really holds the context together. The user opens the help, completes the field, and presses OK. Then the user is returned to the main document with the field updated.


1  ·  2  ·  3  ·  4  ·  Next »
Other articles you might like
Home > Lotus Technologies > Notes (84 articles)
   A walk down Memory Lane with Lotus Notes
   An application for scanning physical mail and distributing it virtually
   Managing Notes deployments with Teamstudio Build Manager
Home > Lotus Technologies > LotusScript (64 articles)
   When the debugger won't debug hidden code that isn't hidden
   What to do if the LotusScript debugger won't single-step over code
   Little known traps about Lotus Notes fields
Home > Lotus Technologies > Application Development (48 articles)
   An application for scanning physical mail and distributing it virtually
   How hide-whens in Rich Text can ruin your whole day (and what to do about it)
   Little known traps about Lotus Notes fields
Get Weekly Email Updates
Subscribe to our regular weekly email newsletter. It's packed with tips, reviews, deep analysis, and the latest news.
 
Recent DominoPower Articles
Syncing Notes with Android phones
Application development, William Shatner, and the origin of the universe
Learn Domino Designer 8.5 for free
The (near) future of Sametime, Quickr, Connections, and Symphony
Inside the IBM Innovations lab
Lotusphere 2010: Hot fixes and cool news for Notes, Domino, and LotusLive
Lotusphere 2010: mobility and collaboration
Latest Lotus Headlines
Xpages not loading? JVM errors? - Solution
How to implement an iCalendar feed into your Notes calendar with XPages
DWA Hotfixes for Domino 8.5.1FP1 - A Gotcha
IBM Adds DB2 to Lotus Foundations SMB Package
SNTT : XPages onclick Ghosts in the machine
Ports used by Lotus Sametime 8.5 servers
Exploring a Domino Date Bug
>> Read all the news
More from the ZATZ journals
Computing Unplugged: Online safety for virtual learning
David Gewirtz Online: CNN commentary and analysis
OutlookPower: Seek and find: Strategies to locate filed-away emails fast
-- Advertisement --

Learn Notes and Domino 8 at your place and pace!
Learn Notes and Domino in your office and/or home! TLCC's highly acclaimed distance learning courses for users, developers, and admins will enhance your career and your resume.

The many included activities and demos will make you a pro! Expert instructor help is a click away.

Click here to try a FREE demo course!!

-- Advertisement --

Mark your calendar for in-depth Lotus training, May 12-14, Boston
Join experts and peers May 12-14 in Boston for educational and networking events that deliver real-world Lotus training so you can increase productivity and efficiency in your company, advance your skills, and squeeze the most from your current environment. One registration gets you into THE VIEW's Admin2010 and Lotus Developer2010.

Register by April 10 to save $200.
ZATZ Home  ·  News  ·  Back Issues  ·  Credits/Trademarks ·  Link To Us
Copyright © 1998-2010, ZATZ Publishing. All rights reserved worldwide.
Editor's Login