Read-only archive of the All About Symbian forum (2001–2013) · About this archive

cone 8 problem

1 replies · 1,378 views · Started 18 April 2006

hi all

i have developed an application in which i am using 2 pictures to show them in a list box by using a listbox in which two items 1. picture1 ,2. picture2 on clicking those items picture is displaying respectively but when i close my application in udeb by close application it gives cone8 panic . i read in sdk it's due to ,if i don't free any window resource , i completely free every resource , even then i am not getting where i am wrong.

if any body can suggest any pointer
thnx in advance

kavita

If you have not already found a solution for your problem, try to add this line in your code after calling a Set..or a Create.. method on your CEikImage object.

widgetImage->SetPictureOwnedExternally(EFalse);

Hope this may solve the problem

Regards
V R Krishna