RO mode or Closing within AIDocumentOpened Notification
Hi,
We have a plugin where we are implementing a check-in, check-out system in AI.
There is one big issue with this. I have not found a way to open a file in read-only mode within AI.
Best we got was to set the file attributes to RO but it is too easy to overcome.
The next best solution would be to immediately close the file after determining it is not available.
The issue here is that we can't call sAIDocument->Close() within the AIDocumentOpened notification call or AI will crash.
Has anybody found solutions or workarounds for this ?
Thank you
Christian