Search found 18 matches

by wimbekker
Wed Jan 08, 2003 11:08 am
Forum: TsiLang Components Suite
Topic: Strings in frames disappear (BCB)
Replies: 3
Views: 12748

Loaded() will indeed load the translation in the constructor of the frame. But there's another problem concerning TFrame, I post a new message.
by wimbekker
Fri Jan 03, 2003 1:56 pm
Forum: TsiLang Components Suite
Topic: Strings in frames disappear (BCB)
Replies: 3
Views: 12748

BTW it seems that only in the constructor of the frame GetText returns "". In other methods it returns the expected value.
by wimbekker
Fri Jan 03, 2003 1:32 pm
Forum: TsiLang Components Suite
Topic: Strings in frames disappear (BCB)
Replies: 3
Views: 12748

Strings in frames disappear (BCB)

Hi, I use a frame and all strings are auto-translated with siLangLinked->GetText("IDS..."). When I use this frame in a form, then GetText in the frame always returns "". I've noticed that in TsiStringsCollection.GetTranslationByID, the Count is zero. How can I solve this? Thanks,...