Page 1 of 1

HintPrefix bug

Posted: Sun Mar 02, 2008 5:51 am
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.

Posted: Sun Mar 02, 2008 9:43 am
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.

Posted: Mon Mar 17, 2008 6:11 pm
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.