Discussions under General

Resharper 7 Support?

first post: Ruhrpottpatriot wrote: Hey there! ReSharper7 offers a great way to implement properties ...

latest post: tonysneed wrote: I'm a huge ReSharper fan, and this sounds like a great idea. I'll a...

passing multiple selected items from grid view to viewmodel

first post: rlcrews wrote: Tony, Could you (or anyone else for that matter) provide some insi...

Pass the content of a ListBoxSelectedItem/SelectedValue to the service agent

first post: Ruhrpottpatriot wrote: Ok, maybe the heading is a bit misleading. I'll try to elaborate it...

latest post: shakyad wrote: Hi, Sorry my bad. We just need to make sure that the String token ...

VS 2012 designer, DesignInstance and Simple MVVM ver4. problem

first post: vladriabtsev wrote: Visual Studio 2012 Xaml Designer (Silverlight) is not working prop...

latest post: tonysneed wrote: I will have a look at this shortly. Stay tuned ... Tony

VB.NET

first post: devmanrgrr wrote: Hello, Is there sample code in VB.NET using the toolkit? Thx

latest post: tonysneed wrote: Unfortunately, the only sample code I wrote was in C#. But I belie...

Dispatcher is null after clone

first post: ajpierson43 wrote: I have a code-first entity framework class that I'm trying to use a...

latest post: ajpierson43 wrote: Sorry for not replying earlier, I didn't ever see that you had resp...

How can I browse the SimpleMvvmToolkit-WPF source code from a sample WPF project?

first post: TP wrote: I just installed "Simple MVVM Toolkit v4.0.0.0" and using Visual S...

latest post: tonysneed wrote: Enjoy. Please let me know if you have any questions on the toolkit....

Silverlight Test

first post: yanira wrote: Good afternoon everyone! I am building a Silverlight MVVM app that...

latest post: tonysneed wrote: Version 4.0 of the toolkit no longer includes the Test project when...

How to handle EventArgs in SimpleMVVM Version 3?

first post: chobo2 wrote: Hi I am kinda confused on how to pass the "event args" with using ...

Editing many “categorizations” tables in one window

first post: kristiedev wrote: Good day everyone! I'm trying to edit (base CRUD operations) multip...

Error 1937. An error occured during the installation of assembly 'Microsoft.Build, Version="4.0.0.0"

first post: netizenk wrote: Trying to install 3.1.0.0 (17.2 MB (18,047,742 bytes)) downloaded ...

latest post: tonysneed wrote: Make sure to install .NET Framework 4.5. This should address the i...

How to add Validation?

first post: superraz wrote: I have a Silverlight MVVM App. I load data via a WCF Service and r...

latest post: superraz wrote: Thank you! I ended up figuring out the problem! I used something s...

WinRT/Phone 8 Support or ETA?

first post: erked wrote: Forgive me if I missed some recent post but I've only seen posts a...

latest post: tonysneed wrote: We are working on adding support for the newest UI platforms and wi...

Design View?

first post: chobo2 wrote: Hi When I was looking at MVVM toolkits I found this toolkit and L...

latest post: tonysneed wrote: Yes, perform the check in the property getter.

Events What is supported + Navigation?

first post: chobo2 wrote: Hi I am wondering what events are supported? As far as I can tell...

latest post: tonysneed wrote: I don't have time to work up a tutorial right now, other than the s...

Navigation on Windows Phone

first post: Binnie wrote: Hello, I am starting to develop with MVVM for Windows Phon and I h...

latest post: tonysneed wrote: If you look in the Samples folder after installing v 3.1 of the too...

Windows Phone Navigation from ViewModel

first post: majiyankii wrote: Hello, Is there an example about windows phone navigation from vie...

latest post: tonysneed wrote: If you look in the Samples folder after installing v 3.1 of the too...

Samples

first post: Richard_Laf wrote: Hi all, I'm still on Windows XP 32bit. :( and it seems like there'...

latest post: Richard_Laf wrote: Update. I was able to install the 3.0.0.0 update with all the samp...

How to properly bind datagrid and textboxes?

first post: valiantmindsdo wrote: Hi, This is my first time posting in CodePlex and just started usi...

Error on creating sample data : Blend Preview for Silverlight 5

first post: shakyad wrote: Hi Tony, I am using your latest version with VS2012 and Blend Prev...

