How to skip "Active Library Usage" pop-ups without user intervention
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
Central Innovation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
Central Innovation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2025-05-26 03:42 AM
I open file like this。Inspired by you, I already know how to do it ,thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2025-05-26 05:08 AM
Can this be achieved through command-line arguments?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2025-05-27 02:46 PM
I don't know, but I doubt this is possible
Central Innovation