[SailfishDevel] Why do I get "binding loop" error?

Andrey Kozhevnikov coderusinbox at gmail.com
Mon Mar 24 09:15:57 UTC 2014


flickable.contentHeight: column.height

24.03.2014 15:14, Luca Donaggio ?????:
> 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.
>
>
> On Sun, Mar 23, 2014 at 12:11 PM, Ragnar Kurm <ragnar at waalaskala.com 
> <mailto:ragnar at waalaskala.com>> wrote:
>
>     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" }
>                     }
>                 }
>             }
>         }
>     }
>     _______________________________________________
>     SailfishOS.org Devel mailing list
>
>
>
>
> -- 
> Luca Donaggio
>
>
> _______________________________________________
> SailfishOS.org Devel mailing list

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.sailfishos.org/pipermail/devel/attachments/20140324/16a7fe28/attachment.html>


More information about the Devel mailing list