Ashley Davis
|
Registered User
|
|
Dec 11 |
comment |
The model in MVVM: business object or something else? By the way I have used INotifyPropertyChanged on both my Windows Forms and WPF models, and these days I also use ObservableCollection where it makes sense (pre-WPF I had a similar implementation of my own). There is probably a more perfect level of code separation than that, but with perfection comes cost and I use these tools in my data model because I can then bind the UI directly to the model where it makes sense. I would agreed that this may not be a perfect separation of concerns, but I have to make code to deadlines and find that my approach works pretty well in practice. |
|
Dec 11 |
comment |
The model in MVVM: business object or something else? One of the main points that I want to get across is that whether you have a combined ViewModel/Model or two layers of abstraction, or even more layers of abstraction depends on your needs and requirements. There is no easy way to explain how to make that separation. It requires some experience, some ideals as to how to write well structured code but also depends very heavily on how much time you have to attend to it and what your deadlines are, etc. You may have another opinion however, which I imagine is completely valid in your situation. |
|
Dec 11 |
answered | The model in MVVM: business object or something else? |
|
Dec 11 |
comment |
The model in MVVM: business object or something else? I though you had a good answer until the end. I don't really understand why you wouldn't expect INotifyPropertyChanged to be implemented on a model? I often implement this on the model, how else would you expect multiple views to be notified of changes to the core business data? (eg your model could be an Employee class. If Employee.Name is changed for a particular instance you want the View/ViewModel to be notified of that change). |
|
Dec 11 |
answered | Is there a WPF Cheat Sheet outhere? |
|
Dec 11 |
answered | XAML Alternatives |
|
Dec 11 |
comment |
XAML Alternatives I love WPF and normally wouldn't consider going back to Windows Forms, but I am also in the camp that thinks what the hell were they thinking with XAML! On one hand I can applaud Microsoft for using a standard like XML, but on the hand after using it I wish they had designed a custom UI definition language that had direct support for data binding and all the other 'mini-languages' that you have to use with XAML. |
|
Dec 8 |
answered | Lua COM Programming |
|
Nov 6 |
comment |
How can I databind to properties of UIElement items You need a more complete example of your problem before it can be understood enough to provide an answer. Please show where 'Items' comes from and what type of objects it contains, also please show your UIElement subclasses and any relevant styles and data templates. |
|
Oct 8 |
awarded | ● Yearling |
|
Oct 6 |
comment |
Binding Converter and multibinding This is not an answer. |
|
Oct 6 |
comment |
Built-in WPF IValueConverters See this line for more examples: blogs.msdn.com/llobo/archive/… |
|
Sep 16 |
awarded | ● Notable Question |
|
Sep 8 |
asked | Is there a way to determine the width and height of a WPF Window before showing it? |
|
Sep 3 |
awarded | ● Popular Question |
|
Sep 2 |
comment |
Why is the ScrollViewer ScrollChanged event only raised after a small delay following a call to ScrollToVerticalOffset/ScrollToHorizontalOffset? Thanks for your answer. I don't really need to have it triggered immediately and it wasn't exactly a problem, I was just curious as to why it works the way it does. |
|
Sep 1 |
asked | Why is the ScrollViewer ScrollChanged event only raised after a small delay following a call to ScrollToVerticalOffset/ScrollToHorizontalOffset? |
|
Aug 7 |
awarded | ● Popular Question |
|
Aug 4 |
comment |
WPF - Animate ListBox.ScrollViewer.HorizontalOffset? Do you mean ScrollToHorizontalOffset instead of SetHorizontalOffset? |
|
Aug 3 |
comment |
How to dynamically populate a WPF grid using data binding? For anyone else who is interested here are some links to DataGrid info & tutorials: windowsclient.net/wpf/wpf35/…. codeproject.com/KB/WPF/… blogs.msdn.com/jaimer/archive/… blogs.msdn.com/jaimer/archive/… |
|
Jul 30 |
comment |
How to dynamically populate a WPF grid using data binding? Is there any sample code that demonstrates how to use this? |
|
Jul 30 |
comment |
How to dynamically populate a WPF grid using data binding? I should clarify, I only need the grid for layout, not for selection. So I don't think it does what I need. Thanks anyway. |
|
Jul 30 |
asked | How to dynamically populate a WPF grid using data binding? |
|
Jul 29 |
asked | Is there a way to determine parameter values passed to a Lua function from within a call to the debug hook handling the ‘call’ event? |
|
Jul 10 |
comment |
Is there an IDE that provides code completion for Python +1 because I Like PyScripter. It does understand doc strings, but only when you are debugging a Python script. It would be nice if the Code Explorer window understood doc strings. |
|
Jul 6 |
revised |
Is is possible to return an object or value from a Python script to the hosting application? added 1 characters in body |
|
Jul 6 |
comment |
Is is possible to return an object or value from a Python script to the hosting application? How do you reference the function? The thing I really like in Lua about returning an object from the script is that the object is completely anonymous. You don't have to have some class name or global variable name that both the script and hosting application must agree on. |
|
Jul 6 |
asked | Is is possible to return an object or value from a Python script to the hosting application? |
|
Jul 6 |
accepted | How do I create a C# event handler that can be handled in IronPython? |
|
Jul 3 |
answered | How do I create a C# event handler that can be handled in IronPython? |
|
Jul 3 |
asked | How do I create a C# event handler that can be handled in IronPython? |
|
Jun 25 |
comment |
Is there an easy way to embed a Javascript interpreter in a C# application? Managed JScript would be great, but it sounds like it is no longer available: stackoverflow.com/questions/775339/… |
|
Jun 24 |
comment |
Is there an easy way to embed a Javascript interpreter in a C# application? Thanks, IronPython sounds interesting. This question is a duplicate. |
|
Jun 24 |
asked | Is there an easy way to embed a Javascript interpreter in a C# application? |
