AutoCAD Read-Only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Current situation
- We have employes running AutoCAD LT that needs to open drawings as ReadOnly but oftenly forgets to click the little arrow and select Read Only.
- We have employes running AutoCAD (Not LT) that needs to work on those drawings in Read & Write mode.
Option 1
Set all the protected files to ReadOnly
Make a plugin that ask if you want to edit the drawing after opening it, remove the Read Only attribute, upgrade to Read&Write
I have successfuly done this option, but there is 2 problems that I have to resolve.
First, there is a "Open in read only" warning message that has to be skipped. I found a little LISP script to redefine the Open command, but it has side effects like removing the shortcut bar that I also cannot accept.
Second, the Open Mode upgrade doesnt remove the "Read only" in the window title until the document is saved. I have to refresh the title to remove that.
Option 2
Configure AutoCAD LT to always open as Read-Only (or at least make it the default behavior)
I don't know how to do this.
Anyone has a suggestion for me?
Thanks!