HintPrefix bug

ScaleRichView support and discussion (TRichView add-on for WYSIWYG editing)
Post Reply
bsanlang
Posts: 80
Joined: Sun Sep 24, 2006 1:03 am

HintPrefix bug

Post by bsanlang »

If hitprefix and the content is chinese text. The hint is displayed not be correct.

The application icon is changed. This bug is not be fixed.

I need some properties that are page header and page footer .etc. How long will that be imp.

If I set unicode mode, The first input some chars that are displayed unknow chars.
Sergey Tkachenko
Site Admin
Posts: 17254
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

The problem with HintPrefix is confirmed. The font for hints is hard-coded, so you cannot define its charset. Will be fixed in the next update.
The problem with icon is confirmed. Will be fixed in the next update.
Sorry, I cannot say when headers and footers will be implemented.

As for Unicode. Probably, you change Unicode properties of text styles in code. If there is TRichView/TSRichViewEdit linked to this RVStyle, and its document is not empty, it will be corrupted. Even empty editor initially has one empty text item. So, when you change Unicode properties of text styles, call SRichViewEdit.RichViewEdit.Clear.
Sergey Tkachenko
Site Admin
Posts: 17254
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

We have uploaded a new update.
The problem with icon must be fixed now.
ScaleRichView editor has a new property - HintFont. It is used to display hints on scrolling. Assign the proper charset to it.
Post Reply