2025-05-23 04:28 AM
Hi everyone:
I want to make an automatic plugin,but the "Active Library Usage" pop-ups blocks my process.
How to skip it.
eg:
Solved! Go to Solution.
2025-05-23 12:42 PM
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.
2025-05-23 12:42 PM
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.
2025-05-26 03:42 AM
I open file like this。Inspired by you, I already know how to do it ,thank you.
2025-05-26 05:08 AM
Can this be achieved through command-line arguments?
2025-05-27 02:46 PM
I don't know, but I doubt this is possible