New Post: Which samples can be used with WPF?
the windowmanager/ keybinding / simplemdi examples are out of the box WPF examples. most others are Silverlight or WP. All of which use MEF for location and composition (except for WP it uses...
View ArticleNew Post: How to adopt HelloScreens sample to work in WPF environment
Greetings, I'm just starting with WPF and Caliburn.Micro and I really would like to be able to run the HelloScreens sample as a WPF solution. When I try to run this sample as-is, I get "A null...
View ArticleNew Post: ViewLocator Issues..
So if I add the NameFormat parameter as above, is there any reason why MVVM2.ViewModel.ViewModel1" wouldn't result in a view of the type name "MVVM2.View.View1"? Thanks!
View ArticleNew Post: ViewLocator Issues..
rspiewak wrote: So if I add the NameFormat parameter as above, is there any reason why MVVM2.ViewModel.ViewModel1" wouldn't result in a view of the type name "MVVM2.View.View1"? Thanks! I already...
View ArticleNew Post: ViewLocator Issues..
Thanks. It would be nice if there was either more documentation or some test APIs to figure out what CM would do with certain inputs.
View ArticleNew Post: ViewLocator Issues..
rspiewak wrote: Thanks. It would be nice if there was either more documentation or some test APIs to figure out what CM would do with certain inputs. The "Handling Custom Conventions" of the...
View ArticleNew Post: ViewModels are not attached automatically
Could you please address this issue? It's a blocker for me.
View ArticleNew Post: Using CM with third party controls
Greetings! What would it take to be able to use CM with third party controls? In my case, I have a rich collection of WPF controls from DevExpress, which includes GridControl (<dx:GridControl/>)...
View ArticleNew Post: Using CM with third party controls
Bladewise has experience with those I believe, as for myself I use Telerik and they work just fine sometimes you might have to create the control convention that corresponds, for a datagrid control you...
View ArticleNew Post: ViewModels are not attached automatically
Did you make any changes or add anything to the NamingConvention?
View ArticleNew Post: ViewLocator Issues..
OK, light finally dawned over marble head, I changed my naming conventions to conform to how CM actually works, and the problem was solved. At any rate, I did end up drilling down further so I...
View ArticleNew Post: Telerik RadDockingManager implementation
How do you use RadDockingManager in Bootstrapper to launch the ShellView main window and launch radpanes screens? Is there a sample we can use use? Thanks
View ArticleNew Post: Historical Collection
Hello, I was in need of a Conductor that had a history. More specifically, I wanted to have a navigation system where I could drill down deep and then when I closed the items, it would pop back to...
View ArticleNew Post: What is the difference between DisplayRootView and DisplayRootViewFor?
I've got a test app I'm using to learn C.M. Navagation from one screen to another only works if I use DisplayRootView as opposed to DisplayRootViewFor in my OnLaunched code. I would have thought the...
View ArticleNew Post: GameLibrary sample in vs2012
Looks like the problem was on my end. It was just an issue with vs2012.
View ArticleNew Post: [Windows Phone 8] Full Screen Dialog
Hi Guys. Following the question I had on This work item:How can I create a full screen dialog on Windows Phone 8? In short, here are the requirements:The dialog should be opened in Full-screen The...
View ArticleNew Post: ViewModels are not attached automatically
Nekroido, the only default naming convention is for mapping between the *.ViewModel and *.View namespaces. It's not based on the directory structure, as the namespace in a given file can differ from...
View ArticleNew Post: ViewModels are not attached automatically
Perhaps Nekroido, you could write the full name (Namespace + class name, not file location) of the views and the view-models - This will enable everyone to see what's going on :) Good luck!
View Article