Search found 8 matches
- Thu Nov 17, 2016 9:26 am
- Forum: TsiLang Components Suite
- Topic: Excluding TcxCheckGroup.Properties.Items is not persisted
- Replies: 1
- Views: 11941
Excluding TcxCheckGroup.Properties.Items is not persisted
Hi, I'm trying to exclude TcxCheckCheckGroup.Properties.Items (DevExpress) from a translation. First ist all looks fine in Translation Editor. I can see all the items under "Collections". Right click -> Exclude... Then select "Exclude 'Properties.Items' for cxCheckGroupBox" -> OK...
- Fri Oct 07, 2016 8:03 am
- Forum: TsiLang Components Suite
- Topic: BUGREPORT? comboboxes loose their item index
- Replies: 12
- Views: 46254
- Thu Oct 06, 2016 1:52 pm
- Forum: TsiLang Components Suite
- Topic: BUGREPORT? comboboxes loose their item index
- Replies: 12
- Views: 46254
Any news on this one? Any workaround? I'm seeing the same problem for all cxComboBoxes with property DropDownListStyle=IsFixedList It seems TsiLang sets the Text property of the cxComboBox to the new language. Then the cxComboBox searches this value within its Items, doesn't find it and as a result ...
- Thu Oct 06, 2016 11:43 am
- Forum: TsiLang Components Suite
- Topic: How to translate string arrays
- Replies: 3
- Views: 32414
How to translate string arrays
I have code like the following in a standalone .pas file (not a form). const // Filters for data events DataTextFilters: array[0..2] of string = ( 'equals', 'starts with', 'contains' ); These string are not found when I open the TsiLang expert and use "File->Const->Without form..." Simple ...
- Thu Oct 06, 2016 7:47 am
- Forum: TsiLang Components Suite
- Topic: Check for bad string IDs delivers irritating results
- Replies: 1
- Views: 11285
Check for bad string IDs delivers irritating results
Hi, I just finished the translation of an application (Delphi Berlin with Update 1, TsiLang 7.5.3). One of the last steps was to check for bad string IDs. When I do this on my mainform TsiLang finds several "problematic IDs" of type "Not used in source of current module". While t...
- Mon Jul 18, 2005 11:11 am
- Forum: TsiLang Components Suite
- Topic: How to translate an include file
- Replies: 3
- Views: 11368
- Mon Jul 18, 2005 9:34 am
- Forum: TsiLang Components Suite
- Topic: How to translate an include file
- Replies: 3
- Views: 11368
- Mon Jul 18, 2005 9:08 am
- Forum: TsiLang Components Suite
- Topic: How to translate an include file
- Replies: 3
- Views: 11368
How to translate an include file
Hi, I have a third-party library that uses an INC file to declare some common strings. How do I translate that with TsiLang? I tried adding the file to the project and then "File/Const Section/Without Form..." from the TsiLang Expert but the following dialog ("Translating units withou...