Hyperlink Problem

General TRichView support forum. Please post your questions here
Post Reply
CCY

Hyperlink Problem

Post by CCY »

I have inserted a hyperlink into RVE. Then highlight the hyperlink and bold it. The link is gone. Why?
Michel
Posts: 92
Joined: Fri Oct 14, 2005 2:56 pm
Contact:

Post by Michel »

Sergey may have better ideas, but here is mine: if you used something like ApplyTextStyle() to change the style to make text bold, you may have simply "switched" the old style to a different one, and the new one is probably not a hypertext style (i.e., its Jump property is false - see TFontInfo).
To apply an attribute such as bold, you may want to use ApplyStyleConversion() - see the Help and Demos.

HTH,

Michel
Sergey Tkachenko
Site Admin
Posts: 17291
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Make sure that rvoClearTagOnStyleApp is excluded from EditorOptions
Post Reply