Search found 10 matches
- Sun Feb 07, 2021 2:16 pm
- Forum: TsiLang Components Suite
- Topic: TsiLang 7.8.5 "Property Font does not exist" in Delphi 10.4.1
- Replies: 5
- Views: 10925
Re: TsiLang 7.8.5 "Property Font does not exist" in Delphi 10.4.1
Fixed for me as well, thanks!
- Mon Feb 01, 2021 9:24 am
- Forum: TsiLang Components Suite
- Topic: TsiLang 7.8.5 "Property Font does not exist" in Delphi 10.4.1
- Replies: 5
- Views: 10925
Re: TsiLang 7.8.5 "Property Font does not exist" in Delphi 10.4.1
I believe I got a similar problem, Delphi 10.4.1 updated TsiLang from 7.8.4 to 7.8.5. In my case I get the message: "Error creating form: Property Caption does not exist" whenever my Frame should be created in runtime or design time. The call stack (runtime) looks like this: :00007FF8D718D...
- Tue Feb 10, 2015 4:33 pm
- Forum: TsiLang Components Suite
- Topic: TranslateData property is saved in binary format in DFMs
- Replies: 1
- Views: 10333
- Fri Sep 27, 2013 8:28 pm
- Forum: TsiLang Components Suite
- Topic: TSiLang: is this code required while design time ?
- Replies: 1
- Views: 9177
TSiLang: is this code required while design time ?
Hi SiComponents It seems my last post was deleted, was something wrong with it ? Anyway I try again: I use TSiLang 7.0. Since Delphi XE4 I, and as it seems others as well, have weird problems with the Delphi IDE doing stack overflows (see QC#116583, QC#116629, QC#118669, QC#119321 in embarcadero qua...
- Tue Oct 25, 2011 8:59 am
- Forum: TsiLang Components Suite
- Topic: Compile problem for 64 bit
- Replies: 3
- Views: 11729
- Mon Oct 24, 2011 10:30 am
- Forum: TsiLang Components Suite
- Topic: Compile problem for 64 bit
- Replies: 3
- Views: 11729
Compile problem for 64 bit
Hi If I try to compile one of my projects for 64 bit with Delphi XE2, I get the following 2 errors in siDialog.pas: [DCC Error] siDialog.pas(1678): E2089 Invalid typecast [DCC Error] siDialog.pas(1684): E2089 Invalid typecast This 2 lines are part of procedure TsiBrowseForFolder.DoShow; The problem ...
- Wed Jul 21, 2010 7:00 am
- Forum: TsiLang Components Suite
- Topic: Unwanted extra characters if using extended translations
- Replies: 3
- Views: 9986
- Tue Jul 06, 2010 5:28 am
- Forum: TsiLang Components Suite
- Topic: Unwanted extra characters if using extended translations
- Replies: 3
- Views: 9986
Unwanted extra characters if using extended translations
Hi For instance, I try to translate a TLabeledEdit.EditLabel.Caption using the extended translations feature. However on run time i get 4 extra characters for some languages. For instance if i translated to "Language1" (without the quotes) i get something like "ONLanguage1" on th...
- Tue Feb 23, 2010 8:44 am
- Forum: TsiLang Components Suite
- Topic: Store translation data in dfm in a format possible to merge
- Replies: 3
- Views: 11788
- Mon Feb 08, 2010 9:18 am
- Forum: TsiLang Components Suite
- Topic: Store translation data in dfm in a format possible to merge
- Replies: 3
- Views: 11788
Store translation data in dfm in a format possible to merge
Hello I really like the fact that the translation data is stored in the .dfm file. As then I am sure I have everything as long as I got the .dfm file and I do not have to distribute additional files to my executable. However as I am using a version control system to track the changes of my source, I...