latest post: tonysneed wrote: As you can see, the Blend story from Microsoft is less than satisf...

Nu get package for Silverlight VS2012

first post: zaidsuleman wrote: Hi Tony, Will there been a nuget package published for the Silverl...

latest post: tonysneed wrote: What you need is just the NuGet package for SimpleMvvmToolkit.Silv...

Initial Set up

first post: heinbau wrote: Hey, I have no idea what I'm missing, but here is my problem. ...

latest post: tonysneed wrote: If it's a Silverlight project, you might be missing the Expression...

Windows 8 support

first post: curb1983 wrote: Are there any plans for providing support for Windows 8 and Window...

latest post: dmmorris wrote: Thanks you for the advice, I really appreciate your guidance. The ...

Receiving NotifyPropertyChanged events on a non-ui class

first post: MaxpowerSr wrote: I want to have a non-ui class be notified when the a property in a...

latest post: tonysneed wrote: There is a version of NotificationEventArgs that takes two type ar...

Which Simple MVVM version to use if you have VS2010 and VS2012 installed side-by-side on your machine?

first post: netizenk wrote: The subject tells it all... If I have both VS2012 and VS2010 on my...

latest post: tonysneed wrote: You can have both version installed side-by-side. They work very ...

Cleanup or Dispose ViewModels

first post: ScottHarris wrote: Hi, I am evaluating various Mvvm frameworks and am new to Simple M...

latest post: tonysneed wrote: The way you should handle cleanup is to implement IDisposable on y...

DelegateCommand<T> CanExecute When Parameter is null

first post: ScottHarris wrote: Hi Tony, There appears to be an issue with the DelegateCommand<T>'...

latest post: tonysneed wrote: Yes, it won't work if the parameter is null. If you think that a ...

Simple Mvvm EventToCommand

first post: ScottHarris wrote: Hi Tony, I've read through all your documentation, and I know that...

latest post: tonysneed wrote: One of the drawbacks of CallMethodAction is that the method define...

ItemDetailViewmodel instance retained in memory: RiaServices template example

first post: shakyad wrote: Hi Tony, I was having some memory leak issues in my project so I t...

latest post: tonysneed wrote: Will give this a look. I'm wondering if you are using a ViewModeLoc...

NotificationEventArgs

first post: zsKengren wrote: Hello! Where would be a good place to start with using the Notific...

latest post: tonysneed wrote: MVVM is designed to provide separation between layers in your clie...

Package installer question

first post: taicodev wrote: I sent message to the author and contributor of this project. I ha...

latest post: tonysneed wrote: I see your email in my InBox now, and I'll reply to you directly. I...

CLS Compliant Issue

first post: shakyad wrote: Hi Tony, I upgraded the project to VS 2012 and installed the toolk...

latest post: shakyad wrote: Thanks for the update! Works fine now.

SimpleMVVM 4.0 templates and snippets are missing

first post: lsberman wrote: Hi! I tried to install SimpleMVVM for VS2012 several times but fo...

latest post: tonysneed wrote: This has been fixed now in the latest version download. Cheer...

Does v4 play nice with VS 2010 and SL5?

first post: shakyad wrote: Hi Tony, I am still using Visual Studio 2010 and won't be upgradin...

latest post: shakyad wrote: Thanks for making it clear Tony!

Does v4 play nice with VS 2010 and SL5?

first post: shakyad wrote: Hi Tony, I am still using Visual Studio 2010 and won't be upgradin...

ModelExtensions.AreSame violates it's contract "True if object properties are the same" (sort of)

first post: tomaton wrote: Hi, I stumbled across a problem, that the ViewModelDetailBase.IsDir...

latest post: tonysneed wrote: Using a logical XOR (^) instead of XOR (|) in GetHashCode seems to...

BeginEdit causing out of memory

first post: toclark wrote: Hey Tony, Been working through your examples, nice toolkit. I fina...

latest post: tonysneed wrote: This issue is now fixed in v3.1.0.0 of the toolkit, which uses a lo...

VS2012 and Win8

first post: smehaffie wrote: Any ideas on when the VS2012 installer and support for Win8 will b...

latest post: tonysneed wrote: MVVM Light already supports Win8/WinRT, so if you are already using...

Generic ServiceAgent

first post: selomcedric wrote: Hi, Please how can I create a generic ServiceAgent? I have a lot o...

