Page 1 of 1
Hyperlink Problem
Posted: Sat Oct 29, 2005 5:37 am
by CCY
I have inserted a hyperlink into RVE. Then highlight the hyperlink and bold it. The link is gone. Why?
Posted: Sat Oct 29, 2005 1:28 pm
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
Posted: Sat Oct 29, 2005 4:11 pm
by Sergey Tkachenko
Make sure that rvoClearTagOnStyleApp is excluded from EditorOptions