wsick / Fayde

Inspired by Silverlight; XAML engine using Javascript and rendering to the HTML5 Canvas.
MIT License
189 stars 27 forks source link

MultiBinding #187

Closed JigsSodvadiya closed 4 years ago

JigsSodvadiya commented 8 years ago

Hi,

This is Jignesh.

How to implement MultiBinding in Fayde.

Giving this Kind of Error: Could not resolve type [http://schemas.wsick.com/fayde][MultiBinding].

Thanks, Jignesh

BSick7 commented 8 years ago

I have not looked into the details of how MultiBinding works. In much the same way that Binding tracks changes to its source using (PropertyPathWalker)[https://github.com/wsick/Fayde/blob/master/src/Data/Property/PropertyPathWalker.ts], I'm guessing MultiBinding would have a set of trackers representing each binding.

JigsSodvadiya commented 8 years ago

Thanks Dear,

I see this link. Can you give me small example to work with PropertyPathWalker.

Thanks, Jignesh