The MVVM Light Toolkit is a set of components helping people to get started in the Model - View - ViewModel pattern in Silverlight and WPF. It is a light and pragmatic framework that contains only the essential components needed.

learn more… | top users | synonyms

0
votes
1answer
24 views

Issues with Galasoft Messenger class in multi threaded environment

I have two classes lets say ClassA and ClassB. I have to communicate with the help of Galasoft Messenger class. In ClassA, I have the following code :- Class A : ...
0
votes
0answers
15 views

Mvvm How to get the value txtNmItem with TextChanged method

How to get the value txtNmItem with TextChanged method? <TextBox Grid.Column="1" Name="txtNmItem" Background="#f3f3f3" BorderBrush="#f3f3f3" VerticalAlignment="top" Text="{Binding Path=sNmItem, ...
0
votes
2answers
41 views

How to notify about changing property of ListBox item?

So, i have list of items (stored in ObservableCollection), how to notify about item's property change? I have current solution: property is also rising NotifyPropertyChanged(), and it seems to work. ...
0
votes
0answers
30 views

Binding Error When Trying to Cascade Dependency Properties

So I have 4 UserControls on top of each other. Since I got confused a little, I got an image below: The ViewModelLocator is in UserControl 1. The goal is to provide each UserControl with their own ...
0
votes
1answer
22 views

Mvvm Windows Phone 8 command Error: BindingExpression path error: 'SalvarCommand'

My commands are pointing to the Model class and not for ModelView System.Windows.Data Error: BindingExpression path error: 'SalvarCommand' property not found on 'SuperListaW8.Model.ListaItem' ...
0
votes
1answer
38 views

C# WPF ToggleButton Changing more than one property in a trigger?

I have a togglebutton and when it is clicked I simply want to change the background and the content. The content changes correctly, but the background changes, but instead of my specified background ...
0
votes
1answer
16 views

DataBinding and EventToCommand

I'm attempting to use EventToCommand to initialize my ViewModel, but the command isn't firing. I suspect it's because the Triggers section is not within the databound container, but how can I do that ...
1
vote
0answers
49 views

Possible Mvvm-light bug with EventToCommand

Everything starts pretty simple: i have a ListBoxSelector (app is for wp7). Items consists of picture and some text. Items style is stored inside of the StyleTemplate. Image can be tapped, its event ...
-1
votes
0answers
17 views

Is MVVM Light Toolkit V4 RTM can be used with Visual Studio 2010 for creating MVVM application projects? [closed]

I bag your pardon for spending your time but I'd like to know the following: Can I use MVVM Light Toolkit V4 RTM (which downloaded from http://mvvmlight.codeplex.com/releases/view/90815) in Visual ...
0
votes
1answer
36 views

Cannot edit items in DataGrid

I've added a DataGrid to my main view, but now I'm encountering the problem I cannot edit the values, nor add new rows. Deleting rows works though, can anybody tell me what I'm doing wrong here? ...
0
votes
1answer
37 views

MVVM Light: Register generic class for messenger

