Re: [Development] potential bug with qml context properties

2013-09-23 Thread Nurmi J-P
On Sep 23, 2013, at 6:12 PM, Matt Broadstone wrote: > On Fri, Sep 20, 2013 at 9:57 AM, Matt Broadstone wrote: > Hi, > I'm running into a strange error related to context properties in qml. > Basically, I'm trying to expose a QQmlPropertyMap into the context of my > QQmlApplicationEngine, and

Re: [Development] potential bug with qml context properties

2013-09-23 Thread Matt Broadstone
On Fri, Sep 20, 2013 at 9:57 AM, Matt Broadstone wrote: > Hi, > I'm running into a strange error related to context properties in qml. > Basically, I'm trying to expose a QQmlPropertyMap into the context of my > QQmlApplicationEngine, and within the qml set up a "recursive" binding so > that chan

[Development] potential bug with qml context properties

2013-09-20 Thread Matt Broadstone
Hi, I'm running into a strange error related to context properties in qml. Basically, I'm trying to expose a QQmlPropertyMap into the context of my QQmlApplicationEngine, and within the qml set up a "recursive" binding so that changes to that map from C++ are expressed in qml, and vica versa. This