New Post: Default Item Template and ICollectionView
@blah238 - you tried my fix to this issue, but the same problem happens with the filter applied when you use my fix?
View ArticleCreated Issue: Incompotable types with WP7 [299]
Hello. I have an issue occured while using your library(Caliburn.Micro).Interface IHandle<> defined as IHandle<in T> instead of IHandle<T>.It causes app crash while runnig on WP7...
View ArticleNew Post: Windows 8 store apps
Dear Sir, Very simple and direct question: Can I use Caliburn.Micro framework to develop Windows 8 store application? Thanks, Roberto Jucá
View ArticleNew Post: Default Item Template and ICollectionView
No I think your fix works great. As I mentioned in the other thread, I think it's just my design causing me confusion. Basically what I'm doing is filtering two collections based on their items'...
View ArticleReviewed: Caliburn.Micro v1.5.0 (mar 20, 2013)
Rated 5 Stars (out of 5) - Loving the new AsResult extension method which makes possible to include async Tasks into co-routines. Looking forward to having a post to go deep into these new...
View ArticleReviewed: Caliburn.Micro v1.5.0 (mar 20, 2013)
Rated 5 Stars (out of 5) - Loving the new AsResult extension method which makes possible include async Tasks into co-routines. Looking forward to having a post to go deep into these new functionalities.
View ArticleNew Post: IHandle(of ...) is ambiguous
When I have multiple IHandle I'm receiving this warning: 'Interface 'caliburn.mciro.ihandle(of events.detailchangedevent)' is ambiguous with another implmeneted interface 'caliburn.miro.ihandle(of...
View ArticleCommented Issue: Incompotable types with WP7 [299]
Hello. I have an issue occured while using your library(Caliburn.Micro).Interface IHandle<> defined as IHandle<in T> instead of IHandle<T>.It causes app crash while runnig on WP7...
View ArticleNew Post: [WP8] ViewModel - View convention bug?
Hi. I simply changed the viewmodel name and view name to ManageCheckListViewModel and ManageCheckListView respectively, now it worked fine. I also created another project with different name and it...
View ArticleNew Post: IHandle(of ...) is ambiguous
This can only happen when your events are in in inheritance hierarchy. e.g. events.modelsavedevent is a subclass of events.detailchangedevent
View ArticleCommented Issue: Incompotable types with WP7 [299]
Hello. I have an issue occured while using your library(Caliburn.Micro).Interface IHandle<> defined as IHandle<in T> instead of IHandle<T>.It causes app crash while runnig on WP7...
View ArticleNew Post: IHandle(of ...) is ambiguous
But they are not. My events are:Namespace Events Public Class DetailChangedEvent Public Property Sender As Object Public Property Identification As Integer End Class End NamespaceNamespace Events...
View ArticleNew Post: IHandle(of ...) is ambiguous
Seems that the VB.Net and the C# compiler behave different here:Multiple Generics ambiguityGeneric Co- and Contravariance in Visual Basic 2010
View ArticleNew Post: IHandle(of ...) is ambiguous
Yes, I have read the first link prior, but the short answer seems to be "oh well." I will have to take some time to read through the second link, but while skimming it I did not see an answer to how I...
View ArticleCommented Issue: Incompotable types with WP7 [299]
Hello. I have an issue occured while using your library(Caliburn.Micro).Interface IHandle<> defined as IHandle<in T> instead of IHandle<T>.It causes app crash while runnig on WP7...
View Article