Old issue I am sick of - need a reactor based lisp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I (and the users) are sick to death on dealing with a long time issue without much progress to a solution... I currently have welcomed support from two software companies that are looking at the issue - one seems committed, the other is yet to be seen.
Until it is solved, I need to write a Save reactor based code - or better perhaps my own QSave command (redefined qsave) and make it available to the users.
The dialogs below highlight two cases.
- In case A... the sav*.tmp file gets created and remains with the drawing file in the drawings location.
- In case B... the sav*.tmp as well as a 'atmp*' gets created and remains in the drawings location... however, in this case the drawing file vanishes from the server.
- In both these cases, once the dialog is dismissed, the user does another emmeditiate save... this save is always successful.
I know that if Qsave is ran from lisp... these dialog boxes DO NOT pop, but are instead produced at the command prompt.
In case A the drawing file is there, but in case B the drawing file is not... I could condition somehow... so that a second save is done in both cases.
Has anyone seen a lisp for something like this... or perhaps could give me a leg up?