Symbian3/PDK/Source/GUID-B02C762B-C452-4184-ABEA-4753E6CD47D2.dita
changeset 5 f345bda72bc4
parent 1 25a17d01db0c
child 9 59758314f811
--- a/Symbian3/PDK/Source/GUID-B02C762B-C452-4184-ABEA-4753E6CD47D2.dita	Tue Mar 30 11:42:04 2010 +0100
+++ b/Symbian3/PDK/Source/GUID-B02C762B-C452-4184-ABEA-4753E6CD47D2.dita	Tue Mar 30 11:56:28 2010 +0100
@@ -4,14 +4,17 @@
 "Eclipse Public License v1.0" which accompanies this distribution, 
 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
 <!-- Initial Contributors:
-	Nokia Corporation - initial contribution.
+    Nokia Corporation - initial contribution.
 Contributors: 
--->  <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"><concept id="GUID-B02C762B-C452-4184-ABEA-4753E6CD47D2" xml:lang="en"><title>Scalability</title><prolog><metadata><keywords></keywords></metadata></prolog><conbody>
+-->
+<!DOCTYPE concept
+  PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
+<concept id="GUID-B02C762B-C452-4184-ABEA-4753E6CD47D2" xml:lang="en"><title>Scalability</title><prolog><metadata><keywords/></metadata></prolog><conbody>
 <p>The term <i>scalability</i> refers to the ability of an application
 UI to function as designed in mobile devices with different screen resolutions
 or orientations. For example, in the figure below, the UI scales to fit both
 portrait and landscape orientations.</p>
-<fig id="GUID-573B32DC-5C53-47B2-8239-AA038E945E81"><title>Scaling</title><image href="GUID-5F9E2762-855A-4DE6-A11B-A5F0D51E19D9_d0e67243_href.png"></image></fig>
+<fig id="GUID-D889D539-AD96-4E67-A52A-EC14FF98E299"><title>Scaling</title><image href="GUID-A69D2707-CB47-42C2-A6E9-5FB9BD86A30B_d0e73770_href.png"/></fig>
 <p>When you enable scaling in your application, you allow your application
 to support the different display sizes, resolutions, and layouts for different
 devices based on the Symbian platform. The Symbian platform provides APIs
@@ -28,17 +31,17 @@
 <ul>
 <li><p>Layout information should not be hard-coded.</p>
 <itemgroup>
-<p> The Symbian platform provides the <xref href="jar:GUID-759FBC7F-5384-4487-8457-A8D4B76F6AA6.jar!/html/classAknLayoutUtils.html" format="application/java-archive"><parmname>AknLayoutUtils</parmname></xref> class
+<p> The Symbian platform provides the <parmname>AknLayoutUtils</parmname> class
 for building layouts from resource files.</p>
-<p>Note that you also need to <xref href="GUID-DD15F24B-0786-4531-A6C5-A5E70EBE2732.dita">override <parmname>CCoeControl::HandleResourceChange</parmname> and <parmname>CEikAppUi::HandleResourceChangeL</parmname></xref> in your
+<p>Note that you also need to <xref href="GUID-DD15F24B-0786-4531-A6C5-A5E70EBE2732.dita">override <parmname>CCoeControl::HandleResourceChange()</parmname> and <parmname>CEikAppUi::HandleResourceChangeL()</parmname></xref> in your
 application to draw your application again in the event that the orientation
 of the display changes.</p>
 </itemgroup>
 </li>
 <li><p>Scalable fonts should be used.</p>
 <itemgroup>
-<p>The Symbian platform provides methods in the <xref href="jar:GUID-759FBC7F-5384-4487-8457-A8D4B76F6AA6.jar!/html/classAknLayoutUtils.html" format="application/java-archive"><parmname>AknLayoutUtils</parmname></xref> for
-using logical fonts from an enumeration in the avkon.hrh file.</p>
+<p>The Symbian platform provides methods in the <parmname>AknLayoutUtils</parmname> for
+using logical fonts from an enumeration in the <parmname>avkon.hrh</parmname> file.</p>
 </itemgroup>
 </li>
 <li><p>Scalable icons should be used.</p>