Display WPF UI without blocking Revit in the background

Display WPF UI without blocking Revit in the background

MiguelGT17
Advocate Advocate
727 Views
3 Replies
Message 1 of 4

Display WPF UI without blocking Revit in the background

MiguelGT17
Advocate
Advocate

Hi community,

 

I've always been working with wpf windows and using the showDialog() command to display the UI. This usually freeze revit in the background and enhance to focus on the UI. 
Is there any terminology that I can look up in the internet to display an UI without freezing Revit in order to be able to click elements, change from views, etc. while having the UI next to the Revit program?

 

All the best,

Miguel G.

0 Likes
Accepted solutions (1)
728 Views
3 Replies
Replies (3)
Message 2 of 4

MiguelGT17
Advocate
Advocate
Accepted solution

nevermind I achieved what I wanted by using show() instead of showDialog()

 

0 Likes
Message 3 of 4

reylorente1
Collaborator
Collaborator

Hello, did you have to add the property Topmost = true?

Message 4 of 4

MiguelGT17
Advocate
Advocate

sorry for the late reply. That's up to you, I'm only using this property

WindowStartupLocation="CenterScreen"

 

stay bless