Page 1 of 1

Automatically excluding components (eg TTable)

Posted: Sat Nov 11, 2006 8:39 pm
by jdbacco
Is it possible to make tsilang automatically exclude some components, like it is possible to exclude some properties which are in the SI.INC file?
I am converting my application that now uses Tmultilang to TsiLang.
I want to exclude all TTable and TQuery components (and its decendants from RX-lib TRxQuery)

Now I have to exclude TTable and TQuery components manually.
Is there a way to do this automatically.

I can not use the TsiLang Expert because I have to remove all the Tmultilang components.

I am new to SiLang, so perhaps I am using the wrong method to convert my translations.

Greetings
Johan De Beuckeleer

Posted: Mon Nov 13, 2006 8:17 am
by isiticov
Unfortunately, it is not possible now. But you can easily exclude this semi-automatically:
1. Open Exclude from Translations Editor (double-click on DoNotTranslate property).
2. Select any component like TTable in the left-side tree.
3. Right-click on it and select Add all TTable components.
This will scan and add to exclusion all TTable components.