[Touch-packages] [Bug 1501397] Re: Can't use Action id's in ActionList

2015-11-11 Thread Zsombor Egri
First, when you declare a list, you can only initialise it with objects, not with their IDs. Seems we have this limitation on that. See Object component implementation how its data is implemented. Second, Page.head.actions is a list, not an object. You are trying to assign an object to a list.

[Touch-packages] [Bug 1501397] Re: Can't use Action id's in ActionList

2015-09-30 Thread MichaƂ Karnicki
I can't even do: Page { head.actions: ActionList { } } I get: "Cannot assign object to list" -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1501397 Title: