Search found 24 matches
- Thu Dec 01, 2005 2:58 pm
- Forum: TsiLang Components Suite
- Topic: siComponents 6.0.1
- Replies: 3
- Views: 9700
siComponents 6.0.1
So, in the strict sense, that is not true Unicode behavior which would allow the strings to be displayed regardless of the Locale setting. Correct?
- Thu Dec 01, 2005 1:43 pm
- Forum: TsiLang Components Suite
- Topic: siComponents 6.0.1
- Replies: 3
- Views: 9700
siComponents 6.0.1
It looks like the Extended Translations String Editor now handles unicode ok. But, there is still some problem applying the strings to RadioGroups and tntRadioGroups. For example, Russian strings are entered into tntRadioGroup String Editor and they are applied to new RadioButtons in the group with ...
- Tue Nov 29, 2005 1:52 pm
- Forum: TsiLang Components Suite
- Topic: RadioGroup
- Replies: 6
- Views: 14621
Extended Translations
Any progress on the String Editor for extended translations? I got around the problem by not using RadioGroups and using GroupBoxes and RadioButtons instead, but that is really not the best solution. Can you recreate the problem? I have some screen shots that I can send if you would like. Just let m...
- Tue Nov 22, 2005 2:17 pm
- Forum: TsiLang Components Suite
- Topic: RadioGroup
- Replies: 6
- Views: 14621
Radio Group
Ok, but that does not explain why your editor for SiCom's Extended Translations does not except unicode. Even it the target string was Uni., I couldn't paste it in using your editor. Try it! It seems like a bug to me...
thanks.
thanks.
- Thu Nov 17, 2005 2:33 pm
- Forum: TsiLang Components Suite
- Topic: RadioGroup
- Replies: 6
- Views: 14621
RadioGroup
Anybody going to take a shot at this one? Am I doing something fundamentally wrong?
thanks
thanks
- Tue Nov 15, 2005 8:58 pm
- Forum: TsiLang Components Suite
- Topic: RadioGroup
- Replies: 6
- Views: 14621
RadioGroup
I am still not able to get translations to work properly in a TRadioGroup or even a TntRadioGroup. Using the Tnt component I can open the string editor which is a true Unicode Editor and type or paste in Russian character strings. These show up correctly in the Builder IDE. If I then open the SiLang...
- Tue Nov 15, 2005 4:57 pm
- Forum: TsiLang Components Suite
- Topic: RadioGroup
- Replies: 4
- Views: 11278
RadioGroup
Did you see my last reply? I can't seem to get Unicode Text into the editor.
thanks,
kev
thanks,
kev
- Sat Nov 12, 2005 8:18 pm
- Forum: TsiLang Components Suite
- Topic: RadioGroup
- Replies: 4
- Views: 11278
RadioGroup
I did that, as I said before, the editor just shows ??????'s when I paste text from a unicode text file. Its as if the editor itself is not unicode.
thanks
thanks
- Fri Nov 11, 2005 10:40 pm
- Forum: TsiLang Components Suite
- Topic: RadioGroup
- Replies: 4
- Views: 11278
RadioGroup
How do I get radioGroups to show up in the Lang Editor. I followed one thread from back in May and it seems there was no real resolution. The only place that I can find any reference is in the extended translations under Items for the specific RadioGroup, BUT... when I try to paste a translation int...
- Sun Nov 06, 2005 3:43 am
- Forum: TsiLang Components Suite
- Topic: FRUSTRATED!
- Replies: 2
- Views: 7715
Frustrated
I think they all turned into ????'s just after saving. It is all getting a little foggy now since I am having to get the program running bug free in English mode for the customer visit in 1 week. I think they were all ???'s in the sil also, but not sure. I should have written it all down, but after ...
- Fri Nov 04, 2005 8:54 pm
- Forum: TsiLang Components Suite
- Topic: FRUSTRATED!
- Replies: 2
- Views: 7715
FRUSTRATED!
Now I am starting to get really irritated! After working nearly all week and countless hours just trying to get my main form translated and displaying properly including getting Tnt components loaded and working, I thought I was nearly done. After the last compile ad seeing that all captions and str...
- Fri Nov 04, 2005 8:27 pm
- Forum: TsiLang Components Suite
- Topic: Run Time Strings
- Replies: 6
- Views: 11413
GetText
OK, I just reverted back to a Standart DBGrid instead of TntDBGrid and things seem to be working.
Now onward to the next hurdles.... TCharts and QuickReports. Preliminary results look like I can make those work.
thanks,
Kev
Now onward to the next hurdles.... TCharts and QuickReports. Preliminary results look like I can make those work.
thanks,
Kev
- Fri Nov 04, 2005 8:24 pm
- Forum: TsiLang Components Suite
- Topic: Run Time Strings
- Replies: 6
- Views: 11413
GetText
Thanks for the quick response. So there is no way for me to make this work at this time? I tried casting to a WideString, but that doesn't seem to work either. This is really turning into a real pain!
But thanks for your help.
Kev
But thanks for your help.
Kev
- Fri Nov 04, 2005 7:04 pm
- Forum: TsiLang Components Suite
- Topic: Run Time Strings
- Replies: 6
- Views: 11413
More GetText
Using the Exampl in the help file, this works: ShowMessage(siLang1.GetText("IDS_64")); Also the inspector tips show correctly in the IDE. Label->Captions also show fine, but the DBGrid colum titles and Button->Captions do not. I have tried with standard as well as Tnt.... any ideas? thanks...
- Fri Nov 04, 2005 6:33 pm
- Forum: TsiLang Components Suite
- Topic: Run Time Strings
- Replies: 6
- Views: 11413
GetText
I tried this, but I get Garbage at runtime even though all looks ok in the Translation Editor. The Charset is set to Russian, and the font is set to Arial Unicode. Everything else on the form is ok. I am using a TntDBGrid from TntWare. // This is in an OnChangeLanguage Event Handler MainForm->TntDBG...