Search found 10 matches

by hretif
Wed Dec 07, 2005 4:16 pm
Forum: TsiLang Components Suite
Topic: Excluding some items from a Collection
Replies: 4
Views: 6822

>>I am afraid there is no way to exclude particluar columns from translations.
OK, I can live with it...

>>I guess that toolbutton has Action property set.
That's right. I could solve it

Thanks,
Hubert
by hretif
Wed Dec 07, 2005 1:38 pm
Forum: TsiLang Components Suite
Topic: Excluding some items from a Collection
Replies: 4
Views: 6822

They are all (23) visible under Collections section in Translation editor. I want only 3 of them visible. I made also the experience that I must first delete an existing SIL file, but it does not solve my problem. In between, I have another case: in Captions section of Translation editor I can see a...
by hretif
Wed Dec 07, 2005 9:43 am
Forum: TsiLang Components Suite
Topic: Excluding some items from a Collection
Replies: 4
Views: 6822

Excluding some items from a Collection

Hi, I would like to exclude from translations some Column Captions from a DBGrid, but not all. Thus, I thought that placing them in "Component Properties to Exclude" like dbgrSold.0-TColumn dbgrSold.1-TColumn dbgrSold.10-TColumn dbgrSold.11-TColumn dbgrSold.20-TColumn dbgrSold.21-TColumn w...
by hretif
Tue Dec 06, 2005 1:18 pm
Forum: TsiLang Components Suite
Topic: Adding other CONST after "Modifying source"
Replies: 11
Views: 18039

ok.... :?
by hretif
Tue Dec 06, 2005 12:37 pm
Forum: TsiLang Components Suite
Topic: Adding other CONST after "Modifying source"
Replies: 11
Views: 18039

sorry, I have overseen something: In the exclude list there are: select id_ I think that is probably enough to exclude the lines: CAR_DESELECT_MSG = 'Veuillez d''abord les désélectionner.'; VALID_TO_MSG = 'Valable jusqu''à'; Ideally these exclude triggers should not be activ on CONST sections....
by hretif
Tue Dec 06, 2005 12:17 pm
Forum: TsiLang Components Suite
Topic: Adding other CONST after "Modifying source"
Replies: 11
Views: 18039

In unit's const section: unit Main; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DB, ExtDlgs, ADODB, ADOInt, StdCtrls, ExtCtrls, DBCtrls, Grids, DBGrids, jpeg, ComCtrls, ToolWin, AppEvnts, ActnList, StdActns, ImgList, Menus, Mask, Buttons, UnitKD...
by hretif
Tue Dec 06, 2005 10:34 am
Forum: TsiLang Components Suite
Topic: Adding other CONST after "Modifying source"
Replies: 11
Views: 18039

Here are all items in the Exclude and skip dialog: \|/?><.,":;]}[{=+-_)(!@#$%^&*`~' FieldByName Exec_SQL_Statement QuerySelect ChangeDir SQL.Add select TableName GetMaxValue where SetUpDateTime ReadString FileExists getCurrentPCName writeln id_ _name img_filename dmData order by column Para...
by hretif
Tue Dec 06, 2005 10:00 am
Forum: TsiLang Components Suite
Topic: Adding other CONST after "Modifying source"
Replies: 11
Views: 18039

Adding other CONST after "Modifying source"

I am getting more and more confident with the Tsilang Components and I like them... However, there are still some situations that I can't deal with: In the CONST section, I have put some strings that should be translate. After clicking on "Modify source", 2 of them were not changed. Removi...
by hretif
Tue Dec 06, 2005 6:33 am
Forum: TsiLang Components Suite
Topic: Exclude property of a component declared elsewhere
Replies: 2
Views: 5605

"Skip lines containing FieldByName" will be the right one. Thanks.

Hubert
by hretif
Mon Dec 05, 2005 7:25 pm
Forum: TsiLang Components Suite
Topic: Exclude property of a component declared elsewhere
Replies: 2
Views: 5605

Exclude property of a component declared elsewhere

Hi, In my Main Form, I reference data sets which are located in data modules (I don't need to translate anything in them). In this Main Form I use, for example: MyDataModule.ADataSet.FieldByName('someField').AsInteger. How can I exclude all FieldByName properties which are used in the Main Form? Tha...