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