I've created a <DockableWindows> using Desktop Add-Ins / ArcMap Add-in / Type Dockable Window.
everything compiles fine.
<DockableWindow id="ArcMapAddin7_DockableWindow1" class="DockableWindow1+AddinImpl" caption="My Dockable Window" image="Images\DockableWindow1.png">
When I debug the project and use the Add-In Manager / Customize... / Commands I can't find above DockableWindow reference in
either the Categories or Command.
FYI same problem with Add-In menus.
Solved! Go to Solution.
I don't believe they are things that appear in the Customize/commands section. Think about it, you can't find the dockable catalog window or ArcToolbox window in it. The buttons that open them are there but not the actual window.
I wrote a project a few years ago that employed dockable windows and can confirm that I do not see them in the customize dialog in Arcmap.
I don't believe they are things that appear in the Customize/commands section. Think about it, you can't find the dockable catalog window or ArcToolbox window in it. The buttons that open them are there but not the actual window.
I wrote a project a few years ago that employed dockable windows and can confirm that I do not see them in the customize dialog in Arcmap.