Search found 5 matches
- Mon Jul 25, 2016 5:03 pm
- Forum: RVMedia
- Topic: Snapshot always saves the image from first camera
- Replies: 4
- Views: 24478
- Mon Jul 25, 2016 3:38 pm
- Forum: RVMedia
- Topic: Snapshot always saves the image from first camera
- Replies: 4
- Views: 24478
- Fri May 08, 2009 12:24 am
- Forum: ScaleRichView
- Topic: How To Print / Print Preview??
- Replies: 5
- Views: 39519
- Tue Apr 14, 2009 6:42 pm
- Forum: Support
- Topic: How to delete a checkpoint
- Replies: 2
- Views: 11853
- Tue Apr 14, 2009 4:04 pm
- Forum: Support
- Topic: How to delete a checkpoint
- Replies: 2
- Views: 11853
How to delete a checkpoint
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 ...
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 ...