Page 1 of 1

Update TextStyles...?

Posted: Sat Sep 29, 2007 9:09 pm
by jnap
Hi,

I am Adding some Text Styles from a Seperate form, like this:

Main.rve.Style.TextStyles[0].Color := TextColEdt.SelectedColor;
Main.rve.Style.TextStyles[0].HoverColor := HyperColEdt.SelectedColor;

When I appy the Styles and close the Settings Form the Font Colour has changed but the Hyperlink Mouse Over will not update and change until I have Reloaded the File.

How can I make this change happen right away? I have tried Format and FormatTail.

What should I do?

Thanks, jnap.

Posted: Sun Sep 30, 2007 9:23 am
by Sergey Tkachenko
Please send me a simple application reproducing this problem.

Posted: Tue Oct 02, 2007 2:30 pm
by jnap
Hi Sergey,

Thanks for your quick response.

I have kind of found a way around the problem now and it's working well for what I need.

Many thanks

jnap