Search found 8 matches

by HenrichD
Thu Mar 11, 2004 9:08 am
Forum: TsiLang Components Suite
Topic: Anyone using resources strings via PE Import ?
Replies: 3
Views: 8504

Hi Haron, Sounds great - what is the time frame ? Any estimation when we might see an improved version ? (Right now I'm thinking about discarding all my 1xxx resourcestrings and using string constants instead which I'd hate). The reason I'm using resourcestrings : they are used in 'non visual' code ...
by HenrichD
Wed Mar 10, 2004 2:34 pm
Forum: TsiLang Components Suite
Topic: Anyone using resources strings via PE Import ?
Replies: 3
Views: 8504

Anyone using resources strings via PE Import ?

Just wanted to ask if anyone uses resource strings via PE Import. My issues : As my source code tends to live, I have to reimport due to addition of new resourcestrings The reimport selection list in that PE Import Wizart does not help me in identifying the new resourcestring, so I select all. After...
by HenrichD
Wed May 07, 2003 5:50 pm
Forum: TsiLang Components Suite
Topic: Multiline Resourcestrings
Replies: 3
Views: 8171

Multiline Resourcestrings

How do I translate multiline resourcestrings ? (O.k., I could avoid them in my own code - but how about the multiline resourcestrings in the VCL / other components ?) I'm looking for a solution for : resourcestring // We don't want tsilang 'const string expert' to touch this code {TSI:IGNORE ON} rsM...
by HenrichD
Wed May 07, 2003 1:10 pm
Forum: TsiLang Components Suite
Topic: Problem with Const strings
Replies: 12
Views: 30495

The demonstrated source code snippet has used strings placed in const section not resourcestrings section. And the answer to modify project compiler settings to allow to use Asignable Typed Constants is absolutely correct. Sorry - I missed that - you are absolutely right if we look at string consta...
by HenrichD
Wed May 07, 2003 12:56 pm
Forum: TsiLang Components Suite
Topic: TsiCustomLang.MergeFromFile : resourcestrings don't work
Replies: 3
Views: 13221

Hello, The issues with updating strings have been fixed. The next version release 5.2.3 is currently under beta testing and will be available within a week. If you need the patch promptly please contact us at support@sicomponents.com. Thanks a lot for the quick response. As I found a temporary way ...
by HenrichD
Tue May 06, 2003 8:52 pm
Forum: TsiLang Components Suite
Topic: Problem with Const strings
Replies: 12
Views: 30495

Hello, All you need is to allow const assignment for your project. To make this click the IDE menu "Project|Options|Compiler" and check the option "Assignable typed constants", or place into your code the conditional {$J+}. On your second question the answer is yes. TsiLang comp...
by HenrichD
Tue May 06, 2003 8:44 pm
Forum: TsiLang Components Suite
Topic: TsiCustomLang.MergeFromFile : resourcestrings don't work
Replies: 3
Views: 13221

more update problems

I found another couple of missing updates for tcustomsilang.fstringscoll and tcustomsilang.fLangstringscoll. :( :? 1. Besides resourcestrings, regular strings can't be merged from a file : the same thing happens - the translation from the file (GetText()) never shows up. 2. Assume you call Tsilangrt...
by HenrichD
Tue May 06, 2003 7:18 pm
Forum: TsiLang Components Suite
Topic: TsiCustomLang.MergeFromFile : resourcestrings don't work
Replies: 3
Views: 13221

TsiCustomLang.MergeFromFile : resourcestrings don't work

Hi, I'd like to be able to load resourcestring translations at runtime using TsiCustomLang.MergefromFile(stStrings, 'C:\Myfile.sil') and I'm using a registered 5.22 Version of tsilang. My problem is that translations do not show up if I do that, I always get the native Resourcestring. (In SiLoadResS...