GoText becoming editable on insert


Hi ,



I am inserting a Gotext on clicking the form. It becomes editable while inserted and thats why GoUndoManager is not able to keep track of the insert gotext command. But i need undo/redo for insert command. And also i need to undo/redo if there is any change in GoText text. Can you please help me out to solve this problem





Thanks and regards

Sanjib Medhi


Do you have a proper StartTransaction / FinishTransaction?
StartTransaction();

Add(text);
FinishTransaction(“Insert Text”);
?