Search found 14 matches

by Thrillhouse
Mon Sep 26, 2011 10:54 pm
Forum: TsiLang Components Suite
Topic: Extended translations loading/displaying as questions marks.
Replies: 2
Views: 8043

I'm using RAD Studio 2010, programming in C++.

I'll hopefully find some time to put together a sample program soon.
by Thrillhouse
Wed Sep 21, 2011 4:42 am
Forum: TsiLang Components Suite
Topic: Extended translations loading/displaying as questions marks.
Replies: 2
Views: 8043

Extended translations loading/displaying as questions marks.

Hello. I have an issue in which Japanese characters in extended translations are loading and displaying as question marks. If there are English letters mixed in, the English displays fine, but the Japanese characters continue to be question marks. This happens when loading the sil file into the proj...
by Thrillhouse
Wed Feb 02, 2011 5:20 am
Forum: TsiLang Components Suite
Topic: Two problems
Replies: 6
Views: 11481

My code noob-iness is coming out now. If this is happening at runtime, how are we populating the translations for both forms?
by Thrillhouse
Mon Jan 31, 2011 5:00 am
Forum: TsiLang Components Suite
Topic: Two problems
Replies: 6
Views: 11481

That didn't seem to work, though I may have misunderstood the suggestion. It's still giving the same error:


Only one TsiCustomLang component per Form/DataModule allowed!

when we try to put the forms together. Is there anything else you can suggest?
by Thrillhouse
Sun Jan 30, 2011 10:20 pm
Forum: TsiLang Components Suite
Topic: Two problems
Replies: 6
Views: 11481

I'll try what you've suggested with the embedded forms when the opportunity presents itself, and get back to you.
by Thrillhouse
Mon Jan 24, 2011 6:16 am
Forum: TsiLang Components Suite
Topic: Two problems
Replies: 6
Views: 11481

Two problems

Hello again. I have two things to ask about today, the first on behalf of the superior: When there are multiple projects with forms within our single C++ Builder6 project group, can we import from and export to a single file from all projects in the group at a time? Now for my question: We use at le...
by Thrillhouse
Fri Dec 17, 2010 12:15 am
Forum: TsiLang Components Suite
Topic: Umlauts in extended translations not loading correctly.
Replies: 3
Views: 8788

It seems to have been a problem in which the file was stored as an ANSI file, but the text option within the file, "IsUTF8File", was set to 1, so it was getting confused. Making sure this was set to 0 and keeping the file in ANSI encoding seems to have resolved all of my text display issues.
by Thrillhouse
Wed Nov 10, 2010 9:33 pm
Forum: TsiLang Components Suite
Topic: Umlauts in extended translations not loading correctly.
Replies: 3
Views: 8788

I'll have a play around with that and see if it helps. Thanks for the suggestion.
by Thrillhouse
Tue Oct 26, 2010 5:36 am
Forum: TsiLang Components Suite
Topic: Umlauts in extended translations not loading correctly.
Replies: 3
Views: 8788

Umlauts in extended translations not loading correctly.

Hi again. My current problem involves umlauts again. Basically, if I load my translations from the SIL file, any text with umlauts which are loaded into the form (for example, Captions, Items, Multilines and other extended translations) are not loaded correctly. Standard letters are fine, but I will...
by Thrillhouse
Tue Oct 19, 2010 11:17 pm
Forum: TsiLang Components Suite
Topic: MessageDlg font change - missing text with umlauts
Replies: 4
Views: 9082

I've tried it out in a small sample program, but I can't get the error to occur yet. Someone else in the organisation has a full source licence, so I'll see if I can have a look at it with them and hopefully make some progress.
by Thrillhouse
Thu Oct 07, 2010 3:24 am
Forum: TsiLang Components Suite
Topic: MessageDlg font change - missing text with umlauts
Replies: 4
Views: 9082

The entirety of the text is missing. The box has a heading, buttons and icon, but the actual body text is not there. It's fine without umlauts, but if I put an umlaut in the translation and run it again, the body is blank. I tried changing the charsets associated with the form, but they're already s...
by Thrillhouse
Wed Oct 06, 2010 11:45 pm
Forum: TsiLang Components Suite
Topic: MessageDlg font change - missing text with umlauts
Replies: 4
Views: 9082

MessageDlg font change - missing text with umlauts

Hi. My current issue is twofold - I have been trying to test a solution, but can't get it to work. Of course, even if I can implement my idea, it may not solve the issue. Currently, when using the TsiLang MessageDlg function in CBuilder, the text will not display if it contains an umlaut. The box wi...
by Thrillhouse
Wed Jan 13, 2010 4:00 am
Forum: TsiLang Components Suite
Topic: Adding new forms to TsiLang Expert
Replies: 2
Views: 6231

Thanks a lot for that! It looks like that was indeed the case. Although after I added all the missing files from that section of the program, some of the forms were still missing - it seems they may have already been added, but for some reason, the forms were missed. So I removed them and added them...
by Thrillhouse
Tue Jan 12, 2010 10:20 pm
Forum: TsiLang Components Suite
Topic: Adding new forms to TsiLang Expert
Replies: 2
Views: 6231

Adding new forms to TsiLang Expert

Hi all. I have been assigned to ensure that all areas of a few keys sections of our program are satisfactorily translated and smooth out any bugs which may result from the translation process. Unfortunately, the forms for one of the key sections which need to be translated are not included in the li...