error retrieving CONST

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
Rien Mulder
Posts: 7
Joined: Fri May 12, 2006 2:14 pm

error retrieving CONST

Post by Rien Mulder »

We just ordered the TSIlang suite. Still working with the trial version on D2006.

I do have a dfm form with central CONST variabele
I like to tranlate them, with TsiLang Expert / Select main form / file / const section / with form
I do get a list of StringID's constantes etc etc.
it all looks nice. But when Modify Source button is pressed
The screens flicker a few times somtimes continuasly
D2006 does nog react at all.
Source code is not modified

can somebody help me

Rien Mulder
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Is this reproducible for you on any unit or just for this particular one?
If this is reproducible only for this unit could you please send us it and we will try to investigate deeper?
Best regards,
Igor Siticov.
Rien Mulder
Posts: 7
Joined: Fri May 12, 2006 2:14 pm

CONST problem

Post by Rien Mulder »

I wil look to simplify the problem.
I do have a lot of 3rd party bibs.
this wil take me a few hours (/days).
you wil hear from me


already one question.
I do have aprox 30 child forms and a one buisineslogic.pas unit with no form. all linked to each other with the dispatcher.
All translated isues in the .pas file are centralized in the buslogic wich is in al forms refereced with the uses buslogic

In the buslogic i like to put the central to be translated text as a CONS
(or maby a VAR ??) like

CONST
r_Openen = 'Openen'

the variabel r_Open is used in a few forms

Is this a good method ??
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Yes, this is good method since it will reduce the amount of translations and simplify the maintainance.
Best regards,
Igor Siticov.
Rien Mulder
Posts: 7
Joined: Fri May 12, 2006 2:14 pm

D2006 crash on retrieving CONT variabel

Post by Rien Mulder »

I now do have a very simple program, called flextool.
When retrieving const varibale from the main form my d2006 hangs

you can download it from
www.rienmulder.nl/flextool.zip
it is only 12Kb


regards Rien
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Thank you for the file. On our side BDS2006 doesn't hang but just works too long. But after some time it correctly processes the file. We will investigate what is the reason for such slow performance and will let you know about the fix. Thank you again.
Best regards,
Igor Siticov.
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Thank you again for noticing this. We've improved the speed of processing the CONST section under (BDS2006), I hope this was the reason for hanging. The fix will be available in next update. Please let me know if you need the modified file and I will send it to you.
Best regards,
Igor Siticov.
Rien Mulder
Posts: 7
Joined: Fri May 12, 2006 2:14 pm

Post by Rien Mulder »

Thank you for solving the broblem.

We just ordered (via Altair netherland) this suite.
Still working with the demo version
When we do recieve the official key for downloading I will ask you for the latest vesion (end of this week hopefully).

Regards,
Rien Mulder
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

OK.
Just FYI: "your" order was received and processed on May 12th.
Best regards,
Igor Siticov.
Rien Mulder
Posts: 7
Joined: Fri May 12, 2006 2:14 pm

Post by Rien Mulder »

We revieved the offical version with source code.
All is working fine now.

I can wait for the next update for solving the CONST problem and the speed problem.

If you wish, you may send the beta version of it, and i wil test it.
then send it to rien.mulder@telecontrols.nl


thanks

Rien Mulder
Post Reply