cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Begin your Archicad journey with our free learning path - perfect for newcomers and experienced users looking to strenghten their skills.

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

How to use AddOn in the schedule interface?

luna
Contributor

I hope my AddOn can be used in the schedule interface, it is gray now. 😞

 

question1.png

 

I have tried these methods, without success.

question2.png

 

Is there any other way?

4 REPLIES 4

Hi Luna,


I think there's actually no way to enable a menu command when you are in the schedule window. It's probably related to the issue, that we can't access schedules via the API anyway.

 

Best,

Bernd

Automating Archicad with Add-Ons, GDL-Objects & Python Archi-XT.com

Thank you, Bernd.

 

Is there any way to export the schedule I designed into Excel? Of course, through my AddOn, not the AC's built-in save function.

You could setup the schedule to be published in a publisher set (not sure if this can be done via the Add-On) and then save it with ACAPI_ProjectOperation_Publish.

Automating Archicad with Add-Ons, GDL-Objects & Python Archi-XT.com

Thanks, I still need some time to learn and try this method. 🙂