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.
Search found 71 matches
- Tue Dec 16, 2003 4:54 pm
- Forum: VCL Scheduling Agent
- Topic: Compatible Windows version
- Replies: 3
- Views: 19311
- Wed Nov 19, 2003 4:09 pm
- Forum: TsiLang Components Suite
- Topic: How to build dictionary from project
- Replies: 1
- Views: 11799
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...
- Tue Nov 11, 2003 10:24 am
- Forum: TsiLang Components Suite
- Topic: Access Violation when saving into *.sil
- Replies: 2
- Views: 14934
- Thu Nov 06, 2003 9:23 am
- Forum: TsiLang Components Suite
- Topic: TsiLang Expert Menu gone - how do I restore?
- Replies: 2
- Views: 14252
- Thu Nov 06, 2003 9:02 am
- Forum: Resource Builder
- Topic: Very Bug in Edit as text menu
- Replies: 4
- Views: 20912
- Tue Oct 28, 2003 9:32 am
- Forum: TsiLang Components Suite
- Topic: Import from Borland Translation Manager
- Replies: 1
- Views: 13105
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...
- Tue Oct 28, 2003 9:10 am
- Forum: TsiLang Components Suite
- Topic: impossible using the dictionary
- Replies: 2
- Views: 15755
- Thu Oct 23, 2003 6:56 am
- Forum: TsiLang Components Suite
- Topic: Dictionary Manager/SILEditor suggestion
- Replies: 1
- Views: 12575
- Thu Oct 23, 2003 6:50 am
- Forum: TsiLang Components Suite
- Topic: Problem with Japanese
- Replies: 4
- Views: 19308
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...
- Wed Oct 01, 2003 7:42 am
- Forum: TsiLang Components Suite
- Topic: Strings property of TsiLang gives 'abstract error'
- Replies: 3
- Views: 17293
- Fri Aug 01, 2003 8:00 am
- Forum: TsiLang Components Suite
- Topic: SaveAllToBinaryFile and RangeCheck
- Replies: 2
- Views: 15239
- 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: 15406
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 ...
- Thu Jul 31, 2003 6:51 am
- Forum: TsiLang Components Suite
- Topic: Get the original caption after translate
- Replies: 3
- Views: 16228
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...
- Wed Jul 30, 2003 2:34 pm
- Forum: TsiLang Components Suite
- Topic: Get the original caption after translate
- Replies: 3
- Views: 16228
- Tue Jul 29, 2003 12:41 pm
- Forum: TsiLang Components Suite
- Topic: Error: Invalid data type for 'SortOrder'
- Replies: 2
- Views: 14086
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...