Search found 71 matches

by gaivans
Tue Dec 16, 2003 4:54 pm
Forum: VCL Scheduling Agent
Topic: Compatible Windows version
Replies: 3
Views: 14899

Hello,

Here the requirements for Task Scheduler:
Windows NT/2000/XP: Included in Windows 2000 and later.
Windows 95/98/Me: Included in Windows 98 and later.
Redistributable: Requires Internet Explorer 4.0 or later on Windows NT 4.0 and Windows 95.
by gaivans
Wed Nov 19, 2003 4:09 pm
Forum: TsiLang Components Suite
Topic: How to build dictionary from project
Replies: 1
Views: 9862

Hello, Currently there is no automatic method but in order to simplify your task I woud suggest the following: 1) Save all the project translations into one .SIL file (Click the expert menu File|Save / Load Translations|Save Project... and specify filename) 2) Open that .SIL file in the SIL Editor 3...
by gaivans
Tue Nov 11, 2003 10:24 am
Forum: TsiLang Components Suite
Topic: Access Violation when saving into *.sil
Replies: 2
Views: 11684

Yes, it is sometimes happens after upgrading the library. IDE "thinks" that your .dcu/.obj files are up-to-date. Therefore, we recommend always either to remove old .dcu/.obj before installation, or to open respective TsiLang_XX.dpk and explicitly re-build the package (Project | Build ...)
by gaivans
Thu Nov 06, 2003 9:23 am
Forum: TsiLang Components Suite
Topic: TsiLang Expert Menu gone - how do I restore?
Replies: 2
Views: 11545

Hello! Can you call the Expert by shortcut "Ctrl+L"? If the Expert displayed then click the Expert menu Tools|Options and modify IDE Options in the General Page (for example, Menu Section to "FileMenu") and click OK. If this does not help then I suspect the problem is caused by f...
by gaivans
Thu Nov 06, 2003 9:02 am
Forum: Resource Builder
Topic: Very Bug in Edit as text menu
Replies: 4
Views: 16113

Thank you for the bug report. Will be fixed in the nearest release.
by gaivans
Tue Oct 28, 2003 9:32 am
Forum: TsiLang Components Suite
Topic: Import from Borland Translation Manager
Replies: 1
Views: 10949

Hello, There is no direct import functionality from TsiLang components but it is possible to export translations from Borland Translation Repository to Dictionary Manager. After that you can use import data from Dictionary Manager to TsiLang components or SIL/SIB files. For example, you actions migh...
by gaivans
Tue Oct 28, 2003 9:10 am
Forum: TsiLang Components Suite
Topic: impossible using the dictionary
Replies: 2
Views: 13290

Hello,

Try to run first dicmngr.exe as a standalone application. It contains automation server which updates registry every time you run it, so after first run the required registry key will have proper value and commands in Translation Editor will be enabled.
by gaivans
Thu Oct 23, 2003 6:56 am
Forum: TsiLang Components Suite
Topic: Dictionary Manager/SILEditor suggestion
Replies: 1
Views: 9741

We will add this to our to-do list.
by gaivans
Thu Oct 23, 2003 6:50 am
Forum: TsiLang Components Suite
Topic: Problem with Japanese
Replies: 4
Views: 14164

Hello Linda, The problem is that TntControls use absolutely different method of handling strings in comparision with standard VCL controls. TsiLang components (VCL Edition) are intended to use only with ANSI controls (from Borland or other vendors) and cannot handle properly TntControls. If you do n...
by gaivans
Wed Oct 01, 2003 7:42 am
Forum: TsiLang Components Suite
Topic: Strings property of TsiLang gives 'abstract error'
Replies: 3
Views: 13656

Hello, We cannot reproduce the problem. Does this behaviour appear only for "Strings" property editor or for others ("Hints", "Captions", etc) too? All TsiLang property editors either do not use or override any abstract methods so we cannot find the error's origin. The ...
by gaivans
Fri Aug 01, 2003 8:00 am
Forum: TsiLang Components Suite
Topic: SaveAllToBinaryFile and RangeCheck
Replies: 2
Views: 11782

Hello Dmitry, Yes, the "SaveAllToBinaryFile" method and some functions in the Translation Editor require Range Checking to be turned off. We will fix it in the next version release. Please, add to the beginnings of units siComp.pas and siTransEditor.pas the conditional {$R-}, or if you are...
by gaivans
Thu Jul 31, 2003 8:32 am
Forum: TsiLang Components Suite
Topic: HOW TO: Multiple Form Projects Reading a Single SIB File
Replies: 2
Views: 12645

Mike, thank your for your post. You have written a whole article and I think it is valuable contribution to this forum. I just would like to add some remarks and corrections, because I am afraid novices would search TsiLangRTLinked on their IDE palette for a long time :) I guess you meant TsiLangRT ...
by gaivans
Thu Jul 31, 2003 6:51 am
Forum: TsiLang Components Suite
Topic: Get the original caption after translate
Replies: 3
Views: 13006

Hello, You can use in run-time the TsiLang's public method function GetStringValue(AStrings: pStrings; AName: Tstring; ALang: Integer): Tstring; where AStrings - pointer to a string list; AName - name of a component or string identifier; ALang - number of language (use 1 for default language). For e...
by gaivans
Wed Jul 30, 2003 2:34 pm
Forum: TsiLang Components Suite
Topic: Get the original caption after translate
Replies: 3
Views: 13006

Hello, What do you mean by "it have being translate to other language"? If your TsiLang component has more than one language, then it holds as original captions (Languge #1) as well as translated to other languages ones. You will need just set TsiLang.ActiveLanguage = 1 in design-time and ...
by gaivans
Tue Jul 29, 2003 12:41 pm
Forum: TsiLang Components Suite
Topic: Error: Invalid data type for 'SortOrder'
Replies: 2
Views: 11712

Hello, Do you get the error Invalid data type for 'SortOrder' when you just run the application in Delphi 5 or when you open the Expert or Translation Editor? I suppose the problem is might be caused by the fact your D5 and D4 versions of siLang are placed in one directory. Delphi 4 cannot explicitl...