latest post: selomcedric wrote: Yes It makes sense, Please can I have an example? I'm using Silverl...

Quick question about change notification

first post: dmmorris wrote: Overall, I am very happy with Simple MVVM Toolkit. It seems to mee...

latest post: dmmorris wrote: Thank you for explaining the way this works and pointing me to the ...

How to close application with "Your files are changed. Save? (Yes/No/Cancel)" dialog?

first post: Dvor_nik wrote: Hi! How to close application with "Your files are changed. Save? (...

latest post: tonysneed wrote: See this blog post of mine on how to do modal dialogs: http://blog...

VS2012 Support

first post: dmmorris wrote: I am interested in looking at this project but after download it t...

latest post: tonysneed wrote: I plan to work on the new installer this week. Thanks for your pat...

Problems using base template

first post: dmmorris wrote: I used the base template to create a new project but have run into...

latest post: dmmorris wrote: I ended up rebuilding the project from the working project and the ...

Serious MessageBus issue

first post: tony_vaughan wrote: Hi, I can't seem to get the message bus working. First from one vi...

latest post: tonysneed wrote: Hi Tony, Yes, the signature of your OnNavigationRequested method ac...

close window using simplemvvm

first post: bhoy wrote: Hi, I'm new to mvvm pattern, and want to learn more bout it. I'm h...

latest post: tonysneed wrote: Is it a model dialog? If so, see a blog post I wrote on this. Chee...

Problem with simple MVVM ToolKit

first post: jonniebigodes wrote: hi. i recently came across your project, and i've been trying to g...

latest post: jonniebigodes wrote: done that...that was one of the first things i tried and still it g...

Are SL4 Tools included in VS2010 SP1 ?

first post: DadCat wrote: The prereqs for Simple MVVM 3.0 lists VS2010 SP1, and also SL 4 T...

latest post: tonysneed wrote: What happens if you just skip installing the SL4 Tools? Are you ab...

How can i add the silverlight test project?

first post: abiruban wrote: Hi, I created a new SimpleMvvmRiaService 5.0 project template and...

