<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<blockquote type="cite"> flickable.contentHeight: column.height<br>
</blockquote>
<br>
Thank you Andrei,<br>
but it does not help :(<br>
<br>
I assumed that your code was meant like this:<br>
SilicaFlickable { contentHeight: column.height; Column { id: column
...} }<br>
<br>
Even when set explicitly<br>
SilicaFlickable { contentY: 0 ... }<br>
still get the loop.<br>
<br>
I wonder how/where to debug this?<br>
<br>
This did not help me either:<br>
SailfishOS/mersdk/targets/SailfishOS-i486-x86/usr/lib/qt5/qml/Sailfish/Silica/SilicaFlickable.qml<br>
No mention of contentY, which loops.<br>
<br>
Thank you,<br>
Ragnar<br>
<br>
<br>
<blockquote cite="mid:532FF7CD.8030009@gmail.com" type="cite">
<blockquote
cite="mid:CABPtM87n_vB94PLs4CL=tOPfmWRzB_YPB9vZMWT5WKrChebgdw@mail.gmail.com"
type="cite">
<div dir="ltr">I'm experiencing the same in a slightly different
context (a SilicaListView with a ContextMenu dynamically
created and on shown after a long press on each ListItem
delegate). To me it seems related to the ContextMenu item,
when it becomes visible and it pushes down the content below.<br>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I have problems with an error:<br>
Test.qml:7: QML SilicaFlickable: Binding loop detected for
property "contentY"<br>
<br>
What do I miss?<br>
<br>
Ragnar<br>
<br>
<br>
<br>
import QtQuick 2.0<br>
import Sailfish.Silica 1.0<br>
<br>
Dialog {<br>
id: dialog<br>
SilicaFlickable {<br>
Column {<br>
ComboBox {<br>
label: "Label"<br>
width: dialog.width<br>
menu: ContextMenu {<br>
width: dialog.width<br>
MenuItem { text: "Item 1" }<br>
}<br>
}<br>
}<br>
}<br>
}<br>
</blockquote>
</div>
</div>
</blockquote>
</blockquote>
<br>
</body>
</html>