I have a generic ShowMessage class that I want to use to carry data around: class ShowMessage<T> { private readonly T _Data; public string Title { get; set; } public T Data { get { ...
0
votes
0answers
31 views

MVVM Light - Open new window via messenger

Day two of first project using MVVM light and reading loads. I am in the process of using the messenger service to open a new window. I understand much debate on this but I am going with it. Here is ...
0
votes
0answers
18 views

Keeping track of MVVM Light messengers in complex program

Messenger is very useful for communicating between viewmodels. However, as program grows larger, the use of messenger will make the code unreadable and hard to debug. Is there a good way to keep ...
2
votes
0answers
41 views

the selectionChanged is executed twice, why?

I have a WPF application that use MVVM pattern. I have a dataGrid and I use also MVVM Light to convert the event to commad the event selectionChanged and I pass the parameter ...
1
vote
1answer
73 views

Errors in App.xaml trying to use MVVM Light in Windows Phone 8 project

When I add the MVVM Light package via NuGet I get errors referencing the lines in the App.xaml file added during the install. These errors only appear in Windows Phone 8 projects. The exact same ...
0
votes
2answers
48 views

image control don't change the source when binding changed

I use event in my code to notify if image was scanned in my ViewModel : public BitmapImage ImageSelected { get{return _imageSelected;} set { if (_imageSelected == value) { ...
-2
votes
3answers
78 views

How can I wait for await to finish and only then continue?

I have two methods: private async Task<GeoCoordinate> CenterMapOnMyLocation() { Geolocator myGeolocator = new Geolocator(); Geoposition myGeoposition = await ...
0
votes
0answers
42 views

Memory leak with Interaction Triggers in MVVM Light Toolkit Silverlight

Visual Studio 2012 Project with memory leak Hello! I've found a memory leak when using Interaction Triggers in the MVVM Light Toolkit. I use this xaml <UserControl ...
1
vote
2answers
63 views

MVVM pattern - executing view operations

I'm using MVVM Pattern (with MVVM Light) to build my XAML app (win8). I have a ListView, which is bound to a property of my ViewModel. I also have a button that triggers an operation on that ...
0
votes
2answers
44 views

WP - How to constantly update my location

Currently my location not updating when I change it to different location via emulator. But it will change after I restart my application. This is what I write when the app launch private void ...
1
vote
2answers
188 views

MVVM Windows Phone 8 - adding a collection of pushpins to a map

Here is the XAML code: <maps:Map x:Name="NearbyMap" Center="{Binding MapCenter, Mode=TwoWay}" ZoomLevel="{Binding ZoomLevel, Mode=TwoWay}" > ...
8
votes
1answer
94 views

Lost Focus Event Strategy in MVVM pattern

I’m developing a WPF application with MVVM design pattern which makes use of the MVVM Light Toolkit. Currently I have a scenario like this. I’m binding an Items Control to an Organization ...
0
votes
2answers
69 views

about the model design in mvvm

While I'm learning the MVVM, I saw a online course in Microsoft Virtual Academy, Ben Riga wrote codes below. What I wonder is the questions below: What are the benefits of using an Interface named ...
0
votes
0answers
16 views

Overriding EventToCommand in inherited style

I have a style of complex ListBoxItem. But depending on ListBox, i'd like it to have different EventToCommands. Actually, this quiestion is continuing of this one. Style: <Style ...
0
votes
1answer
35 views

Binding ObservableCollection to child window, design mode works, real data does not

I have the following code where the design mode works, but as soon I run it with real equal data the window just Shows the Default class Name DocumentViewer.ViewModel.ItemSelectorViewModel and nothing ...
0
votes
1answer
17 views

Extracting ListBox to separate file

So, i have quite complex ListBox, with own style and composite item templates (in every item, there are image and text, both with click events, which rises corresponding commands in global viewmodel). ...
0
votes
1answer
33 views

Binding EventToCommand inside of Style

I have a style of LongListBoxItem, each item has a picture and description. So, different events should be called, depends on the touched object (either pic or desc). I'm using Mvvmlight. The problem ...
0
votes
1answer
34 views

Sample Open Child Window with Design Time support

I am learning WPF with M-V-VM pattern. I make Progress and learning a lot. Question: I there a sample opening a Child Window with Design Time Data presented in VS? So the Content binding need to be ...
0
votes
0answers
34 views

ListBox multiselectable SelectedItems TwoWay binding

How properly to set SelectedItems in multiselectable ListBox from viewmodel in WP 7? For example, after tombstoning, or just to force some items to be selected? I found this solution for WPF, but it ...
0
votes
0answers
71 views

Mvvm Light Dispatcher Helper

How can I use Dispatcher Helper with Progress Bar in Mvvm-light. I'm accessing Ui Element defined in my viewmodel and I think dispatcherhelper will solved this, but it seems the progressbar was not ...
0
votes
2answers
28 views

Catching pressing “Back” button in mvvmlight

How can i move protected override void OnBackKeyPress(System.ComponentModel.CancelEventArgs e) to the viewmodel and still be able to control "back'ing"? In the codebehind, i can use e.Cancel = ...
0
votes
1answer
34 views

a thought on mvvm structure building

I developed an app on windows phone using c# and xaml. I want to change my own project to mvvm style. when i do the structure building, i face a question: one business logic in my app is when the ...
0
votes
1answer
33 views

Call RaisedPropertyChanged for Parent Class when Child Property Changes

Structure of Program Currently I am using the MVVMLight 4.1 framework in my application. I have a view model XViewModel which wraps around an instance of XClass, X. X contains many properties such ...
0
votes
1answer
44 views

How to communicate OpenFileDialog result “FilePath” from view to view Model?

I am trying to open a file dialog by pressing a button on view and view call a command "OpenFileDialog" which is defined in viewmodel. That method send a message to view to open the ...
0
votes
2answers
33 views

Prevent user from typing certain char in TextBox

I am using WPF, MVVM-Light. In my UI I have a textbox, and I want to prevent the user from typing certain characters in the textbox. I know if we use code-behind I could handle the key down keyPress ...
0
votes
1answer
104 views

dynamic popup window mvvm light wpf

I have a problem with my mvvm project: In my project i have a listview that contains a list of different kinds of objects, and i want to make a pop up window that will show additional info about each ...
1
vote
1answer
46 views

Xaml wp7 wp8 code share namespace with mvvm

I have a solution with wp7 and wp8 proyects. I share 90% of code between these 2 projects. The only thing I can not share is xaml files because there is a namespace that make this imposible and there ...
0
votes
1answer
41 views

MVVMLight - Messenger: Sending message from user control project to the exe project doesn't work

I'm using the Messenger class to broadcast messages in the application. Solution structure: UserControlProject - ucContainer - ucContainerViewModel - ucLogin - app.xaml ExeProject - MainWindow - ...
0
votes
0answers
41 views

MVVM and Windows 8 issue

I have a WPF application using MVVM light WPF4 libraries and working perfercly well under wind7 touch PC. I try that same application under WIndows 8 desktop and get some wierd issue with the ...
1
vote
2answers
78 views

Images not displaying in wpf-MVVM

Why image is not displayed? Is it my code is wrong? xaml code in View : <UserControl x:Class="AllSample.Views.LoadImageView" ...
0
votes
1answer
75 views

How to notify an item has selected from data grid in wpf and using mvvm?

I am trying to notify that an item is selected from data grid because I am opening a modal window while selecting a item from data grid. I am editing selected item in modal window and due to which I ...
0
votes
0answers
22 views

Selection Changed IsPostBack or refresh

Is there a way for a SelectionChangeEvent to get refreshed after selecting an item? I'm having trouble on my windows phone application. Here is the scenario, I have three items in my combo box, when ...
1
vote
1answer
41 views

SL5 best option for a Win8 & WP8 development shop forced to develop a Win7 app?

We are a Win8 & WP8 (new) development shop that must develop a one-of internal use only LOB app that runs on Win7 (preferably out of browser). Since most of our client-side app knowledge is with ...
1
vote
2answers
100 views

How to clear a TextBox in MVVM?

I have a TextBox in a DataTemplate declared as follows: <TextBox Grid.Row="1" Grid.Column="1" Margin="0,4,0,0"> <i:Interaction.Triggers> <i:EventTrigger EventName="LostFocus"> ...
1
vote
1answer
113 views

CommandParameter with MVVM Light

I'm trying to get a RelayCommand working with a CommandParameter working using MVVM Light. The command is defined in my viewmodel, and I want to pass the selected ListBox item as the parameter. The ...
1
vote
1answer
35 views

Hotkey for moving to interface's (DataSource) implementation method

I'm using MVVMLight and IOC datasource approach. The thing is that when i need to jump to method implementation (like dataService.GetData()), i'm pressing F12, and jumping to interface itself. The ...
0
votes
1answer
102 views

Facebook login/logout, modern way

I had found tons of threads and solutions (like here, here, here or here). But they all either dated 2010-2011-early 2012, or have comment like "that way is not working anymore", or both. So, what ...
1
vote
1answer
52 views

Showing Progressring during navigation between pages

My intention is that when a user clicks a button to navigate to another page he will see a progressring untill the other page is fully loaded. I have found a lot of tutorials about the subject, but ...
0
votes
1answer
41 views

Dealing with Selectionchanged and currentlyselected item in viewmodel?

Could anyone please provide an example of how i can handle storing the currently selected item, within a longlistselector( or any list control ) within my viewmodel. I seem to fail to understand how ...
0
votes
1answer
40 views

ListBox with switches or observable dictionary

I have an ObservableCollection of SettingsModel has a string and bool. Now i'm making settings page, with listbox of switches. <Grid> <ListBox ...

1 2 3 4 5 26