Message 1 of 7
Undo Begin and End.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am writting a large application in Vlisp.
I am using "undo" "mark" "back" extensively for my
"Cancel" buttons. If the user "Cancels" then the undo features of my app undoes what the application did to
the drawing in the mean time.
However, I would like to use "Begin and "End"
I understand that this makes a "U" undo all the actions
that were done between the "Begin" and the "End" switches
undo as if they were done by a single opperation.
Trouble is I cannot seem to get it to do this.
I want to allow the user, once he closes my application
to do "U" to simple undo all the actions that were done
the last time the application was running.
Thoughts?
I am using "undo" "mark" "back" extensively for my
"Cancel" buttons. If the user "Cancels" then the undo features of my app undoes what the application did to
the drawing in the mean time.
However, I would like to use "Begin and "End"
I understand that this makes a "U" undo all the actions
that were done between the "Begin" and the "End" switches
undo as if they were done by a single opperation.
Trouble is I cannot seem to get it to do this.
I want to allow the user, once he closes my application
to do "U" to simple undo all the actions that were done
the last time the application was running.
Thoughts?