diff -r 51a74ef9ed63 -r ae94777fff8f Symbian3/SDK/Source/GUID-A4F3738C-CBFD-4151-9132-26FE05966715.dita --- a/Symbian3/SDK/Source/GUID-A4F3738C-CBFD-4151-9132-26FE05966715.dita Wed Mar 31 11:11:55 2010 +0100 +++ b/Symbian3/SDK/Source/GUID-A4F3738C-CBFD-4151-9132-26FE05966715.dita Fri Jun 11 12:39:03 2010 +0100 @@ -1,35 +1,44 @@ - - - - - -CBA buttons -Application with Options and Exit softkeys, portrait and landscape -views -

The Symbian platform uses Control Button Area (CBA) resources to set -the options in the control pane above the softkeys. CBA resources map the -text that appears above the softkeys in the control pane with commands that -are collected by the event loop of the application framework and delivered -to your application for command -handling.

-

When a mobile device user selects an Options softkey, -the application framework displays the Options menu based -upon the definitions in the menu -bars resources.

-

Depending upon the requirements of your application, you can either:

- -

CBA buttons are constructed using the Buttons -API.

+ + + + + +CBA buttons +Application with Options and Exit softkeys in portrait +and landscape views +

The Symbian platform uses Control Button Area (CBA) resources to set +the options in the control pane above the softkeys. CBA resources map the +text that appears above the softkeys in the control pane with commands that +are collected by the event loop of the application framework and delivered +to your application for command +handling.

+ +
    +
  • The left softkey and right softkey are placed inside the +CBA.

  • +
  • You must disable item-specific softkeys.

  • +
  • If there is no highlight then, the left softkey is hidden.

    +
  • +
+
+

When a mobile device user selects an Options softkey, +the application framework displays the Options menu based +upon the definitions in the menu +bars resources.

+

Depending upon the requirements of your application, you can either:

+
    +
  • use +precompiled CBA button options contained in avkon.hrh

    +
  • +
  • create +your own buttons

  • +
+

CBA buttons are constructed using the Buttons +API.

\ No newline at end of file