Search found 10 matches
- Thu Feb 26, 2009 5:11 pm
- Forum: TsiLang Components Suite
- Topic: CR/LF differences
- Replies: 1
- Views: 6341
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.
- Mon May 01, 2006 8:21 pm
- Forum: TsiLang Components Suite
- Topic: Format Specifiers error from SILEditor of .SIL with Chinese
- Replies: 1
- Views: 5947
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...
- Mon Aug 08, 2005 3:46 pm
- Forum: TsiLang Components Suite
- Topic: SILEditor doesn't close after EditFile call
- Replies: 1
- Views: 6750
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...
- Fri Feb 18, 2005 11:37 pm
- Forum: TsiLang Components Suite
- Topic: MessageDlg with DefaultButton parameter
- Replies: 1
- Views: 6224
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...
- Mon Nov 29, 2004 6:50 pm
- Forum: TsiLang Components Suite
- Topic: Class TsiLangLinked not found, after Export as SIB
- Replies: 1
- Views: 6710
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...
- Thu Nov 18, 2004 7:04 pm
- Forum: TsiLang Components Suite
- Topic: Multiline Resourcestrings
- Replies: 3
- Views: 10178
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...
- Tue Oct 26, 2004 3:37 pm
- Forum: TsiLang Components Suite
- Topic: SILEditor ExportTo automation method
- Replies: 3
- Views: 9944
- Mon Oct 25, 2004 10:30 pm
- Forum: TsiLang Components Suite
- Topic: SILEditor ExportTo automation method
- Replies: 3
- Views: 9944
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 ?
- Mon Oct 25, 2004 10:27 pm
- Forum: TsiLang Components Suite
- Topic: TsiLangRESE.EditStrings limitiations
- Replies: 1
- Views: 7187
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
.

- Wed Sep 29, 2004 3:16 pm
- Forum: TsiLang Components Suite
- Topic: SiLang components in inherited forms and packages
- Replies: 3
- Views: 11526