cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
2024 Technology Preview Program

2024 Technology Preview Program:
Master powerful new features and shape the latest BIM-enabled innovations

Archicad C++ API
About Archicad add-on development using the C++ API.

How to make my palette visible when ArchiCAD is loaded?

Anonymous
Not applicable
Hello.

I have a custom palette which I can show/hide using appropriate menu entries. I tried to make it appearing automatically from my Add-on's Initialize() routine, but without any success. It is not visible anyway.

Is there any way to do it?

Thanks in advance!
1 REPLY 1
Ralph Wessel
Mentor
EzPresso wrote:
I have a custom palette which I can show/hide using appropriate menu entries. I tried to make it appearing automatically from my Add-on's Initialize() routine, but without any success. It is not visible anyway.
Take a look at ACAPI_Notify_CatchProjectEvent. You can intercept the appropriate moment to show your palette using this facility.
Ralph Wessel BArch
Software Engineer Speckle Systems