Re: [Qt-qml] problem with transitions

2010-05-01 Thread Gianni Valdambrini
michael.bras...@nokia.com ha scritto: > Hi, > > On 23/04/2010, at 6:03 PM, ext Gianni Valdambrini wrote: >> michael.bras...@nokia.com ha scritto: >>> I'm having a hard time trying to reproduce the bug, as the attached >>> file only seems to be the component itsel

Re: [Qt-qml] problem with transitions

2010-04-27 Thread michael.brasser
Hi, On 23/04/2010, at 6:03 PM, ext Gianni Valdambrini wrote: michael.bras...@nokia.com ha scritto: I'm having a hard time trying to reproduce the bug, as the attached file only seems to be the component itself. Could you add an additional 'wrapper' file that sho

Re: [Qt-qml] problem with transitions

2010-04-23 Thread Gianni Valdambrini
michael.bras...@nokia.com ha scritto: Hi, On 22/04/2010, at 7:44 PM, ext Gianni Valdambrini wrote: michael.bras...@nokia.com ha scritto: On 20/04/2010, at 8:06 PM, ext Gianni Valdambrini wrote: I wrote a custom element that looks like a text element with a slide

Re: [Qt-qml] problem with transitions

2010-04-22 Thread michael.brasser
Hi, On 22/04/2010, at 7:44 PM, ext Gianni Valdambrini wrote: michael.bras...@nokia.com ha scritto: On 20/04/2010, at 8:06 PM, ext Gianni Valdambrini wrote: I wrote a custom element that looks like a text element with a slide effect on the text change. The problem

Re: [Qt-qml] problem with transitions

2010-04-22 Thread Gianni Valdambrini
Ivan De Marino ha scritto: > And here is a corrected version (with a diff). > Let me know if it works now. > This version doesn't work as I expected either (see the other email). Thanks, Gianni ___ Qt-qml mailing list Qt-qml@trolltech.com http://lists.t

Re: [Qt-qml] problem with transitions

2010-04-22 Thread Gianni Valdambrini
michael.bras...@nokia.com ha scritto: Hi, On 20/04/2010, at 8:06 PM, ext Gianni Valdambrini wrote: I wrote a custom element that looks like a text element with a slide effect on the text change. The problem is in the transition. The element works in this way: there are 2 text elements, one plac

Re: [Qt-qml] problem with transitions

2010-04-21 Thread Ivan De Marino
And here is a corrected version (with a diff). Let me know if it works now. On 20 April 2010 11:06, Gianni Valdambrini wrote: > Hi all, > I wrote a custom element that looks like a text element with a slide > effect on the text change. > The problem is in the transition. The element works in thi

Re: [Qt-qml] problem with transitions

2010-04-21 Thread Ivan De Marino
Check out also the grammar of "Behaviour"s. That changed as well. Anyway, if you are using the "4.7"/"4.7-stable" branch there is a changelog for "Declarative" in "src/declarative". So you never get "surprises". Rest assured that it's not like a "huge" change, but actually a set of improvements a

Re: [Qt-qml] problem with transitions

2010-04-20 Thread michael.brasser
Hi, On 20/04/2010, at 8:06 PM, ext Gianni Valdambrini wrote: > I wrote a custom element that looks like a text element with a slide > effect on the text change. > The problem is in the transition. The element works in this way: > there are 2 text elements, one placed on the left and the other on t

[Qt-qml] problem with transitions

2010-04-20 Thread Gianni Valdambrini
Hi all, I wrote a custom element that looks like a text element with a slide effect on the text change. The problem is in the transition. The element works in this way: there are 2 text elements, one placed on the left and the other on the right of the element. The latter has the same left and rig