Question to tsiLangExpert
Question to tsiLangExpert
Hi,
i have some questions to your suite.
1. i have an application with a lot of inherited forms. In the TsiLang Expert wizard all my inherited forms are not visible. How can i make these visible? I have a central datamodule with a dispatcher on it and on my base form an silangRT connected to the dispatcher. On the inherited forms i set inherited owner to true.
2. The same wizard. If i save my project to a sib-file it tooks round about 30 minutes. the cpu goes on 100% I have round about 170 forms. Is this behaviour normal?
Best greetings
Sven Heuer
Version: 6.0.3.3.
[Update] now the wizard is running over 1 hour. Every few minuets i see a new form opened by delphi. so the wizard is still running.
i have some questions to your suite.
1. i have an application with a lot of inherited forms. In the TsiLang Expert wizard all my inherited forms are not visible. How can i make these visible? I have a central datamodule with a dispatcher on it and on my base form an silangRT connected to the dispatcher. On the inherited forms i set inherited owner to true.
2. The same wizard. If i save my project to a sib-file it tooks round about 30 minutes. the cpu goes on 100% I have round about 170 forms. Is this behaviour normal?
Best greetings
Sven Heuer
Version: 6.0.3.3.
[Update] now the wizard is running over 1 hour. Every few minuets i see a new form opened by delphi. so the wizard is still running.
sorry, there must be a problem.
i do the following.
Loading the SIB file via Dispatcher1.LoadAllFromFile at runtime. Very quick.
Loading with the external Editor - 3 Minutes
in a form with an RTLangRT i do the following
invoked through a hotkey i call
siLangRT1.StorageFile := MainDM.siLangDispatcher1.FileName; // if not set i got file errors
siLangRT1.EditAll; //
I change something in the editor and say save. Now it tooks round about 3 minutes to save the change.
In each case the CPU raises to 100%.
May be that some BeginUpdate EndUpdate statements missing?
i do the following.
Loading the SIB file via Dispatcher1.LoadAllFromFile at runtime. Very quick.
Loading with the external Editor - 3 Minutes
in a form with an RTLangRT i do the following
invoked through a hotkey i call
siLangRT1.StorageFile := MainDM.siLangDispatcher1.FileName; // if not set i got file errors
siLangRT1.EditAll; //
I change something in the editor and say save. Now it tooks round about 3 minutes to save the change.
In each case the CPU raises to 100%.
May be that some BeginUpdate EndUpdate statements missing?