Get exception "cant modify empty undo list"
Posted: Fri Nov 09, 2007 3:07 pm
After inserting a picture into an empty table cell I get an exception: "can't modify empty undo list". The picture is inserted using:
editor = InPlace-Editor in TableCell
UndoLimit is -1
After calling this method, the exception occurs. Using this method outside the table works well.
Code: Select all
editor->InsertPicture( "", Bitmap, rvvaBaseline );
UndoLimit is -1
After calling this method, the exception occurs. Using this method outside the table works well.