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

Created Issue: Use ICustomTypeProvider if posible when binding View to...

Allows to use dynamically generated types as ViewModels. Implemented by adding #if SILVERLIGHT var viewModelTypeProvide = viewModel as ICustomTypeProvider; if (viewModelTypeProvide != null){...

View Article


New Post: Windows.UI.Interactivity ... any idea for when the latest will be...

Looking forward to the fixes, thanks a bunch!  I would appreciate getting a notification.

View Article


Source code checked in, #885aafc0a559

Use ICustomTypeProvider if possible when binding View to ViewModel

View Article

Edited Issue: Use ICustomTypeProvider if possible when binding View to...

Allows to use dynamically generated types as ViewModels. Implemented by adding <br /><br />#if SILVERLIGHT<br /> var viewModelTypeProvide = viewModel as ICustomTypeProvider;<br...

View Article

Commented Issue: Use ICustomTypeProvider if possible when binding View to...

Allows to use dynamically generated types as ViewModels. Implemented by adding <br /><br />#if SILVERLIGHT<br /> var viewModelTypeProvide = viewModel as ICustomTypeProvider;<br...

View Article


New Post: Portable Class Libraries

Hi  there,I'm also developing an app for both WinRT and Phone8, we've made quite a lot of headway using PCL to hold the view models that serve both platforms, and are also under complete unit test. We...

View Article

Source code checked in, #d7612b1be9b9

[WP7] Fix ArgumentException in ArrangePlacement

View Article

Edited Issue: ArgumentException during ArrangePlacement in Open HostDialog [220]

I believe that we can run into issue because Popup is not yet visible when we're trying to call TransformToVisual in<br /><br /> public void Open() {<br /> if(isOpen)<br />...

View Article


Commented Issue: ArgumentException during ArrangePlacement in Open HostDialog...

I believe that we can run into issue because Popup is not yet visible when we're trying to call TransformToVisual in<br /><br /> public void Open() {<br /> if(isOpen)<br />...

View Article


Commented Issue: NullReferenceException in TaskController [215]

I think that we should check if @event is null in line 102 in OnResurrected methodvar @event = taskType.GetEvent("Completed");the same as it's checked in 53 line in...

View Article

New Post: Bind to a property value

How can you bind something to a property value, so I have a collection of items like: publicclass Item {publicstring Title { get; set; }public Detail Details { get; set; } }publicclass Detail...

View Article

Source code checked in, #db200b9518ff

[WP7] Fix InvalidOperationException when Message is empty on AppBarButton or AppBarMenuItem

View Article

Source code checked in, #3e8b5479aab6

[WP7] cal:AppBarButton don't work when ViewModelBinder.ApplyConventionsByDefault = false

View Article


Edited Issue: cal:AppBarButtons don't work when...

cal:AppBarButtons don't work when ViewModelBinder.ApplyConventionsByDefault = false

View Article

Commented Issue: cal:AppBarButtons don't work when...

cal:AppBarButtons don't work when ViewModelBinder.ApplyConventionsByDefault = falseComments: The AppBar conventions are now always applied.

View Article


Source code checked in, #b70a5350a693

Optimize BindableCollection AddRange() and RemoveRange() CollectionChanged event

View Article

Source code checked in, #ceecfb7dbf82

Screen.Parent is not updated when removed from Conductor

View Article


New Post: Portable Class Libraries

I've been messing around with CM lite lite roll your own framework and I've also been messing with MvvmCross.  I have a basic screens and conductors implementation working in MvvmCross.  They live in a...

View Article

Source code checked in, #7195553e1dc2

Fix Exception in Designer on Bind.AtDesignTime=False

View Article

Closed Issue: Problem with serialization on WP7 [223]

Hello,Could you please add "[DataContract]" attribute for "Screen" class, because the absence of this attribute is causing serialization error for classes which inherit from "Screen" class.I think it's...

View Article
Browsing all 1760 articles
Browse latest View live