Search found 25 matches

by mphilbrick
Tue Jan 11, 2011 6:38 am
Forum: Support
Topic: create checkpoint in table cell
Replies: 1
Views: 9531

Please disregard. There was a method later on in my source that overwrote the checkpoint.
by mphilbrick
Tue Jan 11, 2011 4:26 am
Forum: Support
Topic: create checkpoint in table cell
Replies: 1
Views: 9531

create checkpoint in table cell

Sergey, I am attempting to create an HTML output with checkpoints. I use tables in a TRichViewEdit control. I would like one checkpoint per table cell so that I have a named attribute for each cell on HTML output. I can get checkpoints to work outside of tables but not in cells. Could you provide me ...
by mphilbrick
Mon Jun 02, 2008 9:01 pm
Forum: Support
Topic: Arrow/TAB not working in tables
Replies: 5
Views: 18299

Sergey,

Have you had a chance to investigate this?
by mphilbrick
Wed Apr 16, 2008 4:47 pm
Forum: Support
Topic: Arrow/TAB not working in tables
Replies: 5
Views: 18299

I can attest to that -- debugging ActiveX is more difficult. If possible, it would be helpful to have an answer by early May. Thank you.
by mphilbrick
Tue Apr 15, 2008 4:27 pm
Forum: Support
Topic: Arrow/TAB not working in tables
Replies: 5
Views: 18299

Sergey,

Just a reminder about this incident. If you need more information or a sample application, I will try to put one together. Preferably, I would be happy with just a few things I could try in code to make this work manually.

Note that I will be out of the office from 4/16 to 4/29.
by mphilbrick
Tue Mar 25, 2008 2:03 am
Forum: Support
Topic: Arrow/TAB not working in tables
Replies: 5
Views: 18299

Arrow/TAB not working in tables

Sergey, This is an odd question ... my apologies. I compiled my entire application as an ActiveX control. TRichViewEdit generally works fine. The arrow and TAB keys work as expected in a plain document. When the cursor is within a table, the arrow keys treat the table as a single object, and ...
by mphilbrick
Tue Feb 05, 2008 6:17 pm
Forum: Support
Topic: List index out of bounds when deleting cell text
Replies: 2
Views: 12194

Sergey,

Works great! Thank you.
by mphilbrick
Tue Feb 05, 2008 4:50 am
Forum: Support
Topic: List index out of bounds when deleting cell text
Replies: 2
Views: 12194

List index out of bounds when deleting cell text

Sergey, I read the post "Inserting TRichViewEdit content into several table cells" from August 2007 and I selected option 1, which was to set the read modes to rvf_signore. I use the following code to copy selected RVF text from one control to the cell of another. It copies fine, and it looks like ...
by mphilbrick
Thu Nov 08, 2007 4:50 pm
Forum: Support
Topic: TRichViewEdit, Actions and ExpressBars
Replies: 2
Views: 12088

Sergey, Thanks. I figured it out. I did not understand how actions were able to update the connected controls. The issue was the same as a 2004 post about no automatic updates in DLL's. The code you posted did not work: Re: TDBRichViewEdit in the DLL Date: Sat, 4 Sep 2004 19:05:44 +0400 procedure ...
by mphilbrick
Thu Nov 08, 2007 7:32 am
Forum: Support
Topic: TRichViewEdit, Actions and ExpressBars
Replies: 2
Views: 12088

TRichViewEdit, Actions and ExpressBars

Sergey, I am replacing the standard toolbars in the RichView Actions demo with ExpressBars from DevExpress. I assigned actions to all of the toolbar buttons and they are working. However, the buttons do not reflect the editor state. For example, when the Bold button is clicked, it does not stay ...
by mphilbrick
Mon Mar 12, 2007 8:35 pm
Forum: Support
Topic: Saving styles to a data table
Replies: 1
Views: 9534

Saving styles to a data table

Sergey,

I would like to store a TParaInfo instance in a BLOB field and retrieve it. How would I go about doing this?
by mphilbrick
Sun Oct 29, 2006 6:16 pm
Forum: Support
Topic: Format On Error
Replies: 1
Views: 10165

Format On Error

Sergey, I store my RVF documents in database BLOB fields. They are loaded into TRichViewEdit components using RVFLoadFromStream followed by Format. I have had a couple of instances where apparently corrupted RVF's are loaded and when Format is called I get endless "Index Out of Bounds" errors. Is ...
by mphilbrick
Thu Oct 19, 2006 11:33 pm
Forum: Support
Topic: DefaultTabWidth
Replies: 3
Views: 14408

Sergey, Problem partially solved. When I load the RTF into TRichView and set the Style.DefTabWidth the tabs are correct. However, I then transfer the data from the TRichView component to the TppRichView component and I lose the new default tab settings when the report prints: procedure ...
by mphilbrick
Wed Oct 18, 2006 3:46 am
Forum: Support
Topic: DefaultTabWidth
Replies: 3
Views: 14408

DefaultTabWidth

Greetings, Is there any way to set the "DefaultTabWidth" in a TRichView or TppRichView component without using TRuler? I am loading RTF text into a TppRichView component. If there are tab characters in the document I want it to honor whatever the current default tab setting is in the RTF text (which ...
by mphilbrick
Wed Aug 16, 2006 12:44 am
Forum: Support
Topic: TppRichView Anchors
Replies: 1
Views: 9579

TppRichView Anchors

I am using ReportBuilder version 10 that supports anchors for stretchable components. I need this feature because ShiftWithParent has been replaced with this new property. I have a TppRichView component that is stretchable and it must appear at the bottom of a dynamic group footer band. It would be ...