Search found 7 matches

by acorrea
Fri Oct 07, 2005 5:32 pm
Forum: TsiLang Components Suite
Topic: Method SaveAllToStream do not saves all properties
Replies: 2
Views: 5673

OK!



Tanks!
by acorrea
Thu Oct 06, 2005 5:39 pm
Forum: TsiLang Components Suite
Topic: Method SaveAllToStream do not saves all properties
Replies: 2
Views: 5673

Method SaveAllToStream do not saves all properties

Hi, I use the method "SaveAllToStream" and it no save all properties. After the execution of the LOAD I was to inspect the content of TStream variable and see that have it only the data of the last property of the list. Var CP : TMemoryStream; Begin begin CP := TMemoryStream.create; siLang...
by acorrea
Thu Oct 06, 2005 2:36 pm
Forum: TsiLang Components Suite
Topic: How to generate SIB file?
Replies: 8
Views: 12121

OK

Tanks!
by acorrea
Thu Oct 06, 2005 2:10 pm
Forum: TsiLang Components Suite
Topic: How to generate SIB file?
Replies: 8
Views: 12121

Sorry! I testing better now!

When use:

1) LoadAllFromBinaryFile -> OK
2) LoadPropFromBinaryFile -> "Error Reading siLangRT..: NumOfLanguage"
3) MergeFromFile -> "Error Reading siLangRT..: NumOfLanguage"
by acorrea
Thu Oct 06, 2005 1:08 pm
Forum: TsiLang Components Suite
Topic: How to generate SIB file?
Replies: 8
Views: 12121

"LoadPropFromBinaryFile" works now! Thanks.


But, when execute:
siLangRT1.MergeFromFile(stCaptions, 'w:\teste_form3.sib');

this message is issued:
'Read error siLangRT1..: NumOfLanguages'


The merge method do not works with binary files (.sib) ?
by acorrea
Wed Oct 05, 2005 11:46 am
Forum: TsiLang Components Suite
Topic: How to generate SIB file?
Replies: 8
Views: 12121

The message is:

"Project Project1.exe raised exception class EReadError with message 'Read error _1..: NumOfLanguages'
by acorrea
Tue Oct 04, 2005 5:37 pm
Forum: TsiLang Components Suite
Topic: How to generate SIB file?
Replies: 8
Views: 12121

How to generate SIB file?

Hi, How to generate correctly the SIB file ? 1) I do it : - save as .SIL file - opens .SIL file in the SIL Editor - "file --> export... " and select .SIB 2) In the source program, fails if use: siLangRT1.LoadPropFromBinaryFile(stCaptions, 'test.sib'); or siLangRT1.MergeFromFile(stCaptions,...