Symbian’s context-sensitive help system can be a beast of its own – especially, as its HlpModel panics have not been documented anywhere.
Thanks to the USB stick from the Mobile World Congress, I now present you the official list – taken right from the Symbian Os source code:
// Enums
enum THlpPanic
{
EHlpNoRowAtCursor,
EHlpInvalidView,
EHlpInvalidTDbCol,
EHlpInvalidTDbKeyCol,
EHlpInvalidColName,
EHlpInvalidTableName,
EHlpInvalidComparison,
EHlpInvalidQuery,
EHlpDatabaseInTransaction,
EHlpDatabaseNotInTransaction,
EHlpNoCriterion,
EHlpNoCategoryList,
EHlpNoPictureFactory,
EHlpNoPictureStore,
EHlpNoHelpList,
EHlpNoItem,
EHlpNoTopic,
EHlpNoView,
EHlpAsynchSearchError,
EHlpTopicNoRowsInView,
EHlpFault,
EHlpUnlocatedHelpPicture,
EHlpNotEnoughZoomRatios,
EHlpNoHelpModelPointer,
//
EHlpLast
};
If that doesn’t help, what does
Related posts:
