License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…

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

How to skip "Active Library Usage" pop-ups without user intervention

sxs
Booster

Hi everyone:

  I want to make an automatic plugin,but the  "Active Library Usage" pop-ups blocks my process.

  How to skip it.

 

  eg:

sxs_0-1747967281665.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
Solution

Are you calling ACAPI_ProjectOperation_Open in this automation process? If so, try changing the value of useStoredLib in the API_FileOpenPars parameter passed to the function.

Ralph Wessel BArch
Central Innovation

View solution in original post

4 REPLIES 4
Solution

Are you calling ACAPI_ProjectOperation_Open in this automation process? If so, try changing the value of useStoredLib in the API_FileOpenPars parameter passed to the function.

Ralph Wessel BArch
Central Innovation

sxs_0-1748223620998.png

 

I open file like this。Inspired by you, I already know how to do it ,thank you.

Can this be achieved through command-line arguments?

I don't know, but I doubt this is possible

Ralph Wessel BArch
Central Innovation

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!