How to delete a checkpoint
Posted: Tue Apr 14, 2009 4:04 pm
I try to use the RemoveCheckpoint method and doesn't work for me.
I have added a “Delete checkpoint” button in your demo project Tutorial_2_3 under the listbox with checkpoints.
There is code Onclick for this button:
srv.RichViewEdit.RemoveCheckPoint(ListBox1.ItemIndex);
It does nothing. The checkpoint stays as is, I can go to it again.
Thanks.
I have added a “Delete checkpoint” button in your demo project Tutorial_2_3 under the listbox with checkpoints.
There is code Onclick for this button:
srv.RichViewEdit.RemoveCheckPoint(ListBox1.ItemIndex);
It does nothing. The checkpoint stays as is, I can go to it again.
Thanks.