This is a migrated thread and some comments may be shown as answers.

BusyIndicator and Prisim.RegionManager won't work togehter

2 Answers 66 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
Sueleyman
Top achievements
Rank 1
Sueleyman asked on 29 Apr 2016, 10:07 PM

Hi,

I'm loading over a command (Async BackGroungWorker deleagte)  a view in a ContentControl via prisim regionmanager. 

I have to load some data in the view and want show a busy indicator. But it seems not so easy. I assume there's a pitfall with the sta thread. I must do the navigation request over the dispatcher thread. I use the InvokeOnUIThread() approach from the telerik example.

 

 

2 Answers, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 03 May 2016, 08:45 AM
Hi Sueleyman,

Can you please open up a support ticket and provide a sample project demonstrating the issue? This way we would be able to investigate it on our side and provide you with more details and a possible solution.

I'm looking forward to hearing from you.

Regards,
Kalin
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
0
Sueleyman
Top achievements
Rank 1
answered on 18 May 2016, 08:39 AM

Hi,

I sloved the problem. I swap all model load work in ctor and in OnViewActivate in a backgroundworker.

 

Tags
BusyIndicator
Asked by
Sueleyman
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Sueleyman
Top achievements
Rank 1
Share this question
or