still moving.
Sent: Thursday, June 30, 2016 at 9:17 AM
From: "Jérôme Godbout"
To: "Dmitry Volosnykh"
Cc: "Jason H" , "interestqt-project.org"
Subject: Re: [Interest] Problem with Loader loaded items showing
I think it's related to the value as
I think it's related to the value assigned after the Component is created.
The behavior kick in before the initial -width is assigned. This is because
the width is not computed before teh widget is rendered and width is known.
There's a few thing to try:
1- You may try to set Behavior enabled: fa
Hi, Jason,
you'd better provide complete example of your issue. Anyway, Loader is an
Item itself. Have you positioned it accordingly?
On Wed, Jun 29, 2016 at 6:44 PM Jason H wrote:
> I had a working app with a menu that slides in.
> I converted it to use a Loader to load the area that contains t
I had a working app with a menu that slides in.
I converted it to use a Loader to load the area that contains the menu and the
start page. Now the menu shows up when the app first starts.
Despite my Menu.qml being:
Item {
id: menu
x: -width //I should be off-screen!
visib