Search found 11 matches

by EricNat
Mon Jun 09, 2025 6:46 pm
Forum: Support
Topic: Canvas does not allow drawing occassionally
Replies: 1
Views: 3535

Canvas does not allow drawing occassionally

I am creating a TRichView dynamically and assigning its parent to the main form. Then using

RV->LoadHTMLFromStream(s);
RV->Format();

to load in HTML. This generally works but every so often I get a "Canvas does not allow drawing" exception. Note that this is a multi-threaded server app but I do ...
by EricNat
Tue Sep 27, 2022 5:09 pm
Forum: Support
Topic: Table background color not preserved in RTF load/save
Replies: 4
Views: 14540

Re: Table background color not preserved in RTF load/save

Ok,thanks for the information. That makes sense. I was confused a bit because that property is in the built-in table configuration page (rvActionTableProperties). But I assume you have it there because other formats will support it. Makes sense. I assume there is no way to hidethat from the table ...
by EricNat
Wed Sep 21, 2022 7:45 pm
Forum: Support
Topic: Table background color not preserved in RTF load/save
Replies: 4
Views: 14540

Table background color not preserved in RTF load/save

After setting a table background color, saving as RTF, and loading back the RTF, the background color of the table is reset to "transparent" instead of the color selected before the save.

Is this a bug? Presumably the table background color should be saved and loaded back with the rest of the rich ...
by EricNat
Mon Nov 30, 2020 3:41 pm
Forum: Support
Topic: v18.6 will not install Addict parser
Replies: 2
Views: 17385

Re: v18.6 will not install Addict parser

Hi,

Yes, addict4_d27 is the package name.

When I tried to compile the package you mentioned, it showed:

[dcc32 Fatal Error] ad3RichViewFast.pas(27): F1026 File not found: 'addict3.inc'

I then added the Addict source path to the Delphi Library path in Tools | Options and then it built properly ...
by EricNat
Mon Nov 30, 2020 7:50 am
Forum: Support
Topic: v18.6 will not install Addict parser
Replies: 2
Views: 17385

v18.6 will not install Addict parser

Hi,

I am trying to install 18.6 into 10.4 Sydney. It keeps skipping the Addict parser. I have already installed Addict 4 and I set it to "explicit rebuild" before building and installing. I have checked for duplicate BPL files. The only BPL is in:

C:\Users\Public\Documents\Embarcadero\Studio\21.0 ...
by EricNat
Tue Dec 12, 2017 5:08 am
Forum: Support
Topic: Setting <a> target for hyperlinks
Replies: 1
Views: 11534

Setting <a> target for hyperlinks

Is there any way to allow the user to set the "target" for the <a href> when customizing the hyperlink using TRVInsertActionHyperlink? If not, could this be added to the wish list? We would like the user to be able to set the target as "_blank", "_new", etc. to determine where to open the hyperlink ...
by EricNat
Mon May 09, 2016 10:19 pm
Forum: Support
Topic: Keeping PNGs as PNGs in HML export
Replies: 1
Views: 11636

Keeping PNGs as PNGs in HML export

We have a legacy app on BDS 2006 that we have not had the time to upgrade yet. In an HTML export from TRichView, all of the embedded images are converted to JPG. The PNGs fail in this conversion, presumably because it's not supported on BDS 2006 C++ Builder. I have added the PNGImage unit to the ...
by EricNat
Wed Dec 23, 2015 5:09 am
Forum: Support
Topic: Addict Parser for 10 Seattle
Replies: 3
Views: 17819

After further investigation, it seems the problem is that when I compile the parser, it is not creating the .OBJ files, even though I have it set to create all C++ Builder files in the package properties. Since the .OBJ files didn't exist, I think it was finding old ones and causing the error with ...
by EricNat
Tue Dec 22, 2015 4:49 pm
Forum: Support
Topic: Addict Parser for 10 Seattle
Replies: 3
Views: 17819

Addict Parser for 10 Seattle

I downloaded the most current package for the Addict parser from the website. It only has up to XE7 in it. I used the XE7 package and converted it for 10 Seattle. It built and installed, but when compiling a project I get an error opening "dialogs.obj" in C++ Builder personality. It does work in ...
by EricNat
Mon Dec 21, 2015 7:34 pm
Forum: Support
Topic: Parser for BCB2007 for Addict 4
Replies: 1
Views: 12159

Parser for BCB2007 for Addict 4

In the latest parser for Addict, it shows Addict 3 packages for RAD Studio 2007, but not Addict 4 packages. The Addict 3 packages are in the Source folder where it says the Addict 4 packages should be. Could you provide me with a package for Addict 4 for BCB2007?

Thanks!