.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Delete Palette from AutoCAD Tool Palette
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
190 Views, 2 Replies
12-07-2012 04:43 AM
Hi,
I wan´t to delete a palette from Autocad Tool Palette. How can I do?
thanks,
Ane
Re: Delete Palette from AutoCAD Tool Palette
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-11-2012 03:15 AM in reply to:
_ane_
Hello Ane,
Sorry, There is no direct way to remove the tool palette.
The "ToolPaletteManager.Remove" method does not work and we have already logged this.
As a workaround, you may consider removing the catalog item from the .atc file since it is an XML file and can therefore be parsed / modified by your application but is not recommended.
Balaji
Developer Technical Services
Autodesk Developer Network
Re: Delete Palette from AutoCAD Tool Palette
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-11-2012 07:53 AM in reply to:
_ane_
ToolPaletteManager class was moved from acmgd.dll to AcTcMgd.dll in AutoCAD 2013 with some new classes and methods updated. But the API for tool palette is not comprehensive with many missing features. It should have some easy generic methods like Create(), Remove(), Load(), Unload() for tool palettes.
-Khoa
