Quantcast
Channel: caliburn Issue Tracker Rss Feed
Browsing all 20 articles
Browse latest View live

Edited Issue: Rescue method is called 3 times for single error in IResult [8398]

I have a button x:Name="Start". When I click it OnError is invoked three times: public bool OnError(Exception ex) { AppendLog(ex.Message); return false; } [Rescue("OnError")] public...

View Article



Created Issue: RescueAttribute default return value [8399]

I want to have global exception handler kick-in most of the time.In order to use global exception handler together with RescueAttribute I have to create bool OnError method and explicitly return...

View Article

Edited Issue: RescueAttribute default return value [8399]

I want global exception handler to kick-in most of the time.In order to use global exception handler together with RescueAttribute I have to create bool OnError method and explicitly return false.It...

View Article

Commented Issue: Rescue method is called 3 times for single error in IResult...

I have a button x:Name="Start". When I click it OnError is invoked three times: public bool OnError(Exception ex) { AppendLog(ex.Message); return false; } [Rescue("OnError")] public...

View Article

Closed Issue: RescueAttribute default return value [8399]

I want global exception handler to kick-in most of the time.In order to use global exception handler together with RescueAttribute I have to create bool OnError method and explicitly return false.It...

View Article


Commented Issue: IEnumerator is not disposed when result fails [8397]

I have a button x:Name="Start" and method public IEnumerable<IResult> Start() { using (Disposable.Create(() => AppendLog("Finished"))) { AppendLog("Started"); yield return new...

View Article

Closed Issue: IEnumerator is not disposed when result fails [8397]

I have a button x:Name="Start" and method public IEnumerable<IResult> Start() { using (Disposable.Create(() => AppendLog("Finished"))) { AppendLog("Started"); yield return new...

View Article

Commented Issue: IEnumerator is not disposed when result fails [8397]

I have a button x:Name="Start" and method public IEnumerable<IResult> Start() { using (Disposable.Create(() => AppendLog("Finished"))) { AppendLog("Started"); yield return new...

View Article


Commented Issue: IEnumerator is not disposed when result fails [8397]

I have a button x:Name="Start" and method public IEnumerable<IResult> Start() { using (Disposable.Create(() => AppendLog("Finished"))) { AppendLog("Started"); yield return new...

View Article


Commented Issue: Rescue method is called 3 times for single error in IResult...

I have a button x:Name="Start". When I click it OnError is invoked three times: public bool OnError(Exception ex) { AppendLog(ex.Message); return false; } [Rescue("OnError")] public...

View Article

Commented Issue: IEnumerator is not disposed when result fails [8397]

I have a button x:Name="Start" and method public IEnumerable<IResult> Start() { using (Disposable.Create(() => AppendLog("Finished"))) { AppendLog("Started"); yield return new...

View Article

Commented Issue: IEnumerator is not disposed when result fails [8397]

I have a button x:Name="Start" and method public IEnumerable<IResult> Start() { using (Disposable.Create(() => AppendLog("Finished"))) { AppendLog("Started"); yield return new...

View Article

Closed Issue: Rescue method is called 3 times for single error in IResult [8398]

I have a button x:Name="Start". When I click it OnError is invoked three times: public bool OnError(Exception ex) { AppendLog(ex.Message); return false; } [Rescue("OnError")] public...

View Article


Commented Issue: Add support for binding to DatePicker and TimePicker [8394]

It appears caliburn.micro does not automatically bind to DatePicker and TimePicker controls from the Silverlight Toolkit for WP7 based on property name. It would be nice if it did.Thanks!Comments: How...

View Article

Created Issue: Hierarchy message attach with target does not invoke...

When attaching a message by using the Action.Target dependency property the Can + MethodName guard is not invoked. I have attached a solution which has two projects. One for silverlight and the exact...

View Article


Commented Issue: Hierarchy message attach with target does not invoke...

When attaching a message by using the Action.Target dependency property the Can + MethodName guard is not invoked. I have attached a solution which has two projects. One for silverlight and the exact...

View Article

Commented Issue: Hierarchy message attach with target does not invoke...

When attaching a message by using the Action.Target dependency property the Can + MethodName guard is not invoked. I have attached a solution which has two projects. One for silverlight and the exact...

View Article


Created Issue: Allow creation of custom Popups in DefaultWindowManager [8401]

Currently default window manager does not allow creating custom Popup controls because CreatePopup method is not virtual, and going thorough reimplementing the whole IWindowManager interface is too...

View Article

Closed Issue: Allow creation of custom Popups in DefaultWindowManager [8401]

Currently default window manager does not allow creating custom Popup controls because CreatePopup method is not virtual, and going thorough reimplementing the whole IWindowManager interface is too...

View Article

Commented Issue: Allow creation of custom Popups in DefaultWindowManager [8401]

Currently default window manager does not allow creating custom Popup controls because CreatePopup method is not virtual, and going thorough reimplementing the whole IWindowManager interface is too...

View Article
Browsing all 20 articles
Browse latest View live




Latest Images