[Qt-qml] QML Questions
bea.lam at nokia.com
bea.lam at nokia.com
Mon Jul 12 03:03:56 CEST 2010
>
>
>> Unable to assign [undefined] to double to // to: contentHeight
>>
>
> Not sure about this error - I can't reproduce it myself. Could you file a bug with a standalone example?
Ah, it looks like the error shows up if the ListView is enclosed within a parent item. To avoid this error, refer to contentHeight as 'lv.contentHeight' to make it clear you are referring to a property of the ListView and not the NumberAnimation.
More information about the Qt-qml
mailing list