Search found 193 matches

by KeldorKatarn
30 May 2014, 20:16
Forum: General Discussion
Replies: 16
Views: 8850

Re: [Unity] Binding to an object other than BaseComponent

Well first of all DependencyProperties are on the View, not the ViewModel, so that should be irrelevant. A ViewModel in WPF/Silverlight can be any plain old class. It needs to implement INotifyPropertyChanged if change of data should be dynamically bound. For one time databinding not even that is ne...
by KeldorKatarn
30 May 2014, 16:08
Forum: General Discussion
Replies: 16
Views: 8850

Re: [Unity] Binding to an object other than BaseComponent

Thumbs up for this one since that would be quite a limitation...
by KeldorKatarn
30 May 2014, 10:28
Forum: General Discussion
Replies: 5
Views: 3999

[Unity] A couple of questions

I already posted this in the Unity forums thread, but since the response is probably also interesting to everybody here... here it goes: I got a couple of questions: What are XAML files exactly in the unity world? Are they some kind of customasset that sits in the assets folder and can be loaded by ...