UI refresh
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2024-10-22 09:22 AM
‎2024-10-22
09:22 AM
Does the C++ interface have a function that triggers a UI refresh?
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2024-10-22 11:51 AM
‎2024-10-22
11:51 AM
Depends on which parts you mean specifically.
There's e.g. ACAPI_View_Rebuild. And you can redraw palettes & dialogs which your Add-On creates.
But as far as I know, there's no function to refresh the existing AC palettes/menus.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2024-10-24 09:55 AM
‎2024-10-24
09:55 AM
Ok, I'll give it a try.