hi,
I am using GameWindow as the main item in Main.qml with an id:gameWindow
In a Scene file i use some anchors for example to get a picture fullscreen and beyond the “save” zones.
in “test” mode de anchors.fill: scene.gameWindowAnchorItem works fine and also anchors.fill: scene.fullWindowAnchorItem
in “publish” mode i get an error : “TypeError: Type error” and it does not work anymore.
somehow this works:
anchors.left: scene.fullWindowAnchorItem.left
anchors.top: scene.fullWindowAnchorItem.top
anchors.right: scene.fullWindowAnchorItem.right
anchors.bottom: scene.fullWindowAnchorItem.bottom
any ideas?
cheers,
Bas