Search found 65 matches

by Jean-Paul Brassard
Wed Aug 05, 2009 5:52 pm
Forum: TsiLang Components Suite
Topic: Migration of a given language from one SIB to another one?
Replies: 4
Views: 8066

Migration of a given language from one SIB to another one?

I gave some SIB Files to a translator to add a new language to our system. When the translator will come back with its translated files, I will need to merge its work back into our system. But our own SIB file will have been changed at that time. Many new strings and components and some deleted or r...
by Jean-Paul Brassard
Tue Jul 28, 2009 3:41 pm
Forum: TsiLang Components Suite
Topic: Wrong DFMs files in the 6.4 "DCU Only" version
Replies: 3
Views: 6053

Good ! What are the other improvments since February (v6.4.0)? 1) In TsiLang itself (V6.4 to 6.4.1) 2) In Sil Editor (V5.1.0.13 to 5.1.0.16) 3) In Dictionary Manager (V3.0.1.9 to 3.0.1.10). Thank you. P.S. The "What is new" page is hard to find in your Web Site. Each time I expect to find ...
by Jean-Paul Brassard
Tue Jul 21, 2009 4:20 pm
Forum: TsiLang Components Suite
Topic: Wrong DFMs files in the 6.4 "DCU Only" version
Replies: 3
Views: 6053

Wrong DFMs files in the 6.4 "DCU Only" version

Warning to all users of TsiLang 6.4 "DCU Only" version. The "DFM" files included in that release are obsolete. The DFM files are those of previous version 6.3.0.2! (The DFM in the Full Source version are OK.) This problem produces very strange bugs at Run Time and may be at Desig...
by Jean-Paul Brassard
Tue Jul 21, 2009 2:27 pm
Forum: TsiLang Components Suite
Topic: Access violation in "TsiLangRT.EditAll"
Replies: 14
Views: 14979

It was indeed very tricky :wink:

Should I post another dedicated thread to advise other TsiLang users of that problem?
by Jean-Paul Brassard
Mon Jul 20, 2009 11:14 pm
Forum: TsiLang Components Suite
Topic: Access violation in "TsiLangRT.EditAll"
Replies: 14
Views: 14979

Yeh !!! Finally found it 8) The problem was not a wrong DCU in the DCU Only 6.4 Version. It is a wrong DFM . For example, the new "ToolButton27" component in "siTransEditor.dfm" is missing in the DCU Only DFM. In fact, the 6.4 DCU Only version of TsiLang is shipped with the 6.3.0...
by Jean-Paul Brassard
Mon Jul 13, 2009 5:59 pm
Forum: TsiLang Components Suite
Topic: Access violation in "TsiLangRT.EditAll"
Replies: 14
Views: 14979

As far as I understood, if you build your project using the Full Source then it works just fine but when your build it with using the DCU-Only thn you get this error. Exact (new problem with 6.4, does not occurs with 6.3.0.2). The most strange thing is that DCUs are compiled automatically from the ...
by Jean-Paul Brassard
Tue Jun 23, 2009 8:06 pm
Forum: TsiLang Components Suite
Topic: Access violation in "TsiLangRT.EditAll"
Replies: 14
Views: 14979

OK. Another test we could do is to compile an old version of our applications with the version 6.4 of TsiLang. We already went back in our archives and tested the EXE of a version that was then compiled with the version 6.3.0.2 of TsiLang. That version does not show the problem, even if it was compi...
by Jean-Paul Brassard
Tue Jun 23, 2009 6:55 pm
Forum: TsiLang Components Suite
Topic: Access violation in "TsiLangRT.EditAll"
Replies: 14
Views: 14979

Yes, we are using the 6.4 version (Feb. 19, 2009) of TsiLang.

I am not sure that the problem was there with the previous version (6.3.0.2) of TsiLang. Should I go back and try if the problem vanishes?
by Jean-Paul Brassard
Mon Jun 22, 2009 3:00 pm
Forum: TsiLang Components Suite
Topic: Access violation in "TsiLangRT.EditAll"
Replies: 14
Views: 14979

For experiment #3, yes it was done on the same given computer. The only change is switching from DCU only to Full Source version of TsiLang... 3) I went on a computer that shows the problem and run the code in debugging mode to find the error. The error occurs inside the TsiLangRT.EditAll method. To...
by Jean-Paul Brassard
Thu Jun 18, 2009 1:12 pm
Forum: TsiLang Components Suite
Topic: Access violation in "TsiLangRT.EditAll"
Replies: 14
Views: 14979

Access violation in "TsiLangRT.EditAll"

We recently started to get a very weird AV errors when calling the "TsilLangRT.EditAll" method... Error is: Access Violation at address 08029BA2 in module "GivenPlugin.dll". Read of address 0000016C. 1) If I compile the same given Plugin (DLL) on my computer (TsiLang Full Source)...
by Jean-Paul Brassard
Thu Jun 18, 2009 11:51 am
Forum: TsiLang Components Suite
Topic: Indicate comment field?
Replies: 2
Views: 6306

I do not know if this can be of any help for your need, but you can always add an extra dummy language to your project named "comments" and put your comments in when you need to give some guidelines to your translator.
If yo do so, just be sure to hide this column to your customers 8)
by Jean-Paul Brassard
Thu Jun 18, 2009 11:39 am
Forum: TsiLang Components Suite
Topic: String Column ID Missing
Replies: 3
Views: 8025

Or it could be to set a minimum width for a column, say 5 pixels.
I often got the problem and it is not obvious to resize a column that is not showing at all.
by Jean-Paul Brassard
Fri May 01, 2009 11:25 pm
Forum: TsiLang Components Suite
Topic: Not All selected Forms loaded by LoadSelectedForm command
Replies: 3
Views: 7385

isiticov wrote:Could you please send us sample project that reproduces this problem? Since we've tried to reproduce it but with no luck.
Please see the email I sent you.
by Jean-Paul Brassard
Thu Mar 26, 2009 6:22 pm
Forum: TsiLang Components Suite
Topic: GetTextC Memory Leak?
Replies: 2
Views: 6196

Does this memory leak problem also present on Delphi 7?
by Jean-Paul Brassard
Thu Mar 26, 2009 5:51 pm
Forum: TsiLang Components Suite
Topic: Not All selected Forms loaded by LoadSelectedForm command
Replies: 3
Views: 7385

Not All selected Forms loaded by "Load Selected Form&qu

Is there anyone that has a suggestion to get around this problem?