A TextStyle question
Posted: Fri Jan 01, 2010 11:51 pm
I have a RichView Editor working well.
If I change any properties at RVStyle in one defined TextStyles TFontInfo, then when I read a RVF (saved before) I cann't use the changed TFontInfo text.
I DeleteUnUsedStyles(true,true,true) before save document.
I do not used this text style in saved document.
But when I try to use the modified text style on old saved document the editor assume the unexisting old text style before thet I saved the first time.
Sould to be the reason that I have rvfoSaveTextStyles and rvfoSaveParaStyles sets both at True, before I saved to it the first time?
How can I solve the problem?
Thanks for your help.
If I change any properties at RVStyle in one defined TextStyles TFontInfo, then when I read a RVF (saved before) I cann't use the changed TFontInfo text.
I DeleteUnUsedStyles(true,true,true) before save document.
I do not used this text style in saved document.
But when I try to use the modified text style on old saved document the editor assume the unexisting old text style before thet I saved the first time.
Sould to be the reason that I have rvfoSaveTextStyles and rvfoSaveParaStyles sets both at True, before I saved to it the first time?
How can I solve the problem?
Thanks for your help.