Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User sliponoga's Avatar
    Join Date
    Apr 2006
    Posts
    47
    I'am getting strange errors with combination mentioned in title. There is a view which creates and pushes onto control's stack a compound control. Compound control contains CAknDoubleStyleListBox and CAknSearchField. Due to great number of items managed by model I have to fill CTextListBoxModel using some kind of CActive. Since CAknWaitNoteWrapper wraps CActive, is seems to be very good solution. User is informed about long lasting process and able to interrupt filling CTextListBoxModel from DBMS. Everything is ok until user tries to switch between list and detail view (invoke form allowing to edit selected item's details). Form is waiting using built-in CActive. After returning from form's OkToExitL model is filled again with items from DBMS. Now problem occurs. CAknWaitNoteWrapper's ExecuteL panics with E32USER-CBase 21 without even entering MAknBackgroundProcess's StepL, IsProcessDone or DialogDismissedL. After checking cleanup stack's possible content I'am stuck with this problem. Any suggestions?

  2. #2
    Nokia Developer Champion kiran10182's Avatar
    Join Date
    Mar 2006
    Location
    Helsinki, Finland
    Posts
    8,236
    Hi,

    Cause for E32USER-CBase 21:
    This panic is raised by any operation which accesses an element of an array by explicit reference to an index number, for example, the Delete(), InsertL() and At() member functions or the operator Operator[]. It is caused by specifying an index value which is either negative or is greater than or equal to the number of objects currently within the array.
    I hope this will take you further.
    Regards.
    Kiran.

Similar Threads

  1. Error E32USER - CBase 21
    By PankajNeve in forum Symbian C++
    Replies: 10
    Last Post: 2007-11-27, 10:18
  2. E32User Cbase 21
    By Tina_Tibrewal in forum Symbian User Interface
    Replies: 3
    Last Post: 2006-10-05, 11:13
  3. program closed ERROR: E32USER Cbase 63
    By jha_pankaj18 in forum Symbian User Interface
    Replies: 1
    Last Post: 2004-05-12, 20:17

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved