| 0 | EAknPanicFormattedCellListInvalidBitmapIndex |
| 1 | EAknPanicNoSuchControlInStack |
| 2 | EAknPanicListboxUndefined |
| 3 | EAknPanicListboxSizeIsNotAccordingToLAFSpec |
| 4 | EAknPanicListboxShortcutValueNotHandled |
| 5 | EAknPanicListboxShortcutInvalidValue |
| 6 | EAknPanicOutOfRange |
| 7 | EAknPanicListboxLayoutProblem |
| 8 | EAknPanicLAF |
| 9 | EAknPanicLayoutResourceProblem |
| 10 | EAknPopupCorrupt |
| 11 | EAknPanicNullPointer |
| 12 | EAknPanicLayoutMismatchBetweenMarginsAndParentRect |
| 13 | EAknPanicLayoutTextResourceProblem |
| 14 | EAknPanicLayoutRectResourceProblem |
| 15 | EAknPanicLayoutEdwinResourceProblem |
| 16 | EAknPanicLayoutMfneResourceProblem |
| 17 | EAknPanicLayoutControlResourceProblem |
| 18 | EAknPanicLayoutIncorrectEdwinSize |
| 19 | EAknPanicLayoutControlSetRectChangedControlSize |
| 20 | EAknPanicNoAnimationData |
| 21 | EAknPanicUnknownAnimationType |
| 22 | EAknPanicNoUserAnimation |
| 23 | EAknPanicAnimationCorrupt |
| 24 | EAknPanicDCADecoratorIndexOutOfRange |
| 25 | EAknPanicPopupFieldListInvalidDecorator |
| 26 | EAknPanicPopupFieldInvalidValue |
| 27 | EAknPanicPopupFieldUninitialisedMember |
| 28 | EAknPanicPopupFieldEditComboInsufficientSize |
| 29 | EAknPanicQueryTimeArrayTimeFormatLeave |
| 30 | EAknPanicLayoutTextNotCalled |
| 31 | EAknPanicLayoutRectNotCalled |
| 32 | EAknStatusPaneUidIndic |
| 33 | EAknPanicLayoutDoesNotExists |
| 34 | EAknPanicListBoxLayoutDecoratorMemoryAllocation |
| 35 | EAknPanicPopupFieldUndefinedMode |
| 36 | EAknPanicPopupFieldWrongMode |
| 37 | EAknPanicPopupFieldSelectionListDoesntExist |
| 38 | EAknPanicPopupFieldSelectionListAlreadyExists |
| 39 | EAknPanicPopupFieldListNotImplemented |
| 40 | EAknPanicPopupFieldArrayIsEmpty |
| 41 | EAknPanicLayoutPopupFieldResourceProblem |
| 42 | EAknPanicInvalidResourceData |
| 43 | EAknPanicListBoxNotSupportedByListQuery |
| 44 | EAknPanicQueryDateArrayTimeFormatLeave |
| 45 | EAknPanicPopupFieldCBADoesntExist |
| 46 | EAknPanicPopupSettingListMenuListDoesntExist |
| 47 | EAknPanicPopupSettingListMenuListAlreadyExists |
| 48 | EAknPanicPopupSettingListListNotImplemented |
| 49 | EAknPanicLayoutPopupSettingListResourceProblem |
| 50 | EAknPanicPopupSettingListInvalidValue |
| 51 | EAknPanicPopupSettingListUninitialisedMember |
| 52 | EAknPanicOverflow |
| 53 | EAknPanicKeyLockObserverAlreadyExists |
| 54 | EAknPanicKeyLockObserverNotFound |
| 55 | EAknPanicQueryValueInvalidMode |
| 56 | EAknPanicNotSupported |
| 57 | EAknPanicWrongListBoxTypeUsedInPopupWindow |
| 58 | EAknPanicInvalidValue |
| 59 | EAknPanicObjectNotFullyConstructed |
| 60 | EAknPanicSelfCheckFailure |
| 61 | EAknPanicLayoutMissing_AknLayout |
| 62 | EAknPanicLayoutMissing_ApacLayout |
| 63 | EAknPanicInconsistentDescriptors |
| 64 | EAknPanicListBoxItemDrawerNotCreated |
| 65 | EAknPanicLayoutMissing_CdlFont |
| 66 | EAknPanicFontProvisionFailure |
| 67 | EAknPanicNotifierPluginCreationFailure |
| 68 | EAknPanicPopupFieldNoFieldRectSet |
| 69 | EAknPanicWindowGroupNotInTaskList |
| 70 | EAknPanicInconsistentUnits |
| 71 | EAknPanicRadioButtonSettingPageListDoesntExist |
| 72 | EAknPanicLayoutConfigBadScreenModeIndex |
| 73 | EAknPanicLayoutConfigBadHardwareStateIndex |
| 74 | EAknPanicSgccLayoutConfigNull |
| 75 | EAknPanicLayoutConfigUnpackFail |
Thanx Eric for ur work here.
I m getting Avkon 6 panic while constructing a single style list box in the statement "ConstructFromResourceL".
Here is my code
CEikTextListBox * selectionList = new(ELeave) CAknSingleNumberStyleListBox();selectionList->ConstructL(this);
selectionList->SetContainerWindowL(*this);
TResourceReader resReader;
iEikonEnv->CreateResourceReaderLC(resReader, R_SYMBIAN4_LISTBOX);
selectionList->ConstructFromResourceL(resReader);//PANIC
CleanupStack::PopAndDestroy();
SizeChanged();
ActivateL();
DrawNow();
CleanupStack::PopAndDestroy();
What is it that goes Out Of Range ,I really dont understand
I tried to solve the problem by going through the forum topics but couldn't.
So i thought this would be the best place to ask.
Plz help me I m really stuck here.
Thanx.
The problem is probably in the definition of R_SYMBIAN4_LISTBOX so you should post the resource definition. Can you also create a topic discussion in the forum (and link it from a further response here, it will be easier to answer and find for other people).
Hi eric.
I ve created the forum topic .
http://www.newlc.com/forum/avkon-6-panic
Thanx for your immidiate response.
********Edited:
for some reason link is not working.
Plz copy and paste URL.