Search found 17 matches
- Thu Jun 14, 2012 9:51 pm
- Forum: TsiLang Components Suite
- Topic: Requirements for Chinese display
- Replies: 2
- Views: 10335
Thank you
I knew you would have something.
- Wed Jun 13, 2012 5:10 pm
- Forum: TsiLang Components Suite
- Topic: Requirements for Chinese display
- Replies: 2
- Views: 10335
Requirements for Chinese display
I apologize for bothering you with this, but I think you will be able to answer quickly whereas I would take a long time putting the pieces together. We have used TsiLang to do an English & French version of our program. Now we need to add Chinese. We are using Delphi 7 with DevEx components (ve...
- Fri Jan 29, 2010 8:52 pm
- Forum: TsiLang Components Suite
- Topic: DevEx Localizer
- Replies: 1
- Views: 6062
DevEx Localizer
Our current globalized product uses tsiLang v6.0.3 :oops: We are now needing to globalize a newer version of our product that makes almost exclusive use of DevEx components including grids, trees, ribbons and such. With tsiLang v6.0.3 some DevEx component captions were 'invisible' (buried under Prop...
- Thu Jan 17, 2008 6:21 pm
- Forum: TsiLang Components Suite
- Topic: Memory Leak
- Replies: 3
- Views: 8842
- Thu Apr 12, 2007 5:21 pm
- Forum: TsiLang Components Suite
- Topic: strings need translation before form is created
- Replies: 5
- Views: 12108
Yah, I know it's not a TsiLang problem. Let me just confirm a couple of things. My already created form is dmInternational. I will need to manually copy the strings from the TfrmViewer siLang component properties to the dmInternational.siLang component properties and assign it an IDS_xxx ID unique w...
- Thu Apr 12, 2007 4:38 pm
- Forum: TsiLang Components Suite
- Topic: strings need translation before form is created
- Replies: 5
- Views: 12108
- Thu Apr 12, 2007 4:33 pm
- Forum: TsiLang Components Suite
- Topic: Expert - Clear Translation - how to get list of strings back
- Replies: 1
- Views: 6585
Expert - Clear Translation - how to get list of strings back
In diagnosing the problem with needing to call my global TsiLang.GetText and the local TsiLang.GetText in the same unit, I used the TsiLang Expert, File | Clear Translation option. Now, however, all the strings are gone. The File | Source | With Form... option says everything is ok. How do I get the...
- Thu Apr 12, 2007 3:42 pm
- Forum: TsiLang Components Suite
- Topic: strings need translation before form is created
- Replies: 5
- Views: 12108
strings need translation before form is created
Hoo boy, we have gotten too tricky. The situation is this: unit interface type TfrmViewer = class(ancestor viewer with TsiLang component) public class function ShowItems (formCaption: String): Boolean; end; function ShowItems1: boolean; function ShowItems2: boolean; implementation function ShowItems...
- Mon Mar 19, 2007 10:06 pm
- Forum: TsiLang Components Suite
- Topic: Working with SIL files #2
- Replies: 1
- Views: 6260
Working with SIL files #2
And one more:
When I read back the project SIL file it seems to overwrite translations I have made in the code using TsiLang Expert (design time) with blanks from the SIL file. Am I observing the behavior correctly and if so, can it be flagged to only read in non-blank entries?
Thanks again
When I read back the project SIL file it seems to overwrite translations I have made in the code using TsiLang Expert (design time) with blanks from the SIL file. Am I observing the behavior correctly and if so, can it be flagged to only read in non-blank entries?
Thanks again
- Mon Mar 19, 2007 10:00 pm
- Forum: TsiLang Components Suite
- Topic: Working with SIL files
- Replies: 1
- Views: 6488
Working with SIL files
Some questions and observations about working with SIL files: File | Save/Load Translation | Save Project - the SIL file (Captions) contains blanks even though all my forms siLangLink components have AutoSkipEntries = True. What am I missing? File | Save/Load Translation | Save Project Properties cr...
- Thu Mar 15, 2007 9:53 pm
- Forum: TsiLang Components Suite
- Topic: siLang data mod initialization
- Replies: 1
- Views: 6561
siLang data mod initialization
We have placed both both the siLangDispatcher and siLang components in an otherwise empty data mod called dmInternational. It is auto-created before any other form. However, several of our non-visual units reference GetTextordefault and MessageDlg and they have initialization code sections. This com...
- Tue Mar 13, 2007 8:10 pm
- Forum: TsiLang Components Suite
- Topic: Size optimization
- Replies: 2
- Views: 7646
- Tue Mar 13, 2007 7:20 pm
- Forum: TsiLang Components Suite
- Topic: Unable to obtain the interface of form module
- Replies: 2
- Views: 7818
- Tue Mar 13, 2007 2:49 pm
- Forum: TsiLang Components Suite
- Topic: Unable to obtain the interface of form module
- Replies: 2
- Views: 7818
Unable to obtain the interface of form module
I have one form that gives the above error when attempting to use the Wizard. The beginning of the file is: unit StopsReportOptions; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons, MiscUtils; type TfrmStopsReportOptions = class(TF...
- Mon Mar 12, 2007 9:49 pm
- Forum: TsiLang Components Suite
- Topic: Skipped lines in need of translation
- Replies: 1
- Views: 6556
Skipped lines in need of translation
The following line of Delphi code is not recognized as needing a GetTextorDefault: self.OrdCustomerAddress2.Hint:= 'Bill to: '#13+dmOrder.OrdCustomerAddrBlock.AsString + tern(AppSettings.Admin.Misc.ShowMapIt,#13'Click to locate address on internet',''); Tern (bool,string,string) is a function return...