Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
White screen for C++/QML application
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
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:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Nikos  
View profile  
 More options Mar 4 2011, 6:25 am
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.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Krzysztof Klinikowski  
View profile  
 More options Mar 4 2011, 6:41 am
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.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Geoff  
View profile  
 More options Mar 4 2011, 12:07 pm
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.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonny  
View profile  
 More options Mar 4 2011, 5:40 pm
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alessandro Portale  
View profile  
 More options Mar 5 2011, 3:33 pm
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Fwd: White screen for C++/QML application" by Nikos
Nikos  
View profile  
 More options Mar 5 2011, 4:58 pm
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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »