<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    flickable.contentHeight: column.height<br>
    <br>
    <div class="moz-cite-prefix">24.03.2014 15:14, Luca Donaggio пишет:<br>
    </div>
    <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">On Sun, Mar 23, 2014 at 12:11 PM,
          Ragnar Kurm <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:ragnar@waalaskala.com" target="_blank">ragnar@waalaskala.com</a>></span>
          wrote:<br>
          <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>
            _______________________________________________<br>
            SailfishOS.org Devel mailing list<br>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <br>
        -- <br>
        Luca Donaggio
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
SailfishOS.org Devel mailing list</pre>
    </blockquote>
    <br>
  </body>
</html>