Quantcast
Channel: Caliburn.Micro: Xaml Made Easy
Browsing all 1760 articles
Browse latest View live

New Post: CM 1.4: DisplayRootViewFor works but DisplayRootView cannot find...

DisplayRootView<MenuView>() caanot find the matching view model MenuViewModel.While DisplayRootViewFor<MenuViewModel> can find the appopreate view MenuView. Can't figure out what i'm...

View Article


Commented Issue: winrt: DisplayRootViewFor works, DisplayRootView does not [262]

DisplayRootView<MenuView>() does not find the matching view model MenuViewModel.Using DisplayRootViewFor<MenuViewModel> does find the appopreate view.. can't figure out what i'm missing.I'm...

View Article


New Post: [Caliburn Micro] How to bind the HyperLink of click event in...

I have found an easy workaround in this StackOverflow question and I have adapted it to Caliburn.Micro and it is working.Hope it...

View Article

New Post: How to persist caliburn micro app size?

I've been fighting my way through this same issue, and I finally got this to work by adding one line of code to the above snippet:protectedoverridevoid OnStartup(object sender, StartupEventArgs e)...

View Article

New Post: Calling Parent VM in ItemsControl

There's this example from the Nuts'n'Bolts series, however it deals with the item being a DataTemplate. I'd like to keep things separate with a viewmodel, which works fine, but apparently not with...

View Article


New Post: Change Page and Update Control from property

I'm Click Button and changing page in tabcontrol not update control from property,Please help me.ShellViewModel.cs [ImportingConstructor]public ShellViewModel(IEventAggregator...

View Article

New Post: Get ViewModel through IoC isssue

I'm newcommer in Caliburn.You can see ViewModel code below.[Export(typeof(CardValidatingViewModel))]publicclass CardValidatingViewModel { [ImportingConstructor]public CardValidatingViewModel(string...

View Article

New Post: Get ViewModel through IoC isssue

In your importing constructor, you have a parameter that MEF can't resolve. It's looking in the container for a string part and doesn't find one. You typically inject  into the constructor using...

View Article


Commented Issue: ShareTarget Example (WinRT) [256]

Hello!I found again a Issue in the ShareTarget WinRT Example and also in my Project.If i try to share from e.g. IE ist works the first time.If i want to share again, -> second Share Target Call, i...

View Article


New Post: Get ViewModel through IoC isssue

Can you explain why you need to get the viewmodel from the IOC, in that nature?  Its kind of counter to what MEF and CM are normally doing behind the scenes.  CM will automatically bind the viewmodel...

View Article

New Post: Get ViewModel through IoC isssue

Thank you very much guys! mvermef, thank you especially, now it's clear for me how to interact within viewmodel with view's lifecycle events.

View Article

New Post: Get ViewModel through IoC isssue

Hm... I faced the issue with OnActivated overriding or OnLoaded overriding. If I invoke required method I don't see the view. The method I invoke is a long running computational and I\O bound task....

View Article

New Post: CM 1.4: DisplayRootViewFor works but DisplayRootView cannot find...

Can you send me a sample of this not working to nigel.sampson@compiledexperience.com and I'll take a look.

View Article


New Post: Get ViewModel through IoC isssue

It all boils down to design decisions.  We have all been there, but if you are trying to keep the UI responsive then you are going to want to play with tasks or threads (framework version dependent), I...

View Article

New Post: CM 1.4: DisplayRootViewFor works but DisplayRootView cannot find...

A common thing missing is the registration of the Frame control as the navigation service. In your App.xaml.cs you should have something like the following.protectedoverridevoid PrepareViewFirst(Frame...

View Article


New Post: CM 1.4: DisplayRootViewFor works but DisplayRootView cannot find...

As I was making a sample, I found the problem.When adding a new XAML page to your project, the default DataContext is set like thisDataContext="{Binding DefaultViewModel, RelativeSource={RelativeSource...

View Article

Created Issue: Windows Phone 8 Panorama issue [263]

We're currently "porting" our existing app that uses caliburn to WP8. Most of the things are working as it used to but one strange thing occurred. In app with panorama layout that uses AllActive as...

View Article


New Post: Shell.Dialogs.ShowDialog() Disables other controls on shell - how...

I have a Shell that has a Dialogs (IDialogManager - implemented by DialogConductor. I have some buttons on the Shell that I need to remain active when a dialog is shown.I realise that the point of a...

View Article

New Post: WinRT and ViewModel-first: XAML is not enough!

After some hours of head scratching and debugging, I have finally managed to successfully run a simple ViewModel-first Caliburn application for WinRT!I thought I'd share my experiences in case it can...

View Article

New Post: New Caliburn.Micro app in the Windows 8 App Store

Hey guys, just wanted to let you know that our app was published to the store. It's called MetroPass: http://apps.microsoft.com/webpdp/en-us/app/metropass/fa0bacf9-32f3-4036-8f38-327cb7c22bee.The app...

View Article
Browsing all 1760 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>