diff -r ebc84c812384 -r 46218c8b8afa Symbian3/PDK/Source/GUID-0FB60233-993A-4BF2-9E8C-E03AD092359B.dita --- a/Symbian3/PDK/Source/GUID-0FB60233-993A-4BF2-9E8C-E03AD092359B.dita Thu Mar 11 15:24:26 2010 +0000 +++ b/Symbian3/PDK/Source/GUID-0FB60233-993A-4BF2-9E8C-E03AD092359B.dita Thu Mar 11 18:02:22 2010 +0000 @@ -1,66 +1,66 @@ - - - - - -Managing -resource files -

In the Symbian platform, resource files -are used to define UI components such as status panes, CBA -(Control Button Area) buttons, menu -bars, views, -dialogs, strings, and constants used in applications. The UI components consist -of data structures that are defined in resource files, and then are called -from the classes controlling the UI implementation. When UI component implementation -is split into these two approaches, it means that resources can be recompiled, -for example for new languages, without having to recompile the application -code (unless you change the resource identifiers).

-

This section includes the following:

- - -

For demonstration purposes, the sections on resources contain examples -with arbitrary values. In your own code, it is recommend that you use a system -of easy to remember value names.

-
-

For an introduction to the UI, see UI concepts.

-

For more information on resources, resource files, and their use in -the Symbian OS, see Resource -Files.

+ + + + + +Managing +resource files +

In the Symbian platform, resource files +are used to define UI components such as status panes, CBA +(Control Button Area) buttons, menu +bars, views, +dialogs, strings, and constants used in applications. The UI components consist +of data structures that are defined in resource files, and then are called +from the classes controlling the UI implementation. When UI component implementation +is split into these two approaches, it means that resources can be recompiled, +for example for new languages, without having to recompile the application +code (unless you change the resource identifiers).

+

This section includes the following:

+
    +
  • How resource +files work

    +
  • +
  • Resource +file structure

    +
  • +
  • Precompiled +resource values available from the Symbian platform

    +
  • +
  • Required +resource file statements

    +
  • +
  • Optional +resource file statements

    +
  • +
  • Resource +string handling

    +
  • +
  • Creating +registration resource files

    +
  • +
  • Defining +localizable registration information

    +
  • +
  • Creating +resource header files

    +
  • +
  • Resource +management example: HelloWorldBasic

    +
  • +
+ +

For demonstration purposes, the sections on resources contain examples +with arbitrary values. In your own code, it is recommend that you use a system +of easy to remember value names.

+
+

For an introduction to the UI, see UI concepts.

+

For more information on resources, resource files, and their use in +the Symbian OS, see Resource +Files.

\ No newline at end of file