> -----Original Message----- > From: interest-bounces+kai.koehne=digia....@qt-project.org > [mailto:interest-bounces+kai.koehne=digia....@qt-project.org] On Behalf > Of VStevenP > Sent: Wednesday, December 19, 2012 1:34 AM > To: interest > Subject: [Interest] problem in rc2 using focus property on an inner element? > > I am noticing a new message output when running a colleague's app on Qt5 > rc2 qmlscene. > > The message is: > Cannot create accessible interface for object: QQuickItem(0x8e89950) > > It occurs due to the use of using the focus property in a ListView element > that is nested in an encapsulating Item that also contains other elements. > > This message is generated every time I click on an item in the list, with a > different address displayed in the message for each item. > > The code is simply setting focus: true in the ListView.
The message stems from qtbase/src/gui/qaccessible (as you can easily verify by setting the QT_MESSAGE_PATTERN environment variable to e.g. "%{file}:%{line}: %{message}"). Could you maybe create a bugreport at bugreports.qt-project.org , preferably with a stack trace? You should be able to get one by e.g. setting QT_FATAL_WARNINGS to 1. Regards Kai _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest