I am facing problem while rendering QML screen on one of the development boards

On some of the screens I have throbber gif image where I can see the background color of the screen as shown in this image. Issue of refresh in QML

on some screen I have list view which I am updating through JavaScript, which is not taking effect as I am not able to see the updated image/text in the list view elements.

Is this some kind of issue related to refreshing screen .

The same code runs fine on Ix86 when compiled with QML on IX86.

link|improve this question
I'm facing very similar behaviour - were you able to determine the cause of this? – larsm Nov 16 '11 at 13:26
feedback

1 Answer

If the same code is fine when compiled for another platform, I expect the first platform has a buggy library.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.