Search found 2385 matches

by isiticov
Thu Jun 17, 2004 6:40 pm
Forum: TsiLang Components Suite
Topic: problems with SIB-file
Replies: 9
Views: 13530

Glad to see that it works for you now. :)
by isiticov
Thu Jun 17, 2004 6:38 pm
Forum: TsiLang Components Suite
Topic: .SIB file and access violation
Replies: 6
Views: 11660

Could you please specify what do you mean under menu option? In case just renaming the SIB file solves the problem then I'm unable to provide any ideas, because this looks like absolutelly independed from translation. May be you can try to reproduce the error on simple(sample) project and check if i...
by isiticov
Thu Jun 17, 2004 1:30 pm
Forum: TsiLang Components Suite
Topic: problems with SIB-file
Replies: 9
Views: 13530

The "1" shown as language count because you've used inherited forms.
The size of SIB files doesn't matter.
Please try to set IsInheritedOwner to True for all TsiLangs on inherited forms.
by isiticov
Thu Jun 17, 2004 12:02 pm
Forum: TsiLang Components Suite
Topic: problems with SIB-file
Replies: 9
Views: 13530

Volker wrote:But am I right, that I only have to change the filename and it should work as well with sib-files, or do I have to do some extra work?
Yes, you can change the FileName property is TsiLangDispatcher and this should work.
by isiticov
Thu Jun 17, 2004 11:29 am
Forum: TsiLang Components Suite
Topic: problems with SIB-file
Replies: 9
Views: 13530

Some notes and questions: 1. I hope you have used SIL Editor to convert SIL file to SIB. 2. Using TsiLangRTSE is correct only when you need to provide your end-user with ability to tranlsate(or edit translations) of your application during run-time using SIL Editor. In most cases it is correct to us...
by isiticov
Thu Jun 17, 2004 6:59 am
Forum: VCL Scheduling Agent
Topic: Task Renaming
Replies: 1
Views: 11002

TTaskItem has an overloaded method

Code: Select all

procedure Save(const AName: WideString); overload;
that could be used to save task under new name.
by isiticov
Thu Jun 17, 2004 5:00 am
Forum: TsiLang Components Suite
Topic: translation in DateTimePicker
Replies: 2
Views: 7122

TDateTimePicker is just the wrapper of standard/native Windows control and takes the names for months and days from OS depending on user locale. And this drives to imposibility of its translation. But there is available RX Library components on the Web, which include TDateEdit component with quite t...
by isiticov
Mon Jun 14, 2004 6:47 am
Forum: Resource Builder
Topic: Some BuGs in v 2.1.1.3
Replies: 1
Views: 11737

Please try to use version available through Update Manager it should work fine.
by isiticov
Sat Jun 12, 2004 10:27 am
Forum: TsiLang Components Suite
Topic: Do .sil and .sib files have same functionality
Replies: 5
Views: 10640

Re: Do .sil and .sib files have same functionality

v 5.3.0 with D6 Are there situations where only one of these formats can be used? Both formats have the same functionality and could be used in all situations except one case (see below). SIB files are just much faster than SIL. I have found that with a TsiLangRT, I can .LoadOnCreate from a .sil fi...
by isiticov
Fri Jun 04, 2004 6:39 am
Forum: VCL Scheduling Agent
Topic: Cannot run task scheduler under non-admin accounts.
Replies: 11
Views: 34715

How does the demo application work under restricted account?
by isiticov
Fri Jun 04, 2004 6:38 am
Forum: TsiLang Components Suite
Topic: Delphi 8
Replies: 5
Views: 10482

Missed files sent by email. Sorry.
by isiticov
Thu Jun 03, 2004 1:45 pm
Forum: VCL Scheduling Agent
Topic: Cannot run task scheduler under non-admin accounts.
Replies: 11
Views: 34715

Also could you please test if the demo application included into delivery fails to work under restricted account as well?
by isiticov
Thu Jun 03, 2004 1:44 pm
Forum: VCL Scheduling Agent
Topic: Cannot run task scheduler under non-admin accounts.
Replies: 11
Views: 34715

Could you please specify what OS do you use? Unfortunately, we were unable to reproduce your situation. Could you please try the following code: procedure TfrmMain.Button1Click(Sender: TObject); var TaskScheduler: TTaskScheduler; begin TaskScheduler := TTaskScheduler.Create(nil); if TaskScheduler.St...
by isiticov
Wed Jun 02, 2004 1:15 pm
Forum: VCL Scheduling Agent
Topic: Cannot run task scheduler under non-admin accounts.
Replies: 11
Views: 34715

Please check the following: 1) TTaskScheduler.Open is called after application startup 2) Task Scheduler Service is running in Automatic mode. This service could be started only by System and Power Users. To check its mode open Control Panel - Administrative Tools - Services and in the services list...
by isiticov
Mon May 31, 2004 10:28 am
Forum: VCL Scheduling Agent
Topic: Fails to operate under non-interactive NT Services
Replies: 2
Views: 12319

There is trial nag screen in shareware version which allows to work only under Delphi or C++ Builder. When tril version is executed from service in non-interactive mode I assume there is no Delphi or C++Builder open and it is impossible to display the nag screen. In registered version such problem w...