Re: [Interest] Loader keyboard problem

2014-08-14 Thread m...@rpzdesign.com
> Regards, > Michael > > > Date: Wed, 13 Aug 2014 09:40:27 -0700 > From: rpzrpz...@gmail.com > To: interest@qt-project.org > Subject: Re: [Interest] Loader keyboard problem > > Oops, I did not finish describing what was the pro

Re: [Interest] Loader keyboard problem

2014-08-14 Thread Michael Brasser
: rpzrpz...@gmail.com To: interest@qt-project.org Subject: Re: [Interest] Loader keyboard problem Oops, I did not finish describing what was the problem with the Loader Sample. The Listview on the Loader for screen1.qml does not work with keyboard navigation, but when loaded as a component, the

Re: [Interest] Loader keyboard problem

2014-08-14 Thread Bo Thorsen
Den 13-08-2014 18:37, mark diener skrev: > I am having some strange behavior with a Loader sample program > for QtQuick 2.2 > Keyboard navigation under OSX Mavericks does not work for the loader > ... Hi Mark, I have had a bunch of keyboard focus issues with Qt 5 that weren't there in Qt 4

[Interest] Loader keyboard problem

2014-08-13 Thread mark diener
I am having some strange behavior with a Loader sample program for QtQuick 2.2 The Listview on Screen1.qml works Here is the main.qml file: import QtQuick 2.2 import QtQuick.Window 2.1 Window { id: mainwindow visible: true width: Screen.width height: Screen.height color: "bl