is it possible to prompt a user for some input in a window, while the user is also doing stuff in Revit?
I want to make a tool that hides things in view based on what categories are selected with checkboxes in a prompt. Ideally, the user can keep the prompt open and to quickly hide/unhide categories while manipulating the view in Revit.
So far, all my prompts block out any input in Revit until the prompt is closed.
If you want to have eventhandlers that do stuff on revit events then it is slightly more complicated, and will require to unsubscribe from them on closing the window