Search found 2385 matches

by isiticov
Wed Jan 21, 2004 7:45 am
Forum: TsiLang Components Suite
Topic: adding korean to dictionary problems
Replies: 9
Views: 20519

Everything works well on our side.
Do you have set up Default Fonts (see Tools|Default Fonts in SIL Editor menu) for Korean language? Please be sure that for Korean language is set to use Arial Unicode MS font and HANGUEL_CHARSET.
by isiticov
Tue Jan 20, 2004 3:05 pm
Forum: TsiLang Components Suite
Topic: BUGREPORT? comboboxes loose their item index
Replies: 12
Views: 35113

Will be fixed.
by isiticov
Tue Jan 20, 2004 9:46 am
Forum: TsiLang Components Suite
Topic: adding korean to dictionary problems
Replies: 9
Views: 20519

Did this happend in all strings or only in strings for captions from TRemoteWizardForm?
by isiticov
Mon Jan 19, 2004 6:54 pm
Forum: TsiLang Components Suite
Topic: silang1.inputquery no translations appears
Replies: 5
Views: 13938

Thanks, this is strange but there was a bug :) It will be fixed in next release. In case you need to fix it now, you can make small changes in siComp.pas file: replace lines: Caption := SMsgDlgOK; --- Caption := SMsgDlgCancel; with lines: Caption := GetTextFrom(@FDlgsCaptions, 'OK', True); --- Capti...
by isiticov
Fri Jan 16, 2004 4:19 pm
Forum: TsiLang Components Suite
Topic: BUGREPORT? comboboxes loose their item index
Replies: 12
Views: 35113

May be this is not TComboBox descendants but some other 3rd party combobox components? Because TsiLang explicity saves/restores TComboBox and its descendants ItemIndex during translating.
by isiticov
Fri Jan 16, 2004 4:16 pm
Forum: TsiLang Components Suite
Topic: silang1.inputquery no translations appears
Replies: 5
Views: 13938

New untranslated items shouldn't appear. TsiLang will use existing entries. If OK and Cancel buttons are still not translated please create sample project and send us, because it looks like you do smth wrong.
by isiticov
Fri Jan 16, 2004 2:07 pm
Forum: TsiLang Components Suite
Topic: silang1.inputquery no translations appears
Replies: 5
Views: 13938

Do you mean that in Translation Editor Dialogs section there are no OK and CANCEL entries?
by isiticov
Tue Jan 13, 2004 1:48 pm
Forum: TsiLang Components Suite
Topic: Extended Translations
Replies: 3
Views: 9911

Then I suggest you the following:
Just save the form to SIL file using TsiLang Expert and your ExtendedTranslations will be saved to the files as well. When loading use LoadAllFromFile and ExtendedTranslations will be loaded as well at run-time.
by isiticov
Tue Jan 13, 2004 11:47 am
Forum: TsiLang Components Suite
Topic: Extended Translations
Replies: 3
Views: 9911

Extended Translation Editor is a property editor for TsiLang's ExtendedTranslations property. This includes components' non-string properties, such as Left, Right, Width, Tag, Align etc. as well as all properties of any sub-level components such as TLabeledEdit. This could be very useful, for instan...
by isiticov
Sat Jan 10, 2004 8:06 am
Forum: TsiLang Components Suite
Topic: BUGREPORT: Dialogs with siLangLinked
Replies: 1
Views: 8053

Just be sure to set CommonContainer property of TsiLangLinked to some TsiLang and in that TsiLang set NeedAllDlgs property to True.
by isiticov
Fri Jan 09, 2004 5:06 pm
Forum: TsiLang Components Suite
Topic: sil Editor
Replies: 1
Views: 8347

Because this is not implemented.
by isiticov
Tue Jan 06, 2004 7:39 am
Forum: TsiLang Components Suite
Topic: remove values in the *sil File ?
Replies: 1
Views: 8122

Because TsiLang when writing to SIL files writes and updates only information related to its own form/unit and doesn't touch any others in order to allow to save multiple forms into ine SIL file. You can just remove unused entries manually from SIL file.
by isiticov
Mon Jan 05, 2004 5:53 am
Forum: TsiLang Components Suite
Topic: installation problem
Replies: 1
Views: 7861

It looks like you didn't re-compiled and installed the TsiLang package. Just open TsiLang_D7.dpk file into Delphi 7 and click Install button. The registered version sources should be manually installed into IDE.

P.S. Be sure to delete also all old DCUs from your drive also before this.
by isiticov
Sun Jan 04, 2004 10:27 am
Forum: TsiLang Components Suite
Topic: Size of exe-files
Replies: 1
Views: 7857

It looks really strange and perhaps there is something wrong either with compiler options or somewhere else. Since when adding TsiLang components the size of EXE would increase only for size of translations, but I doubt that there is 16MB of translations in your application.