mvvm-light
MVVM Light screen activation - what is the recommended pattern?
By \"screen activation\" I mean a concept from Caliburn Micro, when you want either display something in the region that was not occupied or switch one view with another. In Caliburn Micro, all this i[详细]
2023-04-13 03:14 分类:问答IDataService in MVVM-Light toolkit V4 Beta
I\'m learning Silverlight for WP7 and stumbled upon the MVVM Light toolkit. I thought it would be a good Idea to learn the newest thing so I installed the V4 Beta. Sadly there isn\'t any documentation[详细]
2023-04-12 09:58 分类:问答MVVM - View loading and eventhandling
In my windows phone app, I need to track some events to get a good flow. But I\'m not sure how to handle them in good sequence.[详细]
2023-04-12 02:14 分类:问答Registering for messages outside of a ViewModel in MVVM Light?
I was trying to register for a message outside of a ViewModel in a static constructor but apparently that registration didn\'t take: the registered action never ran when messages were sent. I tried pa[详细]
2023-04-11 19:49 分类:问答EventToCommand in DataTemplate
I\'m using the EventToCommand Class from the MVVM-light-Toolkit to handle the AutoGeneratingColumn-Event in the WPF-DataGrid. It works fine in my Main-DataGrid, but I use another DataGrid in the RowDe[详细]
2023-04-10 21:20 分类:问答Update instance in the first method before continue to run the second method in the same command
I have a method like this public void LoadProgrammeListFromChannel(TVDailyScheduleParam scheduleParam, Action 开发者_开发问答callback)[详细]
2023-04-10 17:06 分类:问答How to free up resources in the new MVVMLight V4
I would like to know which is the best way to clean up resources in the newly fashioned ViewModelLocator for MVVM-Light V4. As far as I know, until version 3, the method ViewModelLocator.Cleanup() inv[详细]
2023-04-09 14:54 分类:问答Asynchronous WCF Services in WPF - events
I am using WCF services asynchronously in a WPF application. So I have class with all the web service. The view models call the method in this proc, which in-turn calls the web service.[详细]
2023-04-08 16:11 分类:问答Display a custom login control in Windows Phone with Mvvm light
Ok, so what I am looking to do is to display some sort of login control (maybe a UserControl with a TextBox and PasswordBox) when the app is started.[详细]
2023-04-08 05:13 分类:问答Numeric text box with MVVM Pattern
I have seen implementations of numeric TextBox with code behind in WPF. How do we do this 开发者_如何学编程in MVVM pattern?In WPFif you bind the TextBox to a Decimal or a Int Property it will accept o[详细]
2023-04-07 21:17 分类:问答