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 ...
Search found 4 matches
- Wed Jun 16, 2010 3:47 pm
- Forum: Support
- Topic: Cannot apply text style
- Replies: 3
- Views: 9822
- 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 ...
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 ...
- Thu May 20, 2010 11:05 pm
- Forum: Support
- Topic: Delphi 2007 Install problem, crashes Delphi
- Replies: 2
- Views: 9854
- 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 ...
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 ...