← Back to team overview

ubuntu-phone team mailing list archive

Re: Cannot set MainView background color

 

MainView.qml 202 in Vivid is a JS line "if (!toolbarLoader.item.locked)
toolbarLoader.item.close();", there's no target property there, and cannot
have binding loop reported. Seems you don't have the toolkit updated...


On Thu, Feb 19, 2015 at 3:15 PM, Bogdan Cuza <bogdan.cuza@xxxxxxxxxxx>
wrote:

> I see this problem on both devices.On Feb 19, 2015 10:26 AM, Zoltán Balogh
> <zoltan.balogh@xxxxxxxxxxxxx> wrote:
> >
> > And you see this problem on your Utopic computer or on your Vivid
> tablet? Because on each platform the local UITK is used.
> >
> > z
> >
> >
> > On 02/18/2015 08:47 PM, Bogdan Cuza wrote:
> >>
> >> I should probably clarify. My tablet (the development device) is on
> vivid-proposed. My computer runs utopic.
> >>
> >> ________________________________
> >> From: bogdan.cuza@xxxxxxxxxxx
> >> To: zsombor.egri@xxxxxxxxxxxxx; ubuntu-phone@xxxxxxxxxxxxxxxxxxx
> >> Date: Wed, 18 Feb 2015 23:25:32 +0700
> >> Subject: Re: [Ubuntu-phone] Cannot set MainView background color
> >>
> >> I am on Vivid.
> >>
> >> ________________________________
> >> Date: Wed, 18 Feb 2015 18:09:42 +0200
> >> Subject: Re: [Ubuntu-phone] Cannot set MainView background color
> >> From: zsombor.egri@xxxxxxxxxxxxx
> >> To: bogdan.cuza@xxxxxxxxxxx
> >> CC: ubuntu-phone@xxxxxxxxxxxxxxxxxxx
> >>
> >>
> >>
> >> On Tue, Feb 17, 2015 at 4:45 PM, Bogdan Cuza <bogdan.cuza@xxxxxxxxxxx>
> wrote:
> >>>
> >>> Hello!
> >>>
> >>> I am having an issue with setting the MainView's backgroundColor. If I
> try to set it, the console just spits out some binding loops like these:
> >>>
> file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/MainView.qml:202:5:
> QML StyledItem: Binding loop detected for property "style"
> >>>
> file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/MainViewStyle.qml:70:5:
> QML Binding: Binding loop detected for property "target"
> >>>
> file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/MainViewStyle.qml:70:5:
> QML Binding: Binding loop detected for property "target"
> >>>
> file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/MainView.qml:202:5:
> QML StyledItem: Binding loop detected for property "style"
> >>>
> file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/MainViewStyle.qml:70:5:
> QML Binding: Binding loop detected for property "target"
> >>>
> file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/MainView.qml:202:5:
> QML StyledItem: Binding loop detected for property "style"
> >>>
> >>> Any idea what could be wrong?
> >>
> >>
> >> This bug had been fixed in Vivid, so I assume you are not there, right?
> >>
> >>
> >> -- Mailing list: https://launchpad.net/~ubuntu-phone Post to :
> ubuntu-phone@xxxxxxxxxxxxxxxxxxx Unsubscribe :
> https://launchpad.net/~ubuntu-phone More help :
> https://help.launchpad.net/ListHelp
> >>
> >>
> >
> --
> Mailing list: https://launchpad.net/~ubuntu-phone
> Post to     : ubuntu-phone@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~ubuntu-phone
> More help   : https://help.launchpad.net/ListHelp
>

References