Search found 7 matches

by BorisM
Fri Jul 25, 2003 1:35 pm
Forum: TsiLang Components Suite
Topic: Strings in TFrame problem
Replies: 4
Views: 12702

It seems that UseInheritedData is not documented in the help file...

Since all I want from my inline frames is to show exact translation data that is in the base frame, I set UseInheritedData to true, and that seems to work.

Thanks!
-Boris
by BorisM
Thu Jul 24, 2003 2:00 pm
Forum: TsiLang Components Suite
Topic: Strings in TFrame problem
Replies: 4
Views: 12702

No... siLang on the frame has all the strings, the same siLang on the form where the frame is embedded has all the other properties, but not strings.

UseInheritedData and IsInheritedOwner were set to False...

Thanks!
by BorisM
Wed Jul 23, 2003 3:39 pm
Forum: TsiLang Components Suite
Topic: Strings in TFrame problem
Replies: 4
Views: 12702

Strings in TFrame problem

I have a number of frames with TsiLang components on them. The application can either use built-in language data (English only) orload an external SIB file, if present, with English + other languages. If I load translations forem an SIB file, everything works fine (at least as far as TsiLang is conc...
by BorisM
Mon Jun 16, 2003 7:27 pm
Forum: TsiLang Components Suite
Topic: Loading SIB file into Dispatcher does not work
Replies: 5
Views: 16023

Thanks

Thank you! That seems to have worked.
by BorisM
Mon Jun 16, 2003 4:03 pm
Forum: TsiLang Components Suite
Topic: Loading SIB file into Dispatcher does not work
Replies: 5
Views: 16023

Still does not seem to work...

Sorry, this does not seem to work. Even after I assign language names from siLang1, I still have only 1 language in the Dispatcher... If I assign siLangDispatcher1.NumOfLanguages := 2; then deverything seems to work, and language names are picked up properly from the SIB file. But of course I do not...
by BorisM
Sun Jun 15, 2003 3:09 am
Forum: TsiLang Components Suite
Topic: Loading SIB file into Dispatcher does not work
Replies: 5
Views: 16023

Thanks! I'll try that when I get back to work.
by BorisM
Fri Jun 13, 2003 11:06 pm
Forum: TsiLang Components Suite
Topic: Loading SIB file into Dispatcher does not work
Replies: 5
Views: 16023

Loading SIB file into Dispatcher does not work

Hello. I am trying to load an SIB file into the Language Dispatcher at run time: siLangDispatcher1.FileName := 'Maintenance.sib'; siLangDispatcher1.LoadAllFromFile('Maintenance.sib'); siLangDispatcher1.ActiveLanguage := 1; The file, when viewed in the editor, has 2 languages defined (English and Chi...