[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 -
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,
-
[quote author="qtrahul" date="1292917919"]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,
[/quote]Have you noticed the author mentioned that he is able to successful build using vs2008. So how could there be syntax errors.
-
I think this should "help":http://zecke.blogspot.com/2010/08/tips-and-tricks-for-qml.html you.
-
Thank you all,
It was a BUG and trolls have fixed it. in the newer version
-
[quote author="syrianzoro" date="1293107709"]Thank you all,
It was a BUG and trolls have fixed it. in the newer version[/quote]
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.
-
I have no reference but in the newer version 7.1 they fix the problem that is all
-
I guess, the author is using a combination of QML and Qt C++ as he mentioned cpp extension.
-
[quote author="syrianzoro" date="1293632955"]I have no reference but in the newer version 7.1 they fix the problem that is all[/quote]
You can change and edit the post to indicate [solved] status.