Search found 3 matches

by mko
Thu Sep 08, 2005 7:24 am
Forum: Support
Topic: Doing selection within table cells
Replies: 3
Views: 22543

Great,

I've got it working now. Using GetRVData on every table cell was the missing link for me.

Thanks also for the other hints
by mko
Mon Sep 05, 2005 7:22 am
Forum: Support
Topic: Doing selection within table cells
Replies: 3
Views: 22543

Doing selection within table cells

Hi, I want to be able to delete a part of a document between two controls I've added into the document. This part is an optional part of the document, so I've got to be able to switch it off. If the optional part is not in a table, I've got it working. But it is also possible that an optional part o...
by mko
Mon Sep 05, 2005 6:51 am
Forum: Support
Topic: Stream problems using controls Developer Express Controls
Replies: 4
Views: 23030

Removing TRichView(Sender).RemoveControl(lOldCtrl); did not help, I added it as a possible solution.

It seems that the reconstruction of the specific controls isn't done correctly when loading RVF into a RichViewEdit, leading to Access Violations when trying to free them.