Status panes

Figure 48: Status pane with normal layout

The status pane is located in the region at the top of the screen in traditional (portrait) orientation.

The visible content of the status pane depends on its layout. In a normal layout (see the figure below), the status pane consists of the following subpanes:

Applications can define and modify the Context, Title, and Navi subpanes. By default, the application framework loads the resources for the application caption in the Title pane and the application icon in the Context pane. The Navi pane is left blank.

The signal level, battery strength/universal indicator cannot be controlled by an application.

The following options are available for modifying the default behavior of the status pane:

Scalability in the status pane

To support scalability, you need to override MEikStatusPaneObserver::HandleStatusPaneSizeChange() in the UI controller as follows:

void CAppAppUi::HandleStatusPaneSizeChange()
{
    iAppView->SetRect( ClientRect() );
}