Replies: 8 comments 10 replies
-
Where did you find a GuestBookViewModel? I don't have a sample guest book project in the repository. |
Beta Was this translation helpful? Give feedback.
-
Thanks, I think I solved, It was my lack on c# and I done a bad translation. |
Beta Was this translation helpful? Give feedback.
-
ah ok! thanks! |
Beta Was this translation helpful? Give feedback.
-
I'd like to use the sincfusion docking manager control togheter Stylet, so I'm studying both documentation; I found doc and code examples for many mvvm framework(caliburnmicro,prism,mvvmlight), but not for Stylet. is it the way showed in the syncfusion docs suitable for stylet or there is a better approach? |
Beta Was this translation helpful? Give feedback.
-
Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm trying to do bind some usercontrol to display them in a content control as TimCorey did in this video with CM: https://www.youtube.com/watch?v=laPFq3Fhs8k&t=3974s
and RootViewModel
But I can't make it work. What am I missing? |
Beta Was this translation helpful? Give feedback.
-
I call it in xaml : <Button Command="{s:Action ShowA}" |
Beta Was this translation helpful? Give feedback.
-
I did not get exception, but the usercontrol is not showed; I get the warning "member not found in data context RootViewModel" at the line: <ContentControl Content="{Binding UserControl1ViewModel}" ... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hello, I'm traslating the guestbook example in vb.net; I followed the instructions, but I get this problem:
In the GuestBookViewModel.cs when I try to expose the properties of a model that can notify changes, I get BC31429 'lastName' is ambiguous because there are different types of members with the same name in class. And that for both firstname and last name. Any advice please?
Beta Was this translation helpful? Give feedback.
All reactions