New window
Solved
Mobile and Embedded
-
Hi,
Can you give more details about what you are trying to do ?
-
When I click on a button , i would like that a new window opens
onClicked:{ var component = Qt.createComponent("Register.qml") ; var window = component.createObject(root); window.show() }
On desktop, it works, but in mobile the smartphone freeze, and no new window opens
-
Check that the file can be found. I suspect that they are not in the place you think they should go.
-
How do you know it's active and not shown ?