Question

I am looking for a way to show a busy indicator when Caliburn is loading a control. That means when caliburn automatically calls the OnInitialize-Method I would like it to show an busy indicator above the control that it loads.

Was it helpful?

Solution

I've implemented this by using coroutines. Search documentation on caliburn's project home, there's a 'ShowScreen' class that implements IResult.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top