Search found 10 matches

by christan
Fri May 27, 2005 9:49 am
Forum: TsiLang Components Suite
Topic: Multiple language files
Replies: 16
Views: 25609

isiticov wrote: Are you using TsiLang's implementations of MessageDlg instead of Delphi's one? I mean use siLang1.MessageDlg() instead of MessageDlg().
Thanks for pointing that out. My mistake :oops:
by christan
Thu May 26, 2005 10:05 am
Forum: TsiLang Components Suite
Topic: Multiple language files
Replies: 16
Views: 25609

At http://www.sicomponents.com/soft/beta/SILEditor.zip you can try latest beta and let us know if it fixed the problem. Thanks, am trying it out. Will let you know if there are any problems. BTW, the buttons in my message dialogs using MessageDlg() does not seem to get translated. I have made the n...
by christan
Thu May 26, 2005 4:54 am
Forum: TsiLang Components Suite
Topic: Multiple language files
Replies: 16
Views: 25609

There is definitely bug in SIL Editor with removing languages. We will fix it. Meantime as workaround could be used to save SIB file after each language removal. Just wondering when will the fixed SIL editor be released. The reason I am asking is because the work around you mentioned do not work al...
by christan
Wed May 25, 2005 11:47 am
Forum: TsiLang Components Suite
Topic: Multiple language files
Replies: 16
Views: 25609

Hi,

Just to let you know that I have managed to get it to work, so there's no need for a demo anymore :D ...

Chris
by christan
Wed May 25, 2005 11:10 am
Forum: TsiLang Components Suite
Topic: Multiple language files
Replies: 16
Views: 25609

For loading from SIB file it must be used LoadAllFromBinaryFile method. Could you please let us know what kind of errors you have with it? And in case there are still any problems with this just let us know the sample "architecture" you would like to see in demo for this. But loading from...
by christan
Wed May 25, 2005 10:05 am
Forum: TsiLang Components Suite
Topic: Multiple language files
Replies: 16
Views: 25609

At http://www.sicomponents.com/soft/demos/SIBperLanguage.zip is available requested demo. Please let me know if this helps. There is definitely bug in SIL Editor with removing languages. We will fix it. Meantime as workaround could be used to save SIB file after each language removal. Thanks for th...
by christan
Fri May 20, 2005 6:53 am
Forum: TsiLang Components Suite
Topic: Multiple language files
Replies: 16
Views: 25609

Project Project1.exe raised exception class ELanguageError with message 'Language name shall be included in LangNames property!'. What exactly does the above mean anyway ? This means that some TsiLang has its Language property set to value that is not included into LangNames property. Okay, but the...
by christan
Fri May 20, 2005 4:42 am
Forum: TsiLang Components Suite
Topic: Multiple language files
Replies: 16
Views: 25609

Hi, Just wondering, do you by any chance have a simple demo that shows how to work with multiple language files ? I've been doing some tests but keep getting the following error: Project Project1.exe raised exception class ELanguageError with message 'Language name shall be included in LangNames pro...
by christan
Fri May 20, 2005 3:12 am
Forum: TsiLang Components Suite
Topic: Multiple language files
Replies: 16
Views: 25609

Hi, I think you really should consider adding some kind of feature to allow for saving of one or more selected languages to a separate file. The current method of having to delete all unwanted languages one-by-one and save is really troublesome when you have more than a few languages. About dynamica...
by christan
Thu May 19, 2005 10:04 am
Forum: TsiLang Components Suite
Topic: Multiple language files
Replies: 16
Views: 25609

Multiple language files

Hi, I have just started trying out TsiLang, and I seem to have encountered some difficulties. I have an app written in Delphi, and I have placed a TsiLang and a TsiLangDispatcher in a datamodule. All other forms have a TsiLangLinked. Now, assume the following scenario: 1) I want to have each languag...