On 10/07/2010, at 12:37 AM, ext Jason H wrote:

> So I dug more into it and got this:
> ListView{ 
>        id: lv
>        width: 1000
>        height: 700
>        anchors.fill: parent
>        model: visualModel
>        spacing: 10
>        NumberAnimation    on contentY {
>            from: 0
>            to: contentHeight
>            duration: 10000
>            easing: Easing.Linear
>        }
>    }
> However I get 2 messages:
> Unable to assign double to QEasingCurve // easing: Easing.Linea

Sorry, I should have written

        easing.type: Easing.Linear

instead of 

        easing: Easing.Linear


> 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?


regards,

Bea


_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-qml

Reply via email to