Search found 21 matches

by moelski
Fri Sep 05, 2008 5:24 am
Forum: TsiLang Components Suite
Topic: Merging two SIB files - Treeview Items gone :-(
Replies: 3
Views: 7236

Hi !
Could you please try to merge 2 SIBs created directly
How can I do this. I have no idea :?:
by moelski
Thu Sep 04, 2008 11:01 am
Forum: TsiLang Components Suite
Topic: Merging two SIB files - Treeview Items gone :-(
Replies: 3
Views: 7236

Merging two SIB files - Treeview Items gone :-(

Hi ! I have one sib file which contains only the main form at the moment. Now I wanted to add an additional form to the sib file. The additional form has a TSiLangTLV component connected to silang on the mainform. These where the steps I have made: 1) Doubleclick the additional form in the TSILang E...
by moelski
Sun Jul 06, 2008 8:39 am
Forum: TsiLang Components Suite
Topic: Multiline not updated during SIB merge ?
Replies: 1
Views: 5268

Multiline not updated during SIB merge ?

Hi ! Two days ago I got a really big problem. We use a barmanager for our menusystem and this barmanager stores the captions of the different bars within a StringList. SiLang finds the list and creates a new multiline entry for that. The String ID is BarManager.Categories and it contains this: "...
by moelski
Mon Oct 16, 2006 11:26 am
Forum: TsiLang Components Suite
Topic: Visible properties in TSILang Editor ...
Replies: 5
Views: 9954

Hi ! Well I´m a little bit confused about what I should do now ... I have the following situation: - LogView.sib -> this is a fully translated file for my app (without the Treeview items) - Globalset.sib -> this is the form with the TreeView. This SIB only contains the german language. What I want t...
by moelski
Mon Oct 16, 2006 10:09 am
Forum: TsiLang Components Suite
Topic: Visible properties in TSILang Editor ...
Replies: 5
Views: 9954

Hi ! You need to use on this form TsiLangTLV component. Ok that worked. But I would suggest to translate tree-view from items code. Not a good idea. The items are fixed so it should be done by TSILang. Now I have another problem. I changed on the form to TsiLangTLV. I exported the items of the form ...
by moelski
Sun Oct 15, 2006 6:48 pm
Forum: TsiLang Components Suite
Topic: Visible properties in TSILang Editor ...
Replies: 5
Views: 9954

Visible properties in TSILang Editor ...

Hi !

I want to translate a TreeView. This Treeview has some fixed items.
But TSILang Editor don´t show this.

If I use Tools -> Visible properties ... there is the option for ListView_TreeView_Items. But this is grayed out.

How can I enable this ?!
by moelski
Wed Oct 11, 2006 11:12 am
Forum: TsiLang Components Suite
Topic: Automatically create menu structure
Replies: 2
Views: 6196

Hi isiticov!

Thx for the help! I got it working :)
by moelski
Tue Oct 10, 2006 2:12 pm
Forum: TsiLang Components Suite
Topic: Automatically create menu structure
Replies: 2
Views: 6196

Automatically create menu structure

Hi @all! I just wonder if anyone has some code for to automatically create the menu structure for the different languages. So the following steps should be done by the code: - get number of langs out of SIB - get lang names out of SIB - create menu for languages: ----> Language |------> German |----...
by moelski
Tue Oct 10, 2006 9:22 am
Forum: TsiLang Components Suite
Topic: mark nontranslateable strings
Replies: 2
Views: 6659

Hi !

What should I say ... Perfect :D

Thx alot
by moelski
Tue Oct 10, 2006 5:55 am
Forum: TsiLang Components Suite
Topic: mark nontranslateable strings
Replies: 2
Views: 6659

mark nontranslateable strings

Hi @all! I want to ask you if there is a solution to mark a hard coded string so that the TsiLang Expert don´t show it in his list if you use Source -> With Form ... This could be an easy way to reduce the amount of hard coded strings in the SIB file. Example ... We have a detailed debug logging for...
by moelski
Tue Jul 18, 2006 10:12 am
Forum: TsiLang Components Suite
Topic: How to translate 3rd party dialogs?
Replies: 11
Views: 18088

Hi !

What should I say.
Perfect support 8) !
by moelski
Tue Jul 18, 2006 9:47 am
Forum: TsiLang Components Suite
Topic: How to translate 3rd party dialogs?
Replies: 11
Views: 18088

Hi isiticov! I use the following code to add 3rd party dialogs to my SIB file ... procedure TForm1.ActiveFormChange(Sender: TObject); begin //Memo2.Lines.Add(Screen.ActiveForm.ClassName); if (Screen.ActiveForm <> NIL) and ((Screen.ActiveForm.ClassName = 'TWPPageProp') or (Screen.ActiveForm.ClassName...
by moelski
Mon Jul 17, 2006 11:52 am
Forum: TsiLang Components Suite
Topic: How to open external file if I doubleclick TsiLang?
Replies: 2
Views: 6700

Hi ! Let me add an additional question ... At the moment I´m a little bit confused :? I want to use an external SIB or SIL file. At the moment I use SIL because it´s easier to review in an editor like notepad. How can I store all the translation stuff from all forms (!) in one file and how can I use...
by moelski
Mon Jul 17, 2006 8:21 am
Forum: TsiLang Components Suite
Topic: How to open external file if I doubleclick TsiLang?
Replies: 2
Views: 6700

How to open external file if I doubleclick TsiLang?

Hi ! Is it possible to open my external file if I doubleclick TsiLang? If I do so it always opens the "internal" translations. Setting the dispatcher to the correct file won´t work. And a short additional question ... If I doubleclick TsiLang, there is only an export to SIL files. Why is t...
by moelski
Sat Jul 15, 2006 10:34 am
Forum: TsiLang Components Suite
Topic: Some general questions
Replies: 2
Views: 7007

Hi!

That sounds good. I will test it with a little demo application.

Thx!