Search found 21 matches

by Angus
Wed Dec 13, 2006 11:37 pm
Forum: TsiLang Components Suite
Topic: Custom components
Replies: 2
Views: 5587

Custom components

Hi Igor, Our app, which uses tsilang, also uses our own custom components. When we try to add a tsilang component to the custom component package and try to load the package onto the palette, we get the following error. Cannot load Package xyz. It contains unit memini which is also contained in pack...
by Angus
Tue Dec 12, 2006 8:07 am
Forum: TsiLang Components Suite
Topic: Problems with certain Japanese Characters
Replies: 7
Views: 8307

Yes, its set as Japanese.

I get from this that you should be seeing the object inspector caption field be able to take Hiragana...?

Possibly a windows setting?

My thanks, Angus
by Angus
Tue Dec 12, 2006 7:24 am
Forum: TsiLang Components Suite
Topic: Problems with certain Japanese Characters
Replies: 7
Views: 8307

When i type in the IDE, no characters are visible, but the IDE increments a char on the display.
In a field such as Caption within the object inspector, the IME types out what looks to be ascii garbage.
by Angus
Tue Dec 12, 2006 5:36 am
Forum: TsiLang Components Suite
Topic: Problems with certain Japanese Characters
Replies: 7
Views: 8307

Hi, Yes, its a regular VCL Tedit control. Infact this is all i have on the form. My default Locale is Japanese and the IME is set for Hiragana (forth button first option) with a font MS ゴシック. Any other suggestions? I am right in thinking that with charset of Shift JIS and the correct font, this is a...
by Angus
Mon Dec 11, 2006 7:43 pm
Forum: TsiLang Components Suite
Topic: Problems with certain Japanese Characters
Replies: 7
Views: 8307

Problems with certain Japanese Characters

Hi, When i enter in Japanese chars using the IME, some of the characters(those in bold, depending on the font used), come out as question marks - ie the underlying character cannot be found. And yet others, (non-bold) are just perfect. e.g. I'm using Shift JIS as my charset and MS ゴシック as my font. S...
by Angus
Mon Dec 11, 2006 7:35 pm
Forum: TsiLang Components Suite
Topic: Finding Const ansistring vars
Replies: 1
Views: 3834

Finding Const ansistring vars

Hi, There seem to be some issues with sicomponents picking up strings. In BCB .0 i entered in the following 3 strings into a unit's header. const AnsiString MySTring("abc"); const AnsiString MySTring1 = "abc1"; AnsiString MyString2 = "abc2" and with TsiLang Expert using...