Source code checked in, #829a19f42bb2c341b4b1a30d35c2df706cc55ec4
Add parameter checks to PhoneContainer.RegisterPhoneServices()
View ArticleUpdated Wiki: Working with Windows Phone 7 v1.1
Working with Windows Phone 7 v1.1 In version 1.0 we had pretty good support for building apps for WP7, but in v1.1 we’ve taken things up a notch. Let’s look at the same HelloWP7 sample that we did...
View ArticleCommented Unassigned: Error "Object Reference not set to an instance of an...
When I create a new Windows Phone 8 project in VS2012 Update 2 and use Caliburn.Micro 1.5.1 I get the following error when I add my Bootstrapper to the App.xaml (see attached screenshot):"Object...
View ArticleClosed Unassigned: Error "Object Reference not set to an instance of an...
When I create a new Windows Phone 8 project in VS2012 Update 2 and use Caliburn.Micro 1.5.1 I get the following error when I add my Bootstrapper to the App.xaml (see attached screenshot):"Object...
View ArticleSource code checked in, #8163e5dcfd7099f43c9dc7d01ed6b199da2188f1
PhoneBootstrapper: make PhoneService available to inheritors
View ArticleSource code checked in, #3894e04a371eac845482320141be6ee07dd9ede4
Merge branch 'AggregaterAdditions' of https://git01.codeplex.com/forks/mcdonnelldean/caliburnmicro into McDonnellDean/CaliburnMicro
View ArticleSource code checked in, #9b0ed2ea44063c67a56fa9d8c03857dfa9054e4d
change PhoneContainer to be more like WinRTContainer
View ArticleNew Post: UI takes time to referesh
Please check this issue. its very urgent. If you can suggest another way to find out the controls in view model at initilization time, otherwise i have to recreate the whole application.
View ArticleNew Post: [Dev Question] How is Handler Result Processing Used
Hi, I am in the middle of unit testing the event aggregator. I am looking at the HandlerResultProcessing func that looks to be capturing the result of the invoked handle. However, all handlers need to...
View ArticleNew Post: [Dev Question] How is Handler Result Processing Used
Your handler can be a coroutine or an async method that returns Task:IHandleWithCoroutine to have a coroutine handlerIHandleWithTask to have an (maybe) async Task handler This is supported by...
View ArticleNew Post: [Dev Question] How is Handler Result Processing Used
Ah, I didn't spot these extra handlers. Thanks.
View ArticleNew Post: UI takes time to referesh
please check below link i think its related to same.http://www.baud.cz/blog/fast-switching-between-viewmodels-in-caliburn.micro
View ArticleNew Post: UI takes time to referesh
I haven't been able to create this problem using OnViewReady. In terms of work arounds, what are you actually trying to achieve through accessing the view in the view model? This isn't something that...
View ArticleNew Post: Portable Class Library and CM
Hi, I'm trying to develop an app fro both Win8 and Win8 Phone using Caliburn Micro. I want to share the ViewModels on both so I'm trying to create the ViewModel library in a Portable Class Library...
View ArticleNew Post: Portable Class Library and CM
Believe its in the works but won't be for abit since there possible side affects associated with PCL and CM
View ArticleCreated Unassigned: AppBootstrapper: .Configure() not reliable if marked as...
Hi all,I had to mark the .Configure method of the bootstrapper as async since there is some file system access going on.Now, every 3-10 launches the app will not come up correctly as CM does not bind...
View ArticleCommented Unassigned: AppBootstrapper: .Configure() not reliable if marked as...
Hi all,I had to mark the .Configure method of the bootstrapper as async since there is some file system access going on.Now, every 3-10 launches the app will not come up correctly as CM does not bind...
View ArticleCommented Unassigned: AppBootstrapper: .Configure() not reliable if marked as...
Hi all,I had to mark the .Configure method of the bootstrapper as async since there is some file system access going on.Now, every 3-10 launches the app will not come up correctly as CM does not bind...
View ArticleNew Post: Advice on small project
Hello, I've got a simple application I'm working, my first WPF & MVVM app. Click on the link to see a very rough moqup:https://moqups.com/ahmadh21/uouUSrtP If you cant see the link above, this is a...
View ArticleNew Post: Screen deactivate overflow issue
If you try to close something ELSE on deactivate event (like another viewModel from a conductor ) you get stackoverflow... One fix i did is..What do you think ?void IDeactivate.Deactivate(bool close) {...
View Article