On 1/4/17, 12:02 PM, "piotrz" <piotrzarzyck...@gmail.com> wrote:

>Alex,
>
>I've went through the code and it seems that it can be no problem with
>ItemRendererDataBinding.
>
>In _bindings array I have
>
> ["FontAwesomeIconType", "GLASS"]
>
>In ItemRendererDataBinding there is condition in set strand
>
>if (binding.source is Array && binding.source.length == 2 &&
>binding.destination.length == 2)
>{
>where binding.source[0] ("FontAwesomeIconType") was taken and used for
>searching inside watchersMap.
>}

Hi Piotr,

The code should go into here, but it should end up creating a
ConstantBinding because fieldWatcher.eventNames == null.  I think the key
is to figure out why that isn't the case.


Thanks for digging into it,
-Alex

Reply via email to