TheSwamp

Code Red => .NET => Topic started by: nobody on February 26, 2020, 09:46:13 PM

Title: Palette
Post by: nobody on February 26, 2020, 09:46:13 PM
Anyone know what I need to set in visual studio so that the palette I design matches what shows up in autocad?  I think it's a DPI issue or something but not sure
Title: Re: Palette
Post by: CADbloke on March 03, 2020, 02:18:57 AM
If you're doing WPF, point JetBrains DotPeek (free!) at AdUiPalettes.dll and look under the Resources \ palettes \ all the .bamls which will decompile into XAMLs. There may be other DLLs with theme stuff in them. For amusement, run a debug session on an AutoCAD plugin and turn WPF binding errors on - AutoCAD 2019 has quite a few without any help from me.