Search found 8 matches
- Thu Mar 11, 2004 9:08 am
- Forum: TsiLang Components Suite
- Topic: Anyone using resources strings via PE Import ?
- Replies: 3
- Views: 10676
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 ...
- Wed Mar 10, 2004 2:34 pm
- Forum: TsiLang Components Suite
- Topic: Anyone using resources strings via PE Import ?
- Replies: 3
- Views: 10676
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...
- Wed May 07, 2003 5:50 pm
- Forum: TsiLang Components Suite
- Topic: Multiline Resourcestrings
- Replies: 3
- Views: 10178
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...
- Wed May 07, 2003 1:10 pm
- Forum: TsiLang Components Suite
- Topic: Problem with Const strings
- Replies: 12
- Views: 42806
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...
- Wed May 07, 2003 12:56 pm
- Forum: TsiLang Components Suite
- Topic: TsiCustomLang.MergeFromFile : resourcestrings don't work
- Replies: 3
- Views: 16684
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 ...
- Tue May 06, 2003 8:52 pm
- Forum: TsiLang Components Suite
- Topic: Problem with Const strings
- Replies: 12
- Views: 42806
- Tue May 06, 2003 8:44 pm
- Forum: TsiLang Components Suite
- Topic: TsiCustomLang.MergeFromFile : resourcestrings don't work
- Replies: 3
- Views: 16684
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...
- Tue May 06, 2003 7:18 pm
- Forum: TsiLang Components Suite
- Topic: TsiCustomLang.MergeFromFile : resourcestrings don't work
- Replies: 3
- Views: 16684
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...