Symbian3/PDK/Source/GUID-0FB60233-993A-4BF2-9E8C-E03AD092359B.dita
changeset 1 25a17d01db0c
child 3 46218c8b8afa
equal deleted inserted replaced
0:89d6a7a84779 1:25a17d01db0c
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <concept id="GUID-0FB60233-993A-4BF2-9E8C-E03AD092359B" xml:lang="en"><title>Managing
       
    13 resource files</title><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <p>In the Symbian platform, <xref href="GUID-5F749184-C804-41FC-BA81-038783BDC967.dita">resource</xref> files
       
    15 are used to define UI components such as status panes, <xref href="GUID-A4F3738C-CBFD-4151-9132-26FE05966715.dita">CBA
       
    16 (Control Button Area) buttons</xref>, <xref href="GUID-5918ED8A-B26B-41A0-94A6-AB6D51BF80A1.dita">menu
       
    17 bars</xref>, <xref href="GUID-DAC32BB9-C0EB-42FF-A596-C2F1A90A4BD7.dita">views</xref>,
       
    18 dialogs, strings, and constants used in applications. The UI components consist
       
    19 of data structures that are defined in resource files, and then are called
       
    20 from the classes controlling the UI implementation. When UI component implementation
       
    21 is split into these two approaches, it means that resources can be recompiled,
       
    22 for example for new languages, without having to recompile the application
       
    23 code (unless you change the resource identifiers).</p>
       
    24 <p>This section includes the following:</p>
       
    25 <ul>
       
    26 <li><p><xref href="GUID-2B7F7484-3A44-4A96-9B5D-79DF8A09115A.dita">How resource
       
    27 files work</xref></p>
       
    28 </li>
       
    29 <li><p><xref href="GUID-EC49B54F-7724-433B-BD7F-201DE3B7DAA6.dita">Resource
       
    30 file structure</xref></p>
       
    31 </li>
       
    32 <li><p><xref href="GUID-CBB00F6A-CBA7-4872-B0A1-A86A863725F5.dita">Precompiled
       
    33 resource values available from the Symbian platform</xref></p>
       
    34 </li>
       
    35 <li><p><xref href="GUID-23A60DE7-B72D-41BD-9F1E-882D31A7E3C7.dita">Required
       
    36 resource file statements</xref></p>
       
    37 </li>
       
    38 <li><p><xref href="GUID-2C74E932-B1CA-434B-AF96-66D52D689620.dita">Optional
       
    39 resource file statements</xref></p>
       
    40 </li>
       
    41 <li><p><xref href="GUID-94C64AC2-5680-4DED-8CCB-55CD5C25F1E5.dita">Resource
       
    42 string handling</xref></p>
       
    43 </li>
       
    44 <li><p><xref href="GUID-BF1AAA0D-DF2F-4E1D-A0D2-F419BD32F97A.dita">Creating
       
    45 registration resource files</xref></p>
       
    46 </li>
       
    47 <li><p><xref href="GUID-9F90A2F0-9C76-4871-A766-D1AE0FC42C08.dita">Defining
       
    48 localizable registration information</xref></p>
       
    49 </li>
       
    50 <li><p><xref href="GUID-D52E98C3-F5EE-4CE1-A4F5-2EF41A066B8A.dita">Creating
       
    51 resource header files</xref></p>
       
    52 </li>
       
    53 <li><p><xref href="GUID-411ACFE6-0324-4330-ABCD-97A925759A3C.dita">Resource
       
    54 management example: HelloWorldBasic</xref></p>
       
    55 </li>
       
    56 </ul>
       
    57 <note>
       
    58 <p>For demonstration purposes, the sections on resources contain examples
       
    59 with arbitrary values. In your own code, it is recommend that you use a system
       
    60 of easy to remember value names.</p>
       
    61 </note>
       
    62 <p>For an introduction to the UI, see <xref href="GUID-0F593BE1-1220-4403-B04E-B8E8A9A49701.dita">UI concepts</xref>.</p>
       
    63 <p>For more information on resources, resource files, and their use in
       
    64 the Symbian OS, see <xref href="jar:GUID-35228542-8C95-4849-A73F-2B4F082F0C44.jar!/sdk/doc_source/guide/System-Libraries-subsystem-guide/bafl94/InterfaceToResourceFiles/InterfaceToResourceFilesOverview.guide.html" format="application/java-archive">Resource
       
    65 Files</xref>.</p>
       
    66 </conbody></concept>