Search found 2385 matches

by isiticov
Fri Feb 06, 2004 5:36 am
Forum: TsiLang Components Suite
Topic: Comment!
Replies: 2
Views: 7920

To exclude mutliple components you can use DoNotTranslate property and its editor which allows to exclude multi-selected components.
by isiticov
Thu Feb 05, 2004 5:20 pm
Forum: TsiLang Components Suite
Topic: EStringListError
Replies: 1
Views: 6928

This looks like you haven't recompiled all files well when upgrading to new version. Be sure to delete all DCU, OBJ files from old version before instaling newer one.
by isiticov
Wed Feb 04, 2004 6:52 pm
Forum: TsiLang Components Suite
Topic: SiComponents and DevExpress
Replies: 3
Views: 8719

Please use only correct and polite words when posting in forum.
Thanks.
by isiticov
Wed Feb 04, 2004 6:50 pm
Forum: TsiLang Components Suite
Topic: Difference form Exclude Menu
Replies: 2
Views: 6316

When excluding only particular property of component, this property of this component will be added to SmartExcludeProperties property and won't be listed in translations. When ou select "Do not translate all properties" of component, this component will be added to DoNotTranslate property...
by isiticov
Wed Feb 04, 2004 6:10 am
Forum: TsiLang Components Suite
Topic: Can I set ActiveLanguage un TSiLang before...
Replies: 3
Views: 7884

In order to have active language set before running the application you will need to set ActivaLanguage property to needed value at design-time and build your project. But then you will have 2 EXEs.
by isiticov
Tue Feb 03, 2004 11:01 am
Forum: TsiLang Components Suite
Topic: Workaround for saving and loading translations for eachform
Replies: 3
Views: 9324

This is strange why something with loading doesn't work for you. Could you please create sample project which reproduces the wrong behavior and send it to us? Then we would try to investigate where the origin of problem is. You may try to save/load to/from SIB files using SaveAllToBinaryFile/LoadAll...
by isiticov
Mon Feb 02, 2004 11:51 am
Forum: TsiLang Components Suite
Topic: TsiLang does not function anymore if I call LoadAllFromFile
Replies: 4
Views: 10961

Do you need a separate SIL file for each form? Or one SIL file for all forms from project? You can save all forms into one SIL file and they will "rertieve" only needed info when loading from SIL file. In case you don't need to allow end-user to change translations at run-time I would reco...
by isiticov
Mon Feb 02, 2004 10:33 am
Forum: TsiLang Components Suite
Topic: TsiLang does not function anymore if I call LoadAllFromFile
Replies: 4
Views: 10961

It looks like your SIL file is incorrect or doesn't contain all needed information. 1. To create SIL/SIB file from your project I would recommend to use TsiLang Expert and File|Save/Load... menu 2. To load SIL/SIB file at run-time just either set FileName property of TsiLangDispatcher or set Storage...
by isiticov
Thu Jan 29, 2004 6:40 am
Forum: Resource Builder
Topic: crash when trying to test dialog
Replies: 1
Views: 10404

Thanks for reporting this.
Please use Update Manager to download updated version which includes this fixed.
Thanks again.
by isiticov
Mon Jan 26, 2004 6:20 pm
Forum: TsiLang Components Suite
Topic: Pb Changing TLabel.caption when Loading SIB with Dispatcher
Replies: 1
Views: 8089

This looks like the forms which have problems with translating are created later than SIB file loaded. In order to load SIB file for all forms even for run-time created you should: 1. Either set FileName property of TsiLangDispatcher to your SIB file name. 2. Or use OnLinkToDispatcher event to load ...
by isiticov
Mon Jan 26, 2004 11:04 am
Forum: VCL Scheduling Agent
Topic: Help with simple code example
Replies: 13
Views: 35258

The requested demo is available at:
http://www.sicomponents.com/soft/TaskSc ... unDemo.zip
by isiticov
Sat Jan 24, 2004 7:41 pm
Forum: TsiLang Components Suite
Topic: translations in database
Replies: 1
Views: 7973

TsiLang components have SaveToStream/LoadFromStream methods which could be used to save loas translations to/from database. And as far I know several customers have used this capabilities to use database as translations storage.
by isiticov
Thu Jan 22, 2004 12:51 pm
Forum: TsiLang Components Suite
Topic: adding korean to dictionary problems
Replies: 9
Views: 20531

1) sometimes even though SilEditors default font for Korean is Hanguel you need to set CharSet to Hanguel for each module in this section. You then get ??(questionmarks) when getting the translations from the dictionary. Yes, SIL Editor uses the Font/Charset info from file first if this is availabl...
by isiticov
Wed Jan 21, 2004 12:24 pm
Forum: TsiLang Components Suite
Topic: adding korean to dictionary problems
Replies: 9
Views: 20531

Checked and this works fine too for us. Are you sure you have specified the correct Charset (Hanguel) for Korean language? What OS do you use?
by isiticov
Wed Jan 21, 2004 12:17 pm
Forum: TsiLang Components Suite
Topic: adding korean to dictionary problems
Replies: 9
Views: 20531

Checking...
Btw, you may use not Suggest Translation but Get Translation and then it for sure should work correct.