[SailfishDevel] Why do I get "binding loop" error?
Ragnar Kurm
ragnar at waalaskala.com
Sun Mar 23 11:11:06 UTC 2014
Hello,
I have problems with an error:
Test.qml:7: QML SilicaFlickable: Binding loop detected for property
"contentY"
What do I miss?
Ragnar
import QtQuick 2.0
import Sailfish.Silica 1.0
Dialog {
id: dialog
SilicaFlickable {
Column {
ComboBox {
label: "Label"
width: dialog.width
menu: ContextMenu {
width: dialog.width
MenuItem { text: "Item 1" }
}
}
}
}
}
More information about the Devel
mailing list