Search found 6 matches

by [email protected]
Sat Oct 18, 2008 7:57 am
Forum: Support
Topic: HTML Documents
Replies: 3
Views: 11151

I have all the components you mention above and they all seem to be installed properly (took all day to do it) but I still cannot see how to import HTML with a css file into a TRichViewEdit component.

Do you have an example somewhere?

Regards

Tom Davenport
by [email protected]
Fri Aug 03, 2007 6:00 am
Forum: Support
Topic: Changing fonts for runtime created TRichViewEdit
Replies: 2
Views: 10120

Done it.

I copied the event handlers supplied in Editor 2, modified them to work with array elements and assigned them at runtime.

The only extra thing I have had to do is to de-select any selected text as you move from panel to panel.

Regards

Thomas Davenport
by [email protected]
Wed Aug 01, 2007 12:29 pm
Forum: Support
Topic: Changing fonts for runtime created TRichViewEdit
Replies: 2
Views: 10120

Changing fonts for runtime created TRichViewEdit

Hello Sergey,

I have created a runtime array of TRichViewEdit objects, each with its own TRVStyle but I cannot change the font.

I have copied the code from Editor 2. That works fine for design time objects but not for runtime objects.

Can you tell me how to do it?

Regards

Thomas Davenport
by [email protected]
Fri Jul 27, 2007 11:02 am
Forum: Support
Topic: rvespAlt
Replies: 4
Views: 12199

Thank you Sergey, that works perfectly. Don't know why I didn't see that.

Regards

Thomas
by [email protected]
Fri Jul 27, 2007 5:48 am
Forum: Support
Topic: rvespAlt
Replies: 4
Views: 12199

rvespAlt

Hello Sergey,

I know I am being stupid but when I use the code you sent Delphi returns

[Error] Gash5P.pas(120): Undeclared identifier: 'vespAlt'

I have RVItems in the uses clause at the top but I cannot see how to access the extra properties.

Regards

Thomas Davenport
by [email protected]
Thu Jul 26, 2007 5:10 pm
Forum: Support
Topic: rvespAlt
Replies: 4
Views: 12199

rvespAlt

I have used AddHotPictureTag to add a bitmap to a TRichViewEdit.

I then use SaveHTMLToStreamEx to create HTML.

I want the set the HTML Alt text for the bitmap presumably using rvespAlt but how do I do it?

Regards

Thomas Davenport