latest post: tonysneed wrote: You need to make sure you have the Silverlight Toolkit installed (o...

Simple MVVM silverlight toolkit can't supported in "mulltiple user's"

first post: rameshrajendran wrote: Hai all I installed simple MVVM silverlight toolkit from my l...

latest post: tonysneed wrote: The reason for the "per user" install is that the Visual Studio tem...

SimpleMVVM using Entity Framework

first post: darren_kay wrote: I'm starting a new project on WPF and after looking at various pat...

latest post: tonysneed wrote: Take a look at the projects in the "Main" samples folder after inst...

Unit testing and the message bus

first post: pjabbott wrote: I am unit testing some view models and ran into a problem. The fi...

Are Silverlight and Expression pre-reqs needed if only using Simple MVVM toolkit for WPF app?

first post: DadCat wrote: Are the Silverlight and Expression Blend pre-reqs really needed if...

latest post: DadCat wrote: Ooops! Just found the answer in the "pure WPF" discussion. Apparent...

WPF Navigation... UriMapper?

first post: AntiStrange wrote: I'm trying to implement the Silverlight Navigation example in WPF....

latest post: AntiStrange wrote: New problem. You can't override OnNavigatedTo in WPF. Also, this ...

Issue with deployment on Https server

first post: rlcrews wrote: All, This is not related to Simple MVVM but I am hoping Tony or a...

latest post: rlcrews wrote: After some more testing and reading from MSDN this doesn't look lik...

Cannot get the selectionchanged item correctly

first post: pineapplekitchan wrote: Hi all, I am new SimpleMVVM for windows phone. I have created the...

Unit testing the view models in WPF

first post: kgadia wrote: How can we test the view models when using WPF when the DelegateCo...

Cannot get a datagrid to show the sample products collection WPF

first post: rotovibe wrote: Beginning user of WPF and MVVM. I am walking through the getting s...

latest post: rotovibe wrote: Nevermind, Fixed it. In the Products property declaration, I had th...

Can I build a pure WPF application?

first post: davekolb wrote: 1. This toolkit seems to be very Silverlight oriented. Can I build...

latest post: tonysneed wrote: I believe you can install the Simple MVVM Toolkit without the Silve...

Changing active view using MVVM Toolkit

first post: paul2012a wrote: Hello I am using the toolkit to create a dashboard I am currently ...

latest post: shakyad wrote: Hi Paul, This is a bit late but to my knowledge, You could use Ca...

strange behaviour with PropertyChanged

first post: shibby808 wrote: Hi, I found a strange behaviour (concerning the binding view <-> vi...

latest post: shakyad wrote: Hi Tony, It all looked well and fine until I did some memory profil...

Model defined in .NET Web of RIA Services template?

first post: paul2012a wrote: Hello I was just wondering if there is a specific reason why the m...

latest post: tonysneed wrote: That is the nature of RIA -- model is projected from the web projec...

NHibernate

first post: paul2012a wrote: Hello I have a horrible feeling I am going to have to dump entity ...

Integrating lookup lists with objects using toolkit

first post: paul2012a wrote: Hello I have 2 entity framework models one points to a "Master" da...

Changing example web application to use Mock Service

first post: paul2012a wrote: Hello In your RIA services example you show how to use the Mock se...

latest post: paul2012a wrote: Thanks Tony I thought I had already done that but obviously not lol...

SimpleMvvmTookit Reference does not contain Extensions?

first post: paul2012a wrote: Hello In the RIA Services Tutorial the namespace SimpleMvvmToolkit...

latest post: paul2012a wrote: Thanks Tony

Nested datagrid inside dataform with MVVM, what is the correct approch ?

first post: TraPpeur wrote: Hello ! Here's my problem. I'am using Simple MVVM with RIA service...

Validation not working on Add Customer

first post: nrsonawane wrote: Hi Tony,When you open pop up window on click Add button then valida...

latest post: rockresolve wrote: I think you need the fourth (misnamed) valiateAllProperties bool pa...

Template for RIAServices 5 does not create tests project?

first post: paul2012a wrote: Hello I am looking at using the toolkit with Silverlight 5 but the...

latest post: paul2012a wrote: ok thanks I have also noticed that the template creates a lot of fo...

IDataErrorInfo on Model classes and enabling the Save button

first post: chrdunne wrote: Hi I am trying to figure out how to use IDataErrorInfo in a WPF ap...

latest post: smlyttle wrote: chrdunne, I am trying to implement Validation in my WPF application...

Creating view programatically

first post: chatdenuit wrote: I am trying to work around this issue in a WPF application, but I ...

latest post: chatdenuit wrote: I found the answer to my question after reading other discussions o...

Navigation for WPF Using ViewLocator - Need Help

first post: pbrundage wrote: I just started using the toolkit and have a basic application runni...

latest post: tonysneed wrote: I believe the view needs to be a Page. If not, wrap it in a Page.

Saving State in Windows Phone 7

first post: toclark wrote: Hi,I've run into another issue when trying to save the state of a p...

latest post: johnnysun2010 wrote: tonysneed wrote: All those are abstract base classes, which means...

View inside a view

first post: chatdenuit wrote: Still learning the framework, and starting getting my head around i...

latest post: chatdenuit wrote: Thank you for your answer Tony, I shall go and have a good look on ...

WPF and WCF Data Services with SimpleMVVM

first post: bhroberts52 wrote: I am embarking on a new project and have decided to use WPF with WC...

latest post: smlyttle wrote: bhroberts52 or davidle1234, Do either of you have any example code ...

Strange MessageBus behaviour

first post: Stabilitronas wrote: Hi, I've run into a strange problem. Lets say I want to create a me...

latest post: Stabilitronas wrote: Update: actually, both number are incremented! At the moment, they ...

Remove item in a listbox with Button in ListBoxItemTemplate

first post: shakyad wrote: Hi, I hope someone can help me out here. I have a button in the ...

latest post: shakyad wrote: OK, finally figured this one out as well. Upgrading to Silverlight ...

Interacting with MessageBus without ViewModelBase

first post: ArturPhilibin wrote: Hi, I'm wondering what is the best method for interacting with the...

latest post: tonysneed wrote: Take a look at the source code for ViewModelBase. I would suggest ...

is it possible to use simple MVVM toolkit version3 with .NET 3.5 framework

first post: manamrajesh wrote: Hi, i am creating WPF class library to create/extend existing appl...

Splash and login screen

first post: chatdenuit wrote: First of all, I am just starting using Simple MVVM toolkit, so I a...

latest post: chatdenuit wrote: Thank you for your answer. I will try it. Yes, I did the getting st...

BeginEdit resets Model properties: ViewModelDetailBase

first post: shakyad wrote: I am not sure why this is happening but when I run BeginEdit() on ...

latest post: tonysneed wrote: Fantastic. You could keep the DataContract attribute, but you would...

Validate/Notify derived model properties change

first post: shakyad wrote: Hi, I have a situation. Please let me know if there is a better way...

latest post: shakyad wrote: Hi, One better solution I got was using Virtual properties and abst...

TreeView node needs to inherit from ViewModelBase and TreeViewItem

first post: dogulas wrote: I am caught in the classic oop problem where my class needs to inhe...

latest post: emino wrote: Interesting article tony. Because I am newbie to WPF and MVVM, I ha...

Upgrading from Silverlight 4 to 5

first post: shakyad wrote: Hi Tony, What do we need to update our project from Silverlight 4 t...

latest post: tonysneed wrote: Glad to hear you figured it out! I forgot that I implemented IN...

Recommended way of building an MVVM WPF app using EF

first post: tonymobster wrote: Hi Tony, thanks a lot for your wonderful work. I found it really h...

latest post: tonymobster wrote: A little clarification: I'm using EF generated classes as my models...

getting started help

first post: foxjazz wrote: So I manually added the references to the toolkit and am creating ...

latest post: tonysneed wrote: This interface is just there as an example. You can create a servic...

How to get DrawEventArgs?

first post: GrahfXeno wrote: In Silverlight I would like to bind a view model to a Draw event h...

Unit Test

first post: anabifar wrote: Hi, I've downloaded simple mvvm, however when i try to create the ...

latest post: mpimiller wrote: Tony, So is there a quick fix to make this work, or better to wait ...

More than one ServiceAgent per ViewModel using Injected Locator?

first post: stevcase wrote: Hi Tony, I have a circumstance where I'd like to use 2 different S...

Nested Views

first post: dotnetholland wrote: Hi Tony, First of all I want to thank you for your simple mvvm too...

latest post: GeertvanHorrik wrote: I am also interested in this. I am the developer of Catel, and it s...

Global Variables vs. MesageBus

first post: stevcase wrote: Hi Tony, I have begun using Simple MVVM toolkit to build a small s...

latest post: tonysneed wrote: The problem with navigation in Silverlight is that there is no conv...

What's new in v3?

first post: netizenk wrote: Is there a list of new features in version 3? I was not able to fi...

latest post: netizenk wrote: Thanks Tony.

create form on WP7 using WCF RIA Services and WP7

first post: femig wrote: Hello, Is it possible to create a create form in WP7 using WCF RIA...

Using mock data at design-time

first post: rlcrews wrote: Tony, is it possible to use mock data at design time through simple...

latest post: zenocon wrote: Hi Tony, quick follow up on this thread. I had trouble getting my ...

Update All UI Property Bindings At Once

first post: franczc wrote: Hi, Is there a way to call "NotifyPropertyChanged" to cause all th...

latest post: franczc wrote: Thanks Tony! It all works now :-) Frankie

Beginner seriously in need of a simple example

first post: shism2 wrote: I've been trying to setup data-binding to a listbox for a few days...

latest post: shism2 wrote: I achieved it by manually creating the viewmodel in the main view a...

Object Serialization

first post: garanimals wrote: I am not able to serialize object inherited from Modelbase - anyon...

latest post: garanimals wrote: I serialized using a different method and got around the problem

Usercontrol Binding problem in DetailViewModel

first post: Giumi wrote: Hi, I have the following ViewModel: public class SignaletiqueModul...

latest post: Giumi wrote: Problem solved :-)

using Datapager with MVVM

first post: shibby808 wrote: Hi there!first of all I have to say the Simple MVVM Toolkit is a re...

latest post: junwebhead wrote: I know this discussion is old but for the benefit of those wonderin...

Support for Windows 8 apps?

first post: chrisva wrote: Hi, I am wondering if you will support WinRT any time soon or at ...

Beginners problem - ViewModel does not seem to get loaded after deployment

first post: st1pps wrote: Hello, I am currently developing a small WPF calendar application ...

latest post: st1pps wrote: I fixed it .. and I have to admit that im quite embarassed, not at ...