Search found 10 matches

by BillHop3
Thu Feb 26, 2009 5:11 pm
Forum: TsiLang Components Suite
Topic: CR/LF differences
Replies: 1
Views: 4885

CR/LF differences

It appears that multiline strings stored in .DIX format always end up with a single \x0A separating the lines, however the multi-line editor actually creates/edits the entries with \x0D\x0A pairs, which match what our .SIL files have. This means the I cannot get translations for these items.
by BillHop3
Mon May 01, 2006 8:21 pm
Forum: TsiLang Components Suite
Topic: Format Specifiers error from SILEditor of .SIL with Chinese
Replies: 1
Views: 4963

Format Specifiers error from SILEditor of .SIL with Chinese

I'm starting with a .SIL file with just English and adding Chinese. Then I use the dictionary to auto-translate all the Chinese and save it. When I try to re-open it I get several errors that "Format specifiers don't match for all languages". Note: We use ~` as our delimiter, but the defau...
by BillHop3
Mon Aug 08, 2005 3:46 pm
Forum: TsiLang Components Suite
Topic: SILEditor doesn't close after EditFile call
Replies: 1
Views: 5483

SILEditor doesn't close after EditFile call

I'm using the automation interface of the SILEditor to convert our development .SIL files to .SIBs for distribution by creating a "SILEditor.SILEditorIntf" object then calling EditFile, then ExportTo. Unfortunately, the call to EditFile puts the editor in a state where it will not automati...
by BillHop3
Fri Feb 18, 2005 11:37 pm
Forum: TsiLang Components Suite
Topic: MessageDlg with DefaultButton parameter
Replies: 1
Views: 4915

MessageDlg with DefaultButton parameter

With Windows' MessageBox API, whenever we prompt the user to confirm a deletion, we pass MB_YESNO | MB_DEFBUTTON2, allowing the "No" to be both the Default and Cancel button. The CLX version of MessageDlg adds an optional DefaultBtn parameter (serving the same purpose) that isn't in the VC...
by BillHop3
Mon Nov 29, 2004 6:50 pm
Forum: TsiLang Components Suite
Topic: Class TsiLangLinked not found, after Export as SIB
Replies: 1
Views: 5238

Class TsiLangLinked not found, after Export as SIB

We are experimenting with .SIL files that do not have [Dialogs] entries for a form with a TsiLangRTSE component. When the .SIL is exported as a .SIB, the classname gets written as "TsiLangLinked" instead of "TsiLang". At run-time, this causes the form's creation to fail with an E...
by BillHop3
Thu Nov 18, 2004 7:04 pm
Forum: TsiLang Components Suite
Topic: Multiline Resourcestrings
Replies: 3
Views: 8161

In a .SIL... [Multilines] are stored with commas separating the lines Multi-line [Strings] are stored with 0x19 + 0x1A separators When Exported as a .SIB... [Multilines] are streamed with 0x01 separators Multi-line [Strings] are streamed with 0x19 + 0x1A separators If the .SIB is Exported back out a...
by BillHop3
Tue Oct 26, 2004 3:37 pm
Forum: TsiLang Components Suite
Topic: SILEditor ExportTo automation method
Replies: 3
Views: 7932

Because our application is 300+ forms I want to use binary .SIB.
My plan is a shortcut on each form, translator people use it (through EditStrings) to translate that form, then I merge their changes into the main .SIB.
Can you suggest a way to automate merging their .SIL into the main .SIB?
by BillHop3
Mon Oct 25, 2004 10:30 pm
Forum: TsiLang Components Suite
Topic: SILEditor ExportTo automation method
Replies: 3
Views: 7932

SILEditor ExportTo automation method

The SILEditor itself supports exporting to .SIB files, is this (or will you make it) available through the ExportTo automation interface ?
by BillHop3
Mon Oct 25, 2004 10:27 pm
Forum: TsiLang Components Suite
Topic: TsiLangRESE.EditStrings limitiations
Replies: 1
Views: 5598

TsiLangRESE.EditStrings limitiations

Your documentation should stress that although TsiLangRTSE launches the external SILEditor, which can handle .SIB files (whereas the internal editor cannot), the EditStrings method itself does not support .SIB files, and will quietly overwrite whatever filename is specified :-(.
by BillHop3
Wed Sep 29, 2004 3:16 pm
Forum: TsiLang Components Suite
Topic: SiLang components in inherited forms and packages
Replies: 3
Views: 8635

Rather than us just playing with it, can you please explain how the new IsInheritedOwner and UseInheritedData properties are supposed to work?