On Thu, Jun 13, 2013 at 11:41 AM, Alan Alpert <4163654...@gmail.com> wrote:
> Bindings do not update when a purely JS variable changes, it can only
> respond to changes in QML properties. You could bind to something like
> stateObject.value, and still be able to use
> JS.setValue(stateObject.valu
Bindings do not update when a purely JS variable changes, it can only
respond to changes in QML properties. You could bind to something like
stateObject.value, and still be able to use
JS.setValue(stateObject.value + 1) if you wanted. But without going
through C++ though you couldn't make stateObj