Marcel Tiede

Results 204 comments of Marcel Tiede

Currently not in this repository, sorry. But I like the idea. We need to figure out a good way for databinding for lists with models. Any remarks / help /...

We are just at the beginning of Gir.Core and there is no code for a binding mechanism. In this issue we want to collect ideas regarding bindings and how to...

Actually the binding could be handled by GBinding and some minimal integration just fires the the `INotifyPropertyChanged` events. This would be my favorite solution if `INotifyPropertyChanged` is implemented at all,...

Ah good idea, i did not think about this solution :+1: But at least for me this is like: "If we can't decide, we do a little bit of both."...

I don't know if we could profit from C# 9.0 [Init-Only properties](https://devblogs.microsoft.com/dotnet/welcome-to-c-9-0/#init-only-properties)? I like this feature (and object initializers in general for gir.core), because in GObject the system treats properties...

Okay, than from my point of view we can convert to `INotifyPropertyChanged`. :+1: > If we do go down this path, we should probably implement INotify (preferably integrated with GBinding?)...

@na2axl Regarding your final example I think with @firox263 syntax it would look like: ```C# public class MyButton : Button, IViewFor { public MyViewModel ViewModel { get; } public MyButton()...

> I don't want to become intrusive, and I've no problem with the Property annotation approach, I want to be a future user of this library, so this is my...

On the technical side of things i like your arguments, too. :+1: I don't get one thing: Where do the indexers come from in this example? > Also we can...

@na2axl > I'm really happy to join you! I've accepted the invitation to the organization :-) Great, welcome! Okay, then I think we go with your suggestion, it is absolutely...