Deyan Nenov
Deyan Nenov
I am getting this error when I try adding a Ribbon Tab (Application.CreateRibbonTab(string tabName)) that I have already created in another add-in. I am checking if the tab has already...
+1 on this one. I found a genuine pyRevit test but that didn't work on my end either: https://github.com/eirannejad/pyRevit/tree/7eb0a4e1f6d2509735b2da80168b1c8b0e5b2f20/extensions/pyRevitDevTools.extension/pyRevitDev.tab/Debug.panel/Bundle%20Tests.pulldown/Test%20pyRevit%20Bundle.pushbutton
Any progress here? I have the exact same problem, gray window, no errors. .NET Framework 4.7.2 
Oh, come ooon! Fix soon, please?
> https://github.com/helix-toolkit/helix-toolkit/tree/develop/Source/Examples/WPF.SharpDX/CustomViewCubeDemo Thank you for the prompt reaction. I followed up on this lead and, while it looks great and easy to implement, in our case we are using a...
Oh. Currently we are adding some customization on the vertex shaders like so: `PSInput main(VSInput input) { PSInput output; //our flags are packed in this order: /* None = 0,...
Thank you, much appreciated. We will see if we cannot make use of the ScreenSpacedGroup3D, if it is already there and equally performant (as compared to applying this transformation inside...
You are 100% correct mate. The thing is, we do rely on the Dynamo View Model to provide us with a hook to the OnEvaulationCompleted event. This is in itself...
> I'd like to understand some of the assumptions made here: > > 1. `address the potential resource lock that might be causing the issue` - do you have some...
> I also see [here](https://github.com/DynamoDS/Dynamo/blob/master/src/DynamoCoreWpf/Views/HomePage/HomePage.xaml.cs#L475) that you did not implement a standard Dispose pattern. The webview2 component is not disposed when the HomePage is disposed. Might not be a problem,...