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

Luca Donaggio donaggio at gmail.com
Mon Mar 24 09:14:56 UTC 2014


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> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.sailfishos.org/pipermail/devel/attachments/20140324/61feb787/attachment.html>


More information about the Devel mailing list