Message 1 of 2
Use different UI framework (e.g. MetroFramework) with Revit API

Not applicable
03-10-2021
11:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I am developing Revit Plugins for 2 years and I am wondering if it is possible to use a different UI (not standard Windows Forms or WPF).
When I try to install the Metro Framework and use just one Button from it, I get a
System.IO.FileNotFoundException
The given file or a dependency cannot be found.
I tried to import the framework via the NuGet package manager and via manually creating the refereces.
Anyone could help me with that problem?
Or is there any other solution for using other UI controls/forms?
Best Regards
Roman