Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Cascades Development

Reply
Developer
smiley
Posts: 1,106
Registered: ‎07-14-2008
My Carrier: Fido

9000 ERROR: Context: Object name problem

In my app I have two qml files.  The main and sub.

 

To load the sub and display the screen I use

 

    QmlDocument *qml = QmlDocument::create("asset:///subform.qml").parent(this);
    qml->setContextProperty("_mainApp",this);
    subSheet = qml->createRootObject<Sheet>();


When the screen is closed I use

 

delete subShett;

 

Now when I quit the application I get bunch of these.

 

default   9000  ERROR: Context: Object name=" "ImageData" " [objectId= 203 ] not
unrealized

 

are those memory leaks? How do I get rid of them?

 

Please use plain text.
New Contributor
devacto
Posts: 7
Registered: ‎12-19-2012
My Carrier: developer

Re: 9000 ERROR: Context: Object name problem

I am getting the same problem as well. Would appreciate any help.

Cheers!
Please use plain text.