@jetdv Edward, I have used the 'using (UndoBlock undo = ...' many times in my application extension. For some reason, I can't use Ctrl+Z to undo the action. Edit/Undo works, and Ctrl+Y reverses the undo. Have you any idea why Ctrl+Z doesn't work?
This is a sample
using (UndoBlock undo = new UndoBlock("Add Titles and Text Event"))
{
Apply_Plugin(lLen, ELen, PlugNme.Text, myFiOLen); //Call the sub-routine to apply the event
}
Am I missing something?
Ctrl+Z doesn't work with Application Extension
Jack S
wrote on 12/21/2023, 5:35 AM