emmanuel.james 1 Posted November 26, 2020 How can I select which palettes to show and which palettes to hide using the SDK. Basically I need to programmatically perform what we do from the menu Window>Palettes. 1 Quote Share this post Link to post
Hippocode 22 Posted November 26, 2020 Have a look in this topic: If you don't create something, your can use other functions to traverse the workspace, find the palette by name or identifier and use that handle to show/hide these. Quote Share this post Link to post
emmanuel.james 1 Posted November 26, 2020 @Hippocode I have obtained the handle for the palette. I set the visibility state to true using SetVisibilityState(), but this didn't change anything. Quote Share this post Link to post
Tobias Döngi 3 Posted November 27, 2020 (edited) If you are trying to set the palette visibility on Windows then this call will not work at all. Please see my answer in above mentioned thread. You would have to retrieve the WindowsOSData, parse the XML, find the corresponding palette there and alter its visibility. As far as I know this cannot be done via SDK yet. Edited November 27, 2020 by Tobias Döngi Quote Share this post Link to post