View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#251
Originally Posted by peterleinchen View Post
And now, after upgrading qt-components-hildon to latest 0.19.0, I experience the same error with your new package qmledit!??
Code:
~ $ /opt/qt-components-hildon-viewer/bin/viewer /opt/qmledit/qml/MainWindow.qml
QDeclarativeComponent: Component is not ready
"file:///opt/qmledit/qml/MainWindow.qml:220:5: Unable to create type SettingsDialog" 
"file:///opt/qmledit/qml/SettingsDialog.qml:251:5: Unable to create type ListPickSelector" 
"file:///usr/lib/qt4/imports/org/hildon/components/ListPickSelector.qml:103:5: Cannot assign to non-existent property "onCurrentIndexChanged"" 
Segmentation fault (core dumped)
The 'currentIndex' property was previously named 'selectedIndex' in earlier versions, so it could be that the old QML file was not replaced on installation. You could try checking the property declarations in the ListPickSelector.qml file to see if that is the problem.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following 2 Users Say Thank You to marxian For This Useful Post: