New Post: "TypeInitialization Expected" thrown on Bootstrapper
Thanks.. I got it to compile by commenting out the "ArgumentNotNull" so it only logs it and does not throw an exception. The problem is now everything compiles correctly, and when I press the green...
View ArticleNew Post: How to use ConventionManager.ApplyValueConverter for int to string...
Hi, I have a control in the UI which extends HeaderedItemsControl and requires Header property to be set. I want to show a number on this control, but the Header property takes only a string as value....
View ArticleCommented Issue: Wrong screen activation when tombstoning a panorama [293]
Hi,Let be a MainViewModel which represents a panorama control with two different children types: ChildViewModel1 and ChildViewModel2. I've defined a MainStorageModel which persists the ActiveItemIndex...
View ArticleNew Post: ListBox & Cal:View.Context.
Hi, This is probably just a misunderstanding on my part. I have a model e.g. Foo, which I'm using different views for, depending on where the Foo is displayed. I'm currently have two views for a Foo,...
View ArticleNew Post: Question about IChild.cs?
Why is there a "new" in IChild<TParent> ?public interface IChild<TParent> : IChild { /// <summary> /// Gets or Sets the Parent /// </summary> new TParent Parent { get; set; } } Thx
View ArticleCommented Issue: Wrong screen activation when tombstoning a panorama [293]
Hi,Let be a MainViewModel which represents a panorama control with two different children types: ChildViewModel1 and ChildViewModel2. I've defined a MainStorageModel which persists the ActiveItemIndex...
View ArticleCommented Issue: Wrong screen activation when tombstoning a panorama [293]
Hi,Let be a MainViewModel which represents a panorama control with two different children types: ChildViewModel1 and ChildViewModel2. I've defined a MainStorageModel which persists the ActiveItemIndex...
View ArticleCommented Issue: Wrong screen activation when tombstoning a panorama [293]
Hi,Let be a MainViewModel which represents a panorama control with two different children types: ChildViewModel1 and ChildViewModel2. I've defined a MainStorageModel which persists the ActiveItemIndex...
View ArticleClosed Issue: EventAggregator in WinRT doesn't seem to be correct. [275]
Using the source drop-in for EventAggregator, it's publishing issues with System.Reflection namespace and the IsAssignableFrom method. Has anyone come up with a workaround for this?
View ArticleClosed Issue: xmlns:cal="http://www.caliburnproject.org" is not working in...
I'm setting up a Windows Phone 8 project and I've noticed that I can't use the short syntax to attach an action to a control, like for example:<Button cal:Message.Attach="[EventName Click] = [Action...
View ArticleClosed Issue: ConventionManager.HasBinding() does not always work with...
I have run into an issue where i have used a prioritybinding on the title property of the root window's view, it seem the implementation of HasBinding uses "BindingOperations.GetBindingExpression() !=...
View ArticleClosed Issue: Cannot override Screen.TryClose() [281]
The current Screen implementation does not allow for re-definition of either the TryClose() or GetViewCloseAction(bool?) methods, since neither of them is virtual (the second function is even...
View ArticleClosed Issue: Naming conventions fail in SemanticView (WinRT) [283]
From what I can see, using the x:Name convention matching to a property in the ViewModel works fine for a GridView outside of a SemanticView control, but as soon as it's in one, that convention fails,...
View ArticleClosed Issue: FrameAdapter should not directly depend on ViewAware class [284]
The `FrameAdapter` should use an interface for `void OnViewReady(object view)` instead of referencing the class `ViewAware` directly.Extending `IViewAware` would be an option.
View ArticleClosed Issue: EventAggregator does not allow polymorphism [288]
The EventAggregtor is advertised as allowing for polymorphism; however, it appears that the Handler class in EventAggregator short circuits the loop through supported handlers.See discussion:...
View ArticleSource code checked in, #368f73f05e17
Update System.Windows.Interactivity to VS2012 Update 2 CTP3
View ArticleCommented Issue: Add Execute.OnUIThreadAsync [242]
Allow to execute an System.Action on UI thread without waiting for it to complete.Comments: I think we need something like the following to be able to await the async operation: ``` #if WinRT public...
View ArticleUpdated Wiki: Documentation
DocumentationGetting Started IntroductionObtain and Build the CodeNugetCheat SheetSoup to Nuts Basic Configuration, Actions and ConventionsCustomizing The BootstrapperAll About ActionsWorking with...
View ArticleUpdated Wiki: Documentation
DocumentationGetting Started IntroductionObtain and Build the CodeNugetCheat SheetSoup to Nuts Basic Configuration, Actions and ConventionsCustomizing The BootstrapperAll About ActionsWorking with...
View Article