Search found 10 matches

by ottigeda
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: 4847

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...
by ottigeda
Tue Feb 10, 2015 4:33 pm
Forum: TsiLang Components Suite
Topic: TranslateData property is saved in binary format in DFMs
Replies: 1
Views: 8472

Hi I have raised the same question a few years ago: http://www.sicomponents.com/forum/viewtopic.php?t=1095&start=0&postdays=0&postorder=asc&highlight=merge Still it would be very helpful if TSiLang could store the data in some format which is possible to merge using git. For instance...
by ottigeda
Fri Sep 27, 2013 8:28 pm
Forum: TsiLang Components Suite
Topic: TSiLang: is this code required while design time ?
Replies: 1
Views: 7066

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...
by ottigeda
Tue Oct 25, 2011 8:59 am
Forum: TsiLang Components Suite
Topic: Compile problem for 64 bit
Replies: 3
Views: 9218

I use version 6.5.4.1, is this not the latest version ?

I download it again (i do not get the same binary for whatever reason).
I uninstalled it, installed it again, but the 2 lines in siDialog still have LongInt?

Am I doing something wrong?
by ottigeda
Mon Oct 24, 2011 10:30 am
Forum: TsiLang Components Suite
Topic: Compile problem for 64 bit
Replies: 3
Views: 9218

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 ...
by ottigeda
Wed Jul 21, 2010 7:00 am
Forum: TsiLang Components Suite
Topic: Unwanted extra characters if using extended translations
Replies: 3
Views: 7252

Thank you for your support! The new build fixed my problem.
by ottigeda
Tue Jul 06, 2010 5:28 am
Forum: TsiLang Components Suite
Topic: Unwanted extra characters if using extended translations
Replies: 3
Views: 7252

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...
by ottigeda
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: 9022

Hello

OK. Now I understand, thanks a lot! Is there an possibility to achieve this with translations stored in an external file?
by ottigeda
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: 9022

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...