December 20, 2010

syrianzoro syrianzoro
Lab Rat
63 posts

[solved] Component is not ready

 

when I tried to run the cppextension examples and after successful build using vs2008 this message appears on output page :

QDeclarativeComponent: Component is not ready
An error occurred

 Signature 

Qt is the future

10 replies

December 21, 2010

qtrahul qtrahul
Lab Rat
188 posts

Hi,

In all cases this error came from a syntax error (unbalanced {}), using a duplicate property or having fun with lists.

So check your model (if it is static) and your delegate file for syntax errors, e.g. load them in the qmlviewer and check if the error message is disappearing.

Best regards,

December 23, 2010

QtK QtK
Lab Rat
1140 posts

qtrahul wrote:
Hi,

In all cases this error came from a syntax error (unbalanced {}), using a duplicate property or having fun with lists.

So check your model (if it is static) and your delegate file for syntax errors, e.g. load them in the qmlviewer and check if the error message is disappearing.

Best regards,

Have you noticed the author mentioned that he is able to successful build using vs2008. So how could there be syntax errors.

December 23, 2010

Immii Immii
Ant Farmer
233 posts

I think this should help [zecke.blogspot.com] you.

December 23, 2010

syrianzoro syrianzoro
Lab Rat
63 posts

Thank you all,

It was a BUG and trolls have fixed it. in the newer version

 Signature 

Qt is the future

December 23, 2010

QtK QtK
Lab Rat
1140 posts

syrianzoro wrote:
Thank you all,

It was a BUG and trolls have fixed it. in the newer version

May be for others facing the same problem it might help if you can state more details like old version and new version and a reference to bug id if you have.

December 29, 2010

syrianzoro syrianzoro
Lab Rat
63 posts

I have no reference but in the newer version 7.1 they fix the problem that is all

 Signature 

Qt is the future

December 29, 2010

ixSci ixSci
Lab Rat
203 posts

Have you noticed the author mentioned that he is able to successful build using vs2008. So how could there be syntax errors.

qtrahul, has told about QML code not the C++ one.

December 29, 2010

QtK QtK
Lab Rat
1140 posts

I guess, the author is using a combination of QML and Qt C++ as he mentioned cpp extension.

December 29, 2010

QtK QtK
Lab Rat
1140 posts
syrianzoro wrote:
I have no reference but in the newer version 7.1 they fix the problem that is all

You can change and edit the post to indicate [solved] status.

October 10, 2011

Thanatos Thanatos
Lab Rat
20 posts

http://majewsky.wordpress.com/2011/01/07/qdeclarativecomponent-component-is-not-ready/

 
  ‹‹ .bin file from qml      Any way to smooth Gradients? ››

You must log in to post a reply. Not a member yet? Register here!