trichview.support
Re: About RichViewActions |
Author |
Message |
Sergey Tkachenko |
Posted: 05/17/2002 20:58:58 Hi, I do not know yet how I'll implement them. While you can use the following procedures: - in rve.OnChange, check rve.Style.TextStyles[rve.CurTextStyleNo].FontName, Size, etc. If it is changed, update the controls. - use TrvActionFontEx to execute commands, for example: rvActionFontEx1.Font.Name := 'Verdana'; rvActionFontEx1.ValidProperties := [rvfimFontName]; rvActionFontEx1.Execute; > Hi, > > Please, can you add features to know actual fontname & fontsize and when the > font are changed with an event (peraps to be in RVAControlPanel). This is > probably the most easy way to put fontname & size in combofontbox & > combofontsize without add any lines of code? The only problem is peraps the > users can't change the font with combobox except if i put some lines of code > for that... Any suggestions? Thanks > > |
Powered by ABC Amber Outlook Express Converter