Re: [Interest] iOS8: Qt 5.3.2 / QML , cannot get UIView from QQuickWindow anymore

2014-09-25 Thread Nils Heidorn
g > [interest-bounces+richard.gustavsen=digia@qt-project.org] på vegne > av Nils Heidorn [nils_heid...@gmx.de] > Sendt: 25. september 2014 11:28 > Til: interest@qt-project.org > Emne: Re: [Interest] iOS8: Qt 5.3.2 / QML , cannot get UIView from > QQuickWindow anymore >

Re: [Interest] iOS8: Qt 5.3.2 / QML , cannot get UIView from QQuickWindow anymore

2014-09-25 Thread Nils Heidorn
Hello Richard, thanks for the effort ! I have to ask, sorry about that: Are you doing this on iOS 8 ? Like i said, my code has not been changed since iOS 6, it just won't work anymore. I tried your topLevel advice and indeed my window() returns true to that request... Greetings, Nils Am 25.09

Re: [Interest] iOS8: Qt 5.3.2 / QML , cannot get UIView from QQuickWindow anymore

2014-09-25 Thread Gustavsen Richard
t: 25. september 2014 11:28 Til: interest@qt-project.org Emne: Re: [Interest] iOS8: Qt 5.3.2 / QML , cannot get UIView from QQuickWindow anymore Hi Richard, sadly the iOS version does matter. Maybe i explained it wrong. The lines i posted work perfectly well on iOS6 & 7. But in iOS8 the uivie

Re: [Interest] iOS8: Qt 5.3.2 / QML , cannot get UIView from QQuickWindow anymore

2014-09-25 Thread Nils Heidorn
ounces+richard.gustavsen=digia@qt-project.org > [interest-bounces+richard.gustavsen=digia@qt-project.org] på vegne > av Nils Heidorn [nils_heid...@gmx.de] > Sendt: 25. september 2014 09:43 > Til: interest@qt-project.org > Emne: [Interest] iOS8: Qt 5.3.2 / QML , cannot get UIView fro

Re: [Interest] iOS8: Qt 5.3.2 / QML , cannot get UIView from QQuickWindow anymore

2014-09-25 Thread Gustavsen Richard
på vegne av Nils Heidorn [nils_heid...@gmx.de] Sendt: 25. september 2014 09:43 Til: interest@qt-project.org Emne: [Interest] iOS8: Qt 5.3.2 / QML , cannot get UIView from QQuickWindow anymore Hi ! I got a problem since upgrading my iPad to iOS 8 (had to, customer wants me to continue developing

[Interest] iOS8: Qt 5.3.2 / QML , cannot get UIView from QQuickWindow anymore

2014-09-25 Thread Nils Heidorn
Hi ! I got a problem since upgrading my iPad to iOS 8 (had to, customer wants me to continue developing on iOS8 NOW). On iOS 7.x i was used to get the current uiview like this: UIView *view = static_cast(QGuiApplication::platformNativeInterface()->nativeResourceForWindow("uiview", window()));