diff -r 7a31f7298d8f -r 0c91f0baec58 crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/Form.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/Form.xml Wed Apr 21 09:51:02 2010 +0300 @@ -0,0 +1,131 @@ + + + Form + <p>Text Views panics: </p> + + + 201 + <p> A NULL layout handle was passed to <code>CTextView::NewL()</code>, or to <code>CTextView::SetLayout()</code> </p> + + + 202 + <p> The character edit type in <code>CTextView::HandleCharEditL()</code> was unknown or incompatible with the format changed value. Debug builds only. </p> + + + 203 + <p> The horizontal scroll jump value was set to be outside the allowable range (0 to 9999). </p> + + + 300 + <p> An invalid document position was specified (e.g. negative or greater than the document length). </p> + + + 400 + <p> Drawing error: attempting to draw a line cursor without a line cursor bitmap having been set. </p> + + + 500 + <p>Pagination error: attempting to paginate without a document having been set. </p> + + + 501 + <p> Pagination error: appending zero or negative characters per page to the page list (array of characters per page). Debug builds only. </p> + + + 502 + <p> Pagination error: page list is empty. Debug builds only. </p> + + + 600 + <p> Printing error: the page list has not been set or is defective. </p> + + + 601 + <p> Printing error: an invalid page number was specified. Debug builds only. </p> + + + 702 + <p> Document formatting error: the selected range flag is on but the selection has zero length. Debug builds only. </p> + + + 704 + <p> Document formatting error: the pixel position of the cursor is inconsistent with the position of its bounding line rectangle. </p> + + + 705 + <p> Document formatting error: the scroll caused by a single character edit was incomplete. Debug builds only. </p> + + + 800 + <p> CTextView::HandleCharEditL()</code> was called while there is a text selection. Debug builds only. </p> + + + 801 + <p> An attempt was made to update the view when the document formatting is out of date. Debug builds only. </p> + + + 802 + <p> An attempt was made to handle a text edit while background formatting is taking place. Debug builds only. </p> + + + 901 + <p>A scroll was requested, but the specified amount to scroll by is zero. Debug builds only. </p> + + + 902 + <p> An algorithmic error occurred while scrolling. Debug builds only. </p> + + + 903 + <p> An error occured when scrolling down. Debug builds only. </p> + + + 904 + <p> An error occured when scrolling up. Debug builds only. </p> + + + 905 + <p> Invalid horizontal scroll value specified </p> + + + 1000 + <p> Out of memory. Debug builds only. </p> + + + 1001 + <p> An attempt was made to recover from an out of memory condition when no out of memory condition has occured. Debug builds only. </p> + + + 1100 + <p>The cursor is not fully on the screen following a scroll. Debug builds only. </p> + + + 1104 + <p> The document position was out of range for the current source document. </p> + + + 1200 + <p> An attempt was made to turn highlighting on or off when the view is in the no visible highlighting state. Debug builds only. </p> + + + 1202 + <p>An attempt was made to create a graphics context for the view when one already exists. Debug builds only. </p> + + + 1301 + <p> A leave occurred when scrolling to change the cursor position. </p> + + + 1302 + <p> The cursor movement specified is inconsistent with the function call. Debug builds only. </p> + + + 1303 + <p> There is a picture frame at the cursor position, but no picture frame is in memory. Debug builds only. </p> + + + 1304 + <p> The value of a system constant has been changed. Debug builds only. </p> + + + \ No newline at end of file