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

New Post: Navigation for Win Phone 8

The problem was that the assembly name of my assembly didn't match the name of the namespace for my views, which caused the URL that was generated by UriFor<>() to be wrong. This seems like a...

View Article


New Post: Navigation for Win Phone 8

This might be caused by the assembly name and namespace needing to match issue that came with the VS 2012 Update #1. I had to fix our code the other day for this issue when I updated the VS 2012 Update...

View Article


New Post: Navigation for Win Phone 8

It seems like ViewLocator.DeterminePackUriFromType is the culprit. It assumes that the name of the assembly and the namespace matches, which is what you're describing but I'm not sure it has anything...

View Article

New Post: Panorama Conductor.Collection.OneActive Activation

Hello,I am trying to create class HomeViewModel : Conductor<IScreen>.Collection.OneActive with panorama in View binded to Items.I am waiting that OnActivationProcessed(IScreen item, bool success)...

View Article

New Post: Action.Target string

Nevermind this question - I found some examples of this.Greg

View Article


Closed Issue: Add BackStack property to NavigationService in WP7 [224]

In WP 7.1, a BackStack property was added to the navigation service that provides an enumerable of navigation history. Without this property, it is not possible to reliably remove all items from the...

View Article

New Post: Designtime support when there is no App.xaml

SelectAssemblies() in Caliburn.Micro 1.3.1:protectedvirtual IEnumerable<Assembly> SelectAssemblies() { if (Execute.InDesignMode) { var appDomain = AppDomain.CurrentDomain; var assemblies =...

View Article

Commented Issue: Defer bootstrapper start up [270]

At the moment the CM bootstrapper constructor calls the Start method which in turn calls Configure and SelectAssemblies. These virtual methods are supposed to be overwritten by the application's custom...

View Article


Commented Issue: Defer bootstrapper start up [270]

At the moment the CM bootstrapper constructor calls the Start method which in turn calls Configure and SelectAssemblies. These virtual methods are supposed to be overwritten by the application's custom...

View Article


New Post: Another ContextMenu Question ..

Thanks for this nice solution with ObservableCollection with context menu items/methods to call. However you would normallyhave the names as item names as string resources and method names to call...

View Article

New Post: Another ContextMenu Question ..

So, there is a couple of problems with your binding. You're bound to ContentMenuItems as your items source.. that is the context or the "Source" to the ItemContainer for a binding expression. Any...

View Article

New Post: WinRT Launch from Search Charm

Hi Guys,We're running into an issue when users launch our WinRT app from the search charm. When our app is running and the users uses the search charm, there's no problem. The OnSearchActivated...

View Article

New Post: WinRT Launch from Search Charm

I think you have to call Initialise() instead of Configure().On WinRT Caliburn.Micro is not doing any bootstrapping before you call DisplayRootViewFor() or DisplayRootView(). In the HelloWinRT sample...

View Article


New Post: Another ContextMenu Question ..

HiThank you very much for the example. It works ok - as intended. I have added a parameter to the ViewModel so that DeleteMenuItem can call theViewModel's original DeleteCustomer() method from the...

View Article

New Post: Another ContextMenu Question ..

Yea, that's understandable. I was hinting at that solution in this comment"Additionally, if you wanted you could also create a dispatcher type deal to map methods to strings with a common dispatcher....

View Article


Created Issue: Newer build to solve problems with System.Action and...

These were mistakenly included in a build and subsequently fixed with compiler directives. Now that WP8 is a common new target, can we get a new NuGet package to resolve these nagging compiler warnings?R

View Article

Closed Issue: Newer build to solve problems with System.Action and...

These were mistakenly included in a build and subsequently fixed with compiler directives. Now that WP8 is a common new target, can we get a new NuGet package to resolve these nagging compiler...

View Article


New Post: Are coroutines obsoleted by Async Targeting Pack?

bitbonk wrote:What other uses than asnyc progamming does IResult have?"See how I took advantage of context.View? This opens up a lot of possibilities while maintaining separation between the view and...

View Article

New Post: Another ContextMenu Question ..

Thank you for taking the time giving tips on making context menu Caliburn. I have played around with XAML, Bindings, TargetWithoutContent and found the right and simplest solution :-). This do not...

View Article

New Post: WinRT Launch from Search Charm

Thanks. It was actually the call to DisplayRootViewFor that I was missing. I was trying to just get a reference to the navigation service and navigating with that. That doesn't work, which makes sense...

View Article
Browsing all 1760 articles
Browse latest View live


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