Call Window Tool via API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2024-10-30 08:59 AM - edited ‎2024-11-04 09:17 AM
If the user clicks the Window Tool, then a preview of the last selected library part is shown and the element can be inserted with a click. How can I achieve this via the API by code?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2024-11-13 09:43 AM
Hi, you can use ACAPI_Toolbox_SetToolBoxMode() command to force the Window tool to active, please check the Examples code Do_SetToolBoxMode () in Element_snippets.cpp.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2024-11-13 09:43 AM
Hi, you can use ACAPI_Toolbox_SetToolBoxMode() command to force the Window tool to active, please check the Examples code Do_SetToolBoxMode () in Element_snippets.cpp.
HTH.