A Button in a Listbox binds to a RelayCommand<int>, as Parameter it binds a int property of an entity.
When the listbox clears everything works fine as long as the WindowLanguage isn't changed...
Id #7561 |
Planned Release:
None
|
Last Updated: Wed at 10:42 AM by backburner |
Created On: Wed at 9:29 AM by Gentlehag
Hi,
I`m not sure that this is a bug of framework or it`s problem on my side but when I want to read data from for example *xml files in ViewModel, I have a DirectoryNotFoundException when I open a...
Id #7560 |
Planned Release:
None
|
Last Updated: Mon at 10:04 AM by tkowalczyk |
Created On: Feb 17 at 1:42 PM by tkowalczyk
I've been using the procedure described at Laurent's Website and in the binaries directory, I have only 5 dirs corresponding to Silverlight 3/4/5, WP7 and WP71. Nothing about .Net 4.
I've tried ...
Id #7559 |
Planned Release:
None
|
Last Updated: Jan 23 at 3:06 PM by EricSpirau |
Created On: Jan 23 at 3:06 PM by EricSpirau
When trying to create a new project in VS2010, I select the MvvmLight (WPF4) template, and it gave me an error message about not being able to find ProjectForTemplate.csproj in "C:\Program Files (x...
Id #7558 |
Planned Release:
MVVM Light Toolkit V4 beta 2
|
Last Updated: Jan 20 at 9:17 AM by aci |
Created On: Jan 18 at 8:36 PM by msuarez
Hi, I found that ViewModelBase.IsInDesignMode is not working (always returns true) for my plug-in for Visual Studio. I was curios to know why, after looking at the code it became obvious.
You chec...
Id #7557 |
Planned Release:
MVVM Light Toolkit V4 beta 2
|
Last Updated: Jan 18 at 9:32 PM by lbugnion |
Created On: Dec 12 2011 at 1:37 PM by Maxbl4
In recent version, locks have been added to the Messenger class, which solved some issues I had in an older version, but I think you've missed one place where multi-threaded use of the Messenger ru...
Id #7556 |
Planned Release:
MVVM Light Toolkit V4 beta 2
|
Last Updated: Jan 18 at 9:46 PM by lbugnion |
Created On: Nov 10 2011 at 12:11 PM by colin_b
Hi
is it plannes to get some Async CTP support?
It wold be great to have methods like SendMessageAsync which Return a Task.
Mostly interesseting for asynchronous processing of the messages ...
Id #7555 |
Planned Release:
None
|
Last Updated: Jan 18 at 9:33 PM by lbugnion |
Created On: Nov 5 2011 at 2:37 PM by Gentlehag
I often have properties on my viewmodel which are derived from other properties. If one of the dependent properties changes I need to RaisePropertyChanged for both properties eg:
public ...
Id #7554 |
Planned Release:
None
|
Last Updated: Jan 18 at 9:34 PM by lbugnion |
Created On: Nov 3 2011 at 5:37 PM by antidemon
I often need to add a string property to my view models to feedback the reason why the command can't execute (usually via a tooltip on a command button). This requires an extra string on my viewmod...
Id #7553 |
Planned Release:
None
|
Last Updated: Jan 18 at 9:34 PM by lbugnion |
Created On: Nov 3 2011 at 5:03 PM by antidemon
This code
var body = propertyExpression.Body as MemberExpression;
if (handler != null)
{
handler(this, new PropertyChange...
Id #7552 |
Planned Release:
MVVM Light Toolkit V4 beta 2
|
Last Updated: Oct 23 2011 at 4:02 PM by lbugnion |
Created On: Oct 23 2011 at 12:03 AM by PjlCodeplex
|
|
|
|
|