Overview

Before an effective user interface can be developed for a product, thorough requirements analysis is required. This analysis should include identification of business flows and typical task flows, development of user profiles, and studies of the user's environment and system.

This manual does not address methods and details of requirements analysis except to note that any software product is only as good as the ability of the user to operate it, and that the goal of creating a usable system can only be met by working with and listening to the intended users. This chapter lists several issues to consider when designing a product, and further suggests that the developer research and follow the principles of user-centered design whenever possible.

The remainder of the chapter discusses translation issues and fundamental information presentation problems and how the product designer can provide solutions to these issues.

The following topics are covered:

Design Analysis

For every task that a product is designed to support, build a flowchart of the steps necessary to perform the task. Identifying all the aspects of a particular task will reveal the opportunities for optimization. Once the flow of a task is documented, consider the following issues to lead you to the proper user interface for the screen(s) designed to support that task:

Designing for Portability

Restrictions imposed to support multiple environments and languages must be evaluated early in the design phase. Any decision to deviate from these restrictions must be considered carefully.

Web Browser Environment

Oracle Forms does not support all window and mouse triggers such as WHEN-MOUSE-ENTER and WHEN-MOUSE-MOVE. Products must be designed to provide alternative methods to invoke the functionality that such triggers afforded.

Application Server Environment

Extreme caution must be exercised when relying on operating system specific functionality such as OLE automation, VBX controls, or hosting commands to the operating system. Besides being non-portable, they may produce an awkward result, such as launching a window that will appear on the forms server machine rather than the user's machine.

Screen Characteristics

The maximum allowed window size is 10.3" (width) by 6.25" (height). This maximum size comes from the requirement to operate with 1024x768 screen resolutions.

(OMS-71002) To support various screen resolutions on bitmap monitors, forms should be built with coordinate systems based on logical, not physical, measures. For that reason, lay out all screens in inches rather than pixels.

Translation

[Translation] Oracle products run in the native language in all countries. Therefore, all prompts, titles, messages, and data presented to the user, other than data they enter while using the product, must be translatable so that it is presented in their native language.

Fore more information on expansion requirements, see: General Properties [for Text]

Anything that is translated must have sufficient space available to expand when translated from English to other languages (assuming that English is the base language for development). Depending on the widget and its placement, this space must be available either to the left, right, or both sides.

Numeric data and dates must also be presented to the user in their proper format for the current language. For example, numbers in German use "," as the radix character, whereas in English they use ".".