Search found 23 matches

by timic21
Thu Jan 25, 2007 6:05 pm
Forum: TsiLang Components Suite
Topic: Increase speed application with SIB file
Replies: 7
Views: 11032

I check it and the file is ok the problem is when I change the language after the creation of my module. In my program, I can change the language and when I change it the string don't change the language. But if I change the language before start my program the language has change.
by timic21
Thu Jan 25, 2007 5:00 pm
Forum: TsiLang Components Suite
Topic: Increase speed application with SIB file
Replies: 7
Views: 11032

Yes it's assign.
by timic21
Thu Jan 25, 2007 4:00 pm
Forum: TsiLang Components Suite
Topic: Increase speed application with SIB file
Replies: 7
Views: 11032

Hello, but after make this if I want to rebuild the SIB I will lost all my informations? I have another question. I'm in a data module where I put the runtime component and I create some strings in that module but where I change the language of my application when is running the translation of my mo...
by timic21
Thu Jan 25, 2007 2:57 pm
Forum: TsiLang Components Suite
Topic: Increase speed application with SIB file
Replies: 7
Views: 11032

Increase speed application with SIB file

Hello,
In my program, I use a SIB file and the runtime component to translate all my data at runtime. I want to know if I can clear all the data translation on design mode to increase the speed of my application. Is that possible?
by timic21
Thu Jan 25, 2007 1:10 pm
Forum: TsiLang Components Suite
Topic: SIB files
Replies: 2
Views: 6614

Hello,
Finally, I just recreate my project and all is ok. Sorry!
by timic21
Wed Jan 24, 2007 5:22 pm
Forum: TsiLang Components Suite
Topic: SIB files
Replies: 2
Views: 6614

SIB files

Hello,
I want that my user can translate his application at runtime with a SIB file but with the siLangRTSE's command editStrings('', '') the message "property storagedelimiter does not exist" will appear. What is the problem?
by timic21
Tue Jan 23, 2007 4:49 pm
Forum: TsiLang Components Suite
Topic: Keep translation in SQL
Replies: 3
Views: 6959

Hello,
I'm not sure if you understand what I want to make. I want to replace the SIL file by a SQL database. In my data base I would have a column English with the English translation an other column French with the French translation etc... Is this possible?
by timic21
Tue Jan 23, 2007 1:58 pm
Forum: TsiLang Components Suite
Topic: Keep translation in SQL
Replies: 3
Views: 6959

Keep translation in SQL

Hello,
I want to know if I can keep all the translation of my program in a SQL base rather than in a SIL file? Thanks!
by timic21
Thu Jan 18, 2007 10:00 pm
Forum: TsiLang Components Suite
Topic: Translate rave report?
Replies: 1
Views: 5351

Translate rave report?

Hello,
I want to know if it is possible to translate a rave report with a sicomponent.
by timic21
Thu Jan 18, 2007 5:12 pm
Forum: TsiLang Components Suite
Topic: Strings in SIL File available for all form
Replies: 3
Views: 6766

I try to create just a string with the ID STR_LOAD but with your application ressource builder I don't understand how to make this. I can make a table string but not just a String. I want also to know how to refer to this ressource string.
by timic21
Thu Jan 18, 2007 3:50 pm
Forum: TsiLang Components Suite
Topic: Translate const of a form inherited
Replies: 8
Views: 10417

I don't know what is the problem but I have copy my last version and I retry to add the tsicomponent and now the translate is excellent. I think a setting is not good and it is the reason of this result. Thanks for helping me.
by timic21
Thu Jan 18, 2007 2:49 pm
Forum: TsiLang Components Suite
Topic: Translate const of a form inherited
Replies: 8
Views: 10417

Yes, I use the trial version 6.0.3.1 and I put the IsInherited to true in Main and to false in StdMain.
by timic21
Thu Jan 18, 2007 12:38 pm
Forum: TsiLang Components Suite
Topic: Translate const of a form inherited
Replies: 8
Views: 10417

No I don't see it.
by timic21
Wed Jan 17, 2007 8:18 pm
Forum: TsiLang Components Suite
Topic: Add new object property in SIL File without erase translate
Replies: 1
Views: 4922

Add new object property in SIL File without erase translate

I have translate all my application and I add a new button on my form. I want to update the SIL file without erase all my translate info. How I can make without running my application.
Thanks for your time!
by timic21
Wed Jan 17, 2007 7:04 pm
Forum: TsiLang Components Suite
Topic: Strings in SIL File available for all form
Replies: 3
Views: 6766

Strings in SIL File available for all form

I want to create a Strings in SIL File like STR_LOAD who can use by all my form. I know I can use the strings with that function siLangRTSE1.GetTextOrDefault('STR_LOAD'), but if he haves no prefix in front of the string ID the strings can't be use in the form. How I can make this?