Search found 4 matches

by Jeff
Wed Jun 16, 2010 3:47 pm
Forum: Support
Topic: Cannot apply text style
Replies: 3
Views: 9822

I put together an example and the code worked correctly.
I fixed the problem in my project, but I am not sure as to the root cause.
The RVE field is populated from a database. If I would Null the database field out, the code would work correctly.
I also noticed that when I cleared a document and ...
by Jeff
Mon Jun 14, 2010 5:11 pm
Forum: Support
Topic: Cannot apply text style
Replies: 3
Views: 9822

Cannot apply text style

Hello - I am using the following code to add some text to a document:
rve.Clear;
rve.ApplyTextStyle(6); // a style
rve.ApplyParaStyle(1); // a paragraph style
rve.InsertText('Here is a line of text');

The text is inserted, but not in the font and font size I specified in the text style (6 ...
by Jeff
Thu May 20, 2010 11:05 pm
Forum: Support
Topic: Delphi 2007 Install problem, crashes Delphi
Replies: 2
Views: 9854

Thanks Sergey for the explanation and the resolution. It worked perfectly.
Thanks,
Jeff
by Jeff
Wed May 19, 2010 3:35 pm
Forum: Support
Topic: Delphi 2007 Install problem, crashes Delphi
Replies: 2
Views: 9854

Delphi 2007 Install problem, crashes Delphi

Hello -
I have installed Trichview and trichviewactions for D2007 and added the source directories to the Library Path and the Browsing Path.
Then when loading Delphi I receive the error message "can't load package RVPkgD2007.bpl", complaining that it can't find the path.
Also, when I try to ...