New Post: Single instance wpf app
I use this method that I developed myself. I use it in many applications, since it integrates seamlessly with the WPF environment, and allows for inter-process communication (notification of next...
View ArticleNew Post: Single instance wpf app
Thanks for the info! What I really miss is an example of how the bootstrapper and the single instance detection code should be used together. I mean, should I handle single instance detection and then...
View ArticleNew Post: Single instance wpf app
As I was saying before: it depends on you. If you want/need to use stuff provided by the bootstrapper, the IoC or CM in general, the logic should be in the Bootstrapper (using the code I was speaking...
View ArticleCreated Unassigned: Partial unsubscription (and subscription) [347]
Sometimes a subscriber may no longer be interested in receiving messages of a certain type, however in its present form, if you unsubcribe from the event aggregator, you do so for all message types.So...
View ArticleNew Post: vb.net hello world. - frustrated, head banging
does anyone have a simple wp8 hello world sample for vb.net - I've coded in vb for 15 years and cant get on with c# I cant get anything to work in my experiments, mainly errors with the name/tag...
View ArticleNew Post: Screens, Conductors and Composition
Cheers for CM - It's really great. I am building an application based on the Billy Hollis model used in the CM Training example. My application is quite advanced and has 10 screens rather than the 3...
View ArticleNew Post: vb.net hello world. - frustrated, head banging
I also work in VB and have converted and built several of the various CM examples in a VB version. (Un-fortunately none of the Windows 8 or phone apps yet). The screens example modeled on the Billy...
View ArticleNew Post: Single instance wpf app
I guess you are right, putting the logic into the bootstrapper makes more sense and the cost is negligible indeed. I tried using your code but unfortunately I couldn't get it to work with...
View ArticleNew Post: Marshalling INotifyPropertyChanged.PropertyChanged event on UI...
First off all, why do you marshall INotifyPropertyChanged.PropertyChanged event to UI thread? There is no needed to do it, at least for WPF (it is automatically marshalled to the UI dispatcher). The...
View ArticleNew Post: Marshalling INotifyPropertyChanged.PropertyChanged event on UI...
The issue with the exception on shutdown has already be fixed in latest CM 2.0.0-alpha
View ArticleNew Post: Marshalling INotifyPropertyChanged.PropertyChanged event on UI...
Thanks! Do you consider option do not marshall INotifyPropertyChanged.PropertyChanged event on UI thread?
View ArticleNew Post: Marshalling INotifyPropertyChanged.PropertyChanged event on UI...
Check this issue. There is a way to disable this behavior (I am afraid, even if not globally).
View ArticleNew Post: Single instance wpf app
The code already deals with passing arguments (check the StartupNextInstance event). You can hook the event in the bootstrapper and process the arguments of the other application instance. Regarding...
View ArticleNew Post: Single instance wpf app
Check the latest source code from the project I posted above. I added a CM sample.
View ArticleSource code checked in, #91f16c0826c3e0a710ead5a087c93ad62e42e5b5
restrict Callisto version for Win8.0
View ArticleReleased: Caliburn.Micro v2.0.0-alpha (Nov 13, 2013)
Caliburn.Micro v2.0.0-alpha is a major release with breaking changes. This version has undergone significant re-design, splitting it into two portions: a Portable Class Library core and...
View ArticleUpdated Release: Caliburn.Micro v2.0.0-alpha (Nov 13, 2013)
Caliburn.Micro v2.0.0-alpha is a major release with breaking changes. This version has undergone significant re-design, splitting it into two portions: a Portable Class Library core and...
View ArticleEdited Issue: [Phone] NullReferenceException in TaskController [337]
Hi,I'm getting null ref errors in TaskController.OnTaskComplete method because the "request" field is null. I dug deeper and while I don't have a solid understanding of why it's happening here is what...
View ArticleEdited Issue: [Win8] StartDesignTime() is not executed in designer [344]
`StartDesignTime()` logic is not executed in designer.see https://caliburnmicro.codeplex.com/discussions/463911 for details
View Article