Symbian3/PDK/Source/GUID-2B6DF036-F127-533C-A7A6-CD27BD3C5FED.dita
changeset 5 f345bda72bc4
child 14 578be2adaf3e
equal deleted inserted replaced
4:4816d766a08a 5:f345bda72bc4
       
     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-2B6DF036-F127-533C-A7A6-CD27BD3C5FED" xml:lang="en"><title>Category:
       
    13 Form</title><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <p>Text Views panics:</p>
       
    15 <table id="GUID-028497B7-4FBF-530E-ACD3-933F51B99790">
       
    16 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
       
    17 <tbody>
       
    18 <row>
       
    19 <entry><p>201</p> </entry>
       
    20 <entry><p>A NULL layout handle was passed to <xref href="GUID-CF377A98-F11F-380F-AD10-7F3E261D4421.dita#GUID-CF377A98-F11F-380F-AD10-7F3E261D4421/GUID-026AE686-D21F-3093-A9FB-25D0DC4B87B3"><apiname>CTextView::NewL()</apiname></xref>,
       
    21 or to <xref href="GUID-CF377A98-F11F-380F-AD10-7F3E261D4421.dita#GUID-CF377A98-F11F-380F-AD10-7F3E261D4421/GUID-0C7AA600-6699-32F2-A8C7-EC3C0443E674"><apiname>CTextView::SetLayout()</apiname></xref>.</p> </entry>
       
    22 </row>
       
    23 <row>
       
    24 <entry><p>202</p> </entry>
       
    25 <entry><p>The character edit type in <xref href="GUID-CF377A98-F11F-380F-AD10-7F3E261D4421.dita#GUID-CF377A98-F11F-380F-AD10-7F3E261D4421/GUID-8754535A-BC3C-38F5-AEED-24AE6E199E09"><apiname>CTextView::HandleCharEditL()</apiname></xref> was
       
    26 unknown or incompatible with the format changed value. Debug builds only. </p> </entry>
       
    27 </row>
       
    28 <row>
       
    29 <entry><p>203 </p> </entry>
       
    30 <entry><p>The horizontal scroll jump value was set to be outside the allowable
       
    31 range (0 to 9999).</p> </entry>
       
    32 </row>
       
    33 <row>
       
    34 <entry><p>300</p> </entry>
       
    35 <entry><p>An invalid document position was specified (e.g. negative or greater
       
    36 than the document length).</p> </entry>
       
    37 </row>
       
    38 <row>
       
    39 <entry><p>400</p> </entry>
       
    40 <entry><p>Drawing error occurs while attempting to draw a line cursor without
       
    41 a line cursor bitmap having been set.</p> </entry>
       
    42 </row>
       
    43 <row>
       
    44 <entry><p>500</p> </entry>
       
    45 <entry><p>Pagination error occurs while attempting to paginate without a document
       
    46 having been set.</p> </entry>
       
    47 </row>
       
    48 <row>
       
    49 <entry><p>501</p> </entry>
       
    50 <entry><p>Pagination error occurs while appending zero or negative characters
       
    51 per page to the page list (array of characters per page). Debug builds only.</p> </entry>
       
    52 </row>
       
    53 <row>
       
    54 <entry><p>502</p> </entry>
       
    55 <entry><p>Pagination error occurs while the page list is empty. Debug builds
       
    56 only.</p> </entry>
       
    57 </row>
       
    58 <row>
       
    59 <entry><p>600</p> </entry>
       
    60 <entry><p>Printing error occurs while the page list has not been set or is
       
    61 defective.</p> </entry>
       
    62 </row>
       
    63 <row>
       
    64 <entry><p>601</p> </entry>
       
    65 <entry><p>Printing error occurs while an invalid page number was specified.
       
    66 Debug builds only.</p> </entry>
       
    67 </row>
       
    68 <row>
       
    69 <entry><p>702</p> </entry>
       
    70 <entry><p>Document formatting error occurs while the selected range flag is
       
    71 on but the selection has zero length. Debug builds only.</p> </entry>
       
    72 </row>
       
    73 <row>
       
    74 <entry><p>704</p> </entry>
       
    75 <entry><p>Document formatting error occurs while the pixel position of the
       
    76 cursor is inconsistent with the position of its bounding line rectangle.</p> </entry>
       
    77 </row>
       
    78 <row>
       
    79 <entry><p>705</p> </entry>
       
    80 <entry><p>Document formatting error occurs while the scroll caused by a single
       
    81 character edit was incomplete. Debug builds only.</p> </entry>
       
    82 </row>
       
    83 <row>
       
    84 <entry><p>800</p> </entry>
       
    85 <entry><p><codeph>CTextView::HandleCharEditL()</codeph> was called while there
       
    86 is a text selection. Debug builds only.</p> </entry>
       
    87 </row>
       
    88 <row>
       
    89 <entry><p>801</p> </entry>
       
    90 <entry><p>An attempt was made to update the view when the document formatting
       
    91 is out of date. Debug builds only.</p> </entry>
       
    92 </row>
       
    93 <row>
       
    94 <entry><p>802</p> </entry>
       
    95 <entry><p>An attempt was made to handle a text edit while background formatting
       
    96 is taking place. Debug builds only.</p> </entry>
       
    97 </row>
       
    98 <row>
       
    99 <entry><p>901</p> </entry>
       
   100 <entry><p>A scroll was requested, but the specified amount to scroll by is
       
   101 zero. Debug builds only.</p> </entry>
       
   102 </row>
       
   103 <row>
       
   104 <entry><p>902</p> </entry>
       
   105 <entry><p>An algorithmic error occurred while scrolling. Debug builds only.</p> </entry>
       
   106 </row>
       
   107 <row>
       
   108 <entry><p>903</p> </entry>
       
   109 <entry><p>An error occurred when scrolling down. Debug builds only.</p> </entry>
       
   110 </row>
       
   111 <row>
       
   112 <entry><p>904</p> </entry>
       
   113 <entry><p>An error occurred when scrolling up. Debug builds only.</p> </entry>
       
   114 </row>
       
   115 <row>
       
   116 <entry><p>905</p> </entry>
       
   117 <entry><p>Invalid horizontal scroll value specified</p> </entry>
       
   118 </row>
       
   119 <row>
       
   120 <entry><p>1000</p> </entry>
       
   121 <entry><p>Out of memory. Debug builds only.</p> </entry>
       
   122 </row>
       
   123 <row>
       
   124 <entry><p>1001</p> </entry>
       
   125 <entry><p>An attempt was made to recover from an out of memory condition when
       
   126 no out of memory condition has occurred. Debug builds only.</p> </entry>
       
   127 </row>
       
   128 <row>
       
   129 <entry><p>1100</p> </entry>
       
   130 <entry><p>The cursor is not fully on the screen following a scroll. Debug
       
   131 builds only.</p> </entry>
       
   132 </row>
       
   133 <row>
       
   134 <entry><p>1104</p> </entry>
       
   135 <entry><p>The document position was out of range for the current source document.</p> </entry>
       
   136 </row>
       
   137 <row>
       
   138 <entry><p>1200</p> </entry>
       
   139 <entry><p>An attempt was made to turn highlighting on or off when the view
       
   140 is in the no visible highlighting state. Debug builds only.</p> </entry>
       
   141 </row>
       
   142 <row>
       
   143 <entry><p>1202</p> </entry>
       
   144 <entry><p>An attempt was made to create a graphics context for the view when
       
   145 one already exists. Debug builds only.</p> </entry>
       
   146 </row>
       
   147 <row>
       
   148 <entry><p>1301</p> </entry>
       
   149 <entry><p>A leave occurred when scrolling to change the cursor position.</p> </entry>
       
   150 </row>
       
   151 <row>
       
   152 <entry><p>1302</p> </entry>
       
   153 <entry><p>The cursor movement specified is inconsistent with the function
       
   154 call. Debug builds only.</p> </entry>
       
   155 </row>
       
   156 <row>
       
   157 <entry><p>1303</p> </entry>
       
   158 <entry><p>There is a picture frame at the cursor position, but no picture
       
   159 frame is in memory. Debug builds only.</p> </entry>
       
   160 </row>
       
   161 <row>
       
   162 <entry><p>1304</p> </entry>
       
   163 <entry><p>The value of a system constant has been changed. Debug builds only.</p> </entry>
       
   164 </row>
       
   165 </tbody>
       
   166 </tgroup>
       
   167 </table></conbody></concept>