Re: [Qt-qml] Animation events

2010-09-27 Thread michael.brasser
On 27/09/2010, at 9:53 PM, ext Jason H wrote: > Thanks, I got it working. It's onCompleted. And I'm using your alias trick. > > Is there documentation on how to use signals/slots from QML? I looked through > and didn't see anything on how to define your own signals in QML The documentation for a

Re: [Qt-qml] Animation events

2010-09-27 Thread Jason H
okia.com" To: scorp...@yahoo.com Cc: qt-qml@trolltech.com Sent: Sun, September 26, 2010 7:45:09 PM Subject: Re: [Qt-qml] Animation events Hi Jason, Sorry, I should have been more explicit in that example. "onAnimationFinished" was meant as a hypothetical signal -- you can define

Re: [Qt-qml] Animation events

2010-09-26 Thread michael.brasser
e to assign [undefined] to QObject* > target" and > "QML Connections: Cannot assign to non-existent property > "onAnimationFinished" > > I've tried various targets. > > - Original Message ---- > From: "michael.bras...@nokia.com" > To: sc

Re: [Qt-qml] Animation events

2010-09-25 Thread martin.jones
. From: qt-qml-boun...@trolltech.com [qt-qml-boun...@trolltech.com] On Behalf Of ext Jason H [scorp...@yahoo.com] Sent: Saturday, 25 September 2010 12:01 PM To: Jason H; Brasser Michael (Nokia-MS-Qt/Brisbane) Cc: qt-qml@trolltech.com Subject: Re: [Qt-qml] Animation events I still can't

Re: [Qt-qml] Animation events

2010-09-24 Thread Jason H
t-qml@trolltech.com Sent: Fri, September 24, 2010 8:13:58 AM Subject: Re: [Qt-qml] Animation events Thanks Michael. I can't seem to find my animation. the A.qml is: Rectangle { id: redRect SequentialAnimation { id: mainAnimation } } When I specify the target, I get "U

Re: [Qt-qml] Animation events

2010-09-24 Thread Jason H
on-existent property "onAnimationFinished" I've tried various targets. - Original Message From: "michael.bras...@nokia.com" To: scorp...@yahoo.com Cc: qt-qml@trolltech.com Sent: Fri, September 24, 2010 1:56:10 AM Subject: Re: [Qt-qml] Animation events On 24/09/2

Re: [Qt-qml] Animation events

2010-09-23 Thread michael.brasser
On 24/09/2010, at 11:47 AM, ext Jason H wrote: > I know I've asked something like this before, but I've never gotten anything > to > work like I wanted. Plus it's mutated over time. > I have a collection of components. I will start an animation in the first > component. When the animation comple

[Qt-qml] Animation events

2010-09-23 Thread Jason H
I know I've asked something like this before, but I've never gotten anything to work like I wanted. Plus it's mutated over time. I have a collection of components. I will start an animation in the first component. When the animation completes, I want it to consult an external source (database,