Search found 4 matches

by Munzig
Tue Aug 31, 2004 9:02 am
Forum: TsiLang Components Suite
Topic: TRichEdit and charset
Replies: 7
Views: 13911

TRichEdit and charset

Thanks Igor. I was not aware of the clear function. TComboBox and TRichEdit are now present in the charsets and fonts lists. The charset of TComboBox is now correctly updated when I change the language. There is still the problem with TRichEdit. Even when I specify the correct charset, the content o...
by Munzig
Mon Aug 30, 2004 11:32 am
Forum: TsiLang Components Suite
Topic: TRichEdit and charset
Replies: 7
Views: 13911

Charset

Hi Igor, 1. I’m using version 3.5.1.1 under Delphi 4 and 7. There is missing the charset list for created TRichEdit and TComboBox objects. How can I force the creation of this list? 2./3. I use always ttGetDefault. But I’ll use never again DEFAULT_CHARSET for any language. Starting an application on...
by Munzig
Fri Aug 27, 2004 2:41 pm
Forum: TsiLang Components Suite
Topic: TRichEdit and charset
Replies: 7
Views: 13911

Charset

Igor, thank you for your answer. The property ParentFont are false for my TRichEdit instances. When I set now PlainText to false the charset-list doesn’t appear in the Translation Editor. Only new instances will be shown in this list. How can I refresh it? English Windows XP with default settings su...
by Munzig
Thu Aug 26, 2004 2:56 pm
Forum: TsiLang Components Suite
Topic: TRichEdit and charset
Replies: 7
Views: 13911

TRichEdit and charset

I have to localize my applications into Russian and I noticed some problems with CHARSETS. The Translation Editor doesn't support CharSet's for TComboBox and TRichEdit. It should be included in future. When I change to Russian, I have to set by myselfe ComboBox.Font.Charset:= RUSSIAN_CHARSET; Of cou...