Re: [Interest] Awkward Javascript problem

2017-11-30 Thread Nuno Santos
he point at which you run this code? > > Mark T > > From: Interest > [mailto:interest-bounces+mark.tucker=airborne.a...@qt-project.org] On Behalf > Of Nuno Santos > Sent: 30 November 2017 10:11 > To: Qt Project MailingList <interest@qt-project.org> > Subject

Re: [Interest] Awkward Javascript problem

2017-11-30 Thread Mark Tucker
30 November 2017 10:11 To: Qt Project MailingList <interest@qt-project.org> Subject: [Interest] Awkward Javascript problem Hi, I usually register a controller property that points to a Controller classe when I start my Qt apps. I can then access the controller from any point of the code

[Interest] Awkward Javascript problem

2017-11-30 Thread Nuno Santos
Hi, I usually register a controller property that points to a Controller classe when I start my Qt apps. I can then access the controller from any point of the code in Javascript: quickView->rootContext()->setContextProperty("controller", ); Curiously, I’m having an issue in which inside a