J
Johnny
Hi all,
I am working on a Multi Document Visio application with an ActiveX visio
drawing control in each of the opened window. I am trying implement the undo
function by using the aDC.Document.Application.Undo() function. This works
fine on single opened window or even multiple opened windows. However, this
generate an COMException if the window is opened through a QueueMarkerEvent.
What I mean is that I modified one of the shape's double click property in
the sharpsheet to execute a QueueMarkerEvent. I also implemented the
interface to handle those events. One of them as mention is when that sharp
is double click, it will open another window. Undo doesn't work on that new
window. I hope I am being clear enough. Any suggestion?? Thanks in advance.
Johnny
I am working on a Multi Document Visio application with an ActiveX visio
drawing control in each of the opened window. I am trying implement the undo
function by using the aDC.Document.Application.Undo() function. This works
fine on single opened window or even multiple opened windows. However, this
generate an COMException if the window is opened through a QueueMarkerEvent.
What I mean is that I modified one of the shape's double click property in
the sharpsheet to execute a QueueMarkerEvent. I also implemented the
interface to handle those events. One of them as mention is when that sharp
is double click, it will open another window. Undo doesn't work on that new
window. I hope I am being clear enough. Any suggestion?? Thanks in advance.
Johnny