White screen for C++/QML application
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
Nikos <geronik... @gmail.com>
Date: Fri, 4 Mar 2011 03:25:01 -0800 (PST)
Local: Fri, Mar 4 2011 6:25 am
Subject: White screen for C++/QML application
Hi there,
I run my Qml application and when the time to show comes, a white
screen is shown. Anybody met this situation again?
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Krzysztof Klinikowski <kkszy... @gmail.com>
Date: Fri, 4 Mar 2011 12:41:46 +0100
Local: Fri, Mar 4 2011 6:41 am
Subject: Re: White screen for C++/QML application
Works for me, at least on Sergey branch ;)
--
Best regards, Krzysztof Klinikowski
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Geoff <geoffroyl... @gmail.com>
Date: Fri, 4 Mar 2011 09:07:52 -0800 (PST)
Local: Fri, Mar 4 2011 12:07 pm
Subject: Re: White screen for C++/QML application
Hi,
I have exactly the same problem.
It seems that the app can't find the .qml files on launching.
On Mar 4, 12:25 pm, Nikos <geronik... @gmail.com> wrote:
> Hi there,
> I run my Qml application and when the time to show comes, a white
> screen is shown. Anybody met this situation again?
--
Geoff
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Jonny <jhe... @snappyappz.com>
Date: Fri, 4 Mar 2011 14:40:40 -0800 (PST)
Local: Fri, Mar 4 2011 5:40 pm
Subject: Re: White screen for C++/QML application
Did you add QDeclaritive to OtherFiles->android->res->values in your
app dir?
See this video at minute 3.49;
http://labs.qt.nokia.com/2011/02/28/necessitas/
Cheers,
Jon
On Mar 4, 12:07 pm, Geoff <geoffroyl... @gmail.com> wrote:
> Hi,
> I have exactly the same problem.
> It seems that the app can't find the .qml files on launching.
> On Mar 4, 12:25 pm, Nikos <geronik... @gmail.com> wrote:
> > Hi there,
> > I run my Qml application and when the time to show comes, a white
> > screen is shown. Anybody met this situation again?
> --
> Geoff
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Alessandro Portale <alessandro.port... @googlemail.com>
Date: Sat, 5 Mar 2011 12:33:13 -0800 (PST)
Local: Sat, Mar 5 2011 3:33 pm
Subject: Re: White screen for C++/QML application
I assume that you used the Qt Quick App wizard of Qt Creator in order
to create your application. The resulting code of that wizard relies
on qmake's "DEPLOYMENT" feature which right now is not supported by
Necessitas. (I am clueless whether Android allows raw file deployment
at all).
However, your white screen may occur because the files are not on the
device.
The qml demos from the video use .qrc files instead, which compile the
qml files into the main binary. See http://chaos.troll.no/~aportale/android-qt-demos/android-qt-demos.zip
Hope that helps,
Alessandro
On Mar 4, 11:25 am, Nikos <geronik... @gmail.com> wrote:
> Hi there,
> I run my Qml application and when the time to show comes, a white
> screen is shown. Anybody met this situation again?
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Nikos <geronik... @gmail.com>
Date: Sat, 5 Mar 2011 13:58:19 -0800 (PST)
Local: Sat, Mar 5 2011 4:58 pm
Subject: Fwd: White screen for C++/QML application
Thanks for the help, it is working ! Embedding external , raw files
into the deployment package is an essential think, and I suppose that
it is supported by Android.
I know that there is a thing called Assets.. I will try to find out
more about this and post again.
---------- Forwarded message ----------
From: Alessandro Portale <alessandro.port
... @googlemail.com>
Date: Mar 5, 10:33 pm
Subject: White screen for C++/QML application
To: android-qt
I assume that you used the Qt Quick App wizard of Qt Creator in order to create your application. The resulting code of that wizard relies on qmake's "DEPLOYMENT" feature which right now is not supported by Necessitas. (I am clueless whether Android allows raw file deployment at all).
However, your white screen may occur because the files are not on the device.
The qml demos from the video use .qrc files instead, which compile the qml files into the main binary. Seehttp://chaos.troll.no/~aportale/android-qt-demos/android-qt-demos.zip
Hope that helps, Alessandro
On Mar 4, 11:25 am, Nikos <geronik... @gmail.com> wrote:
> Hi there,
> I run my Qml application and when the time to show comes, a white > screen is shown. Anybody met this situation again?
You must
Sign in before you can post messages.
You do not have the permission required to post.