Search found 8 matches

by ravn
Sun Jul 23, 2023 9:27 am
Forum: Support
Topic: Table Font size
Replies: 3
Views: 29204

Table Font size

How do I set the font size for the table when loading html page. The html table is only like this:
<table><tr><td>Data 1</td><td>Data 2</td></tr></table>
Font size is always 12 pt but not 10 pt which is my normal font size
by ravn
Fri Jul 14, 2023 7:11 am
Forum: Support
Topic: Line break
Replies: 1
Views: 14692

Line break

How do I remove line breaks in selected text?
by ravn
Mon Apr 03, 2023 3:44 pm
Forum: Support
Topic: table border
Replies: 4
Views: 7579

Re: table border

I have found the reason. This was my own mistake, I regret.
by ravn
Mon Apr 03, 2023 11:25 am
Forum: Support
Topic: table border
Replies: 4
Views: 7579

Re: table border

This should be usable with rvtbColor, but it doesn't change anything. I can change this afterwards but not when creating the table
BorderColor:= clRed;
BorderWidth:= 4;
by ravn
Mon Apr 03, 2023 8:17 am
Forum: Support
Topic: table border
Replies: 4
Views: 7579

table border

How do I change the table border.
The only thing that changes from this is BorderLightColor
with ActionInsertTable1 do
begin
BorderStyle:= rvtbColor ;
BorderLightColor:= clBlue;
BorderColor:= clRed;
BorderWidth:= 4;
end;
by ravn
Wed Mar 22, 2023 8:38 am
Forum: Support
Topic: OnImportPicture
Replies: 1
Views: 3848

OnImportPicture

Why won't this work. If I use format I don't get the error message but filename is still empty. Graphic := RVGraphicHandler.LoadFromStream(Stream); Rve.SetCurrentItemExtraStrProperty(rvespImageFileName,RVU_AnsiToUnicode(CP_ACP,'test.png'),True); // I Get error her: EListError with message 'List inde...
by ravn
Sun Mar 19, 2023 6:11 am
Forum: Support
Topic: Update info
Replies: 1
Views: 3581

Update info

Where can I find information about changes from version 21.0 to 21.1.
I get an error message on that link in your version check window in delphi.
"You are not authorized to read this forum."
by ravn
Tue Mar 14, 2023 12:26 pm
Forum: Support
Topic: OnSaveParaToHTML
Replies: 1
Views: 2294

OnSaveParaToHTML

Where can I find this event in Richview "OnSaveParaToHTML"
It's not where I expected. how do I associate that event with Richview.
I am using RichViewEdit 21.0