Search found 114 matches

by Malcolm
Mon Oct 20, 2003 10:25 pm
Forum: TsiLang Components Suite
Topic: Can't save to a .sil with 5.2.5
Replies: 2
Views: 8956

Can't save to a .sil with 5.2.5

v 5.2.5 Delphi 6 I can save my 54 unit project to a .sib file OK. But if I try to save to a .sil file it: 1) stops at the first unit, 2) removes the siLangRT component from the unit.pas file 3) creates an un-openable .sil file. The same happens to me with your Demo projects. I tried deleting the siC...
by Malcolm
Mon May 26, 2003 10:05 am
Forum: TsiLang Components Suite
Topic: TActionMainMenuBar
Replies: 2
Views: 9300

Thanks Serghei

I am on D6.02 Pro
Applying theActionBands Update did the trick.

Malcolm
by Malcolm
Sat May 24, 2003 8:50 pm
Forum: TsiLang Components Suite
Topic: TActionMainMenuBar
Replies: 2
Views: 9300

TActionMainMenuBar

I have read and applied your FAQ to translate the top-level items, and now the translations work. :) Also the top-level items open using the accelerator keys. :) But the top-level items do *not* open on a mouse click! :evil: I am nearly there - can someone share the final secret? How do I get the mo...
by Malcolm
Thu Feb 06, 2003 10:37 am
Forum: TsiLang Components Suite
Topic: Version Number
Replies: 4
Views: 12834

Ah, so it is! :oops:
by Malcolm
Thu Feb 06, 2003 8:57 am
Forum: TsiLang Components Suite
Topic: Version Number
Replies: 4
Views: 12834

Ah, thanks, I wondered. :)

While I am here, can you remind me how to select multiple rows in the editor(s)? I can't seem to do it any more. :(
by Malcolm
Wed Feb 05, 2003 5:01 pm
Forum: TsiLang Components Suite
Topic: Version Number
Replies: 4
Views: 12834

Version Number

Hi, I just downloaded v 5.2.2 Before runing the setup I uninstalled v 5.2.1, removed it from the installed packages, then deleted everything with TsiLang in it. I then ran the setup (which said it was v 5.2.2), compiled and installed it. But the Expert and all the components still show v 5.2.1 Where...
by Malcolm
Tue Jan 21, 2003 6:14 pm
Forum: TsiLang Components Suite
Topic: Source strings problem
Replies: 3
Views: 12183

OK, cracked it.
Funny how one always finds the solution *after* asking someone else!

I had two siLang components with same name, Doh!
by Malcolm
Tue Jan 21, 2003 6:01 pm
Forum: TsiLang Components Suite
Topic: Source strings problem
Replies: 3
Views: 12183

Ah! The problem seems to be .GetText.. is looking in the 'wrong' unit. I duplicated the 'problem' strings in the other unit (a Data Module) and it now works. Seems to be that where a unit uses other units .GetText looks in the .dfm of the 'active' unit (or something like that). Hmm, that's going to ...
by Malcolm
Tue Jan 21, 2003 5:37 pm
Forum: TsiLang Components Suite
Topic: Source strings problem
Replies: 3
Views: 12183

Source strings problem

Doing my first project using D6 Pro and TsiLang 5.2.1 All was going well until I came to strings in the source code. Some strings are being returned as empty strings by siLang1.GetTextOrDefault and I can't see where I am going wrong. The ones returned OK are always OK, the others are always empty, s...