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: 21654
- Mon Jul 25, 2016 3:38 pm
- Forum: RVMedia
- Topic: Snapshot always saves the image from first camera
- Replies: 4
- Views: 21654
We received the fixed unit MRVThreads.pas, but the it cannot be compiled. [dcc32 Error] MRVThreads.pas(381): E2003 Undeclared identifier: 'MAX_BUFFER_SIZE' [dcc32 Error] MRVThreads.pas(771): E2003 Undeclared identifier: 'MAX_BUFFER_SIZE' [dcc32 Error] MRVThreads.pas(910): E2003 Undeclared identifier ...
- Fri May 08, 2009 12:24 am
- Forum: ScaleRichView
- Topic: How To Print / Print Preview??
- Replies: 5
- Views: 29782
- Tue Apr 14, 2009 6:42 pm
- Forum: Support
- Topic: How to delete a checkpoint
- Replies: 2
- Views: 10901
- Tue Apr 14, 2009 4:04 pm
- Forum: Support
- Topic: How to delete a checkpoint
- Replies: 2
- Views: 10901
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 che ...