December 2002
Intermediate to advanced
400 pages
9h 25m
English
It uses data contained in the AppParameters class to control whether the different elements are to be created or not, and the additional variables required in AppParameters, are shown in Figure 7-6.
StatusBarContainer has an API consisting of a number of methods to create the different elements of the overall status bar as well as one to return a visual representation of the entire status bar. This API is described in the following sections, with the {constructor} code presented first, and the code required is shown Figure 7-7.
{define-class public AppParameters ... field public constant statusbar-help?:bool = true field public constant statusbar-ticker?:bool ... |