On Mon, Dec 27, 2010 at 5:20 AM, Girish Ramakrishnan
<[email protected]> wrote:

> When you have multiple changes in a state, you can control when the
> script gets executed in a transition using ScriptAction. For example,
> if you have 3 PropertyChange and a StateChangeScript, you can have the
> script execute after 2 PropertyChanges. With something like onEntered,
> the script would always have to run at the beginning of the
> transition.

Why not have just ScriptAction and onEntered, then? StateChangeScript
is a weird special case for ScriptAction that can execute arbitrary
script snippets as well...

-- 
Ville M. Vainio @@ Forum Nokia
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-qml

Reply via email to