Re: [Lazarus] Debug library (Error on Documentation?)

2018-01-26 Thread Daniel Gaspary via Lazarus
Someone with a wiki login and better english writing skills than me need to fix the wiki page Anyway, thank you, Martin. On Fri, Jan 26, 2018 at 7:03 PM, Martin Frb via Lazarus wrote: > On 26/01/2018 20:06, Daniel Gaspary via Lazarus wrote: >> >> To debug a shared

Re: [Lazarus] Progressbar never reaches the end

2018-01-26 Thread Bart via Lazarus
On Fri, Jan 26, 2018 at 11:52 AM, frans via Lazarus wrote: > Now, in the right loop, it makes a small better difference. Or try something like this: http://svn.code.sf.net/p/flyingsheep/code/trunk/MijnLib/fsiprogbar.pp I wrote that, just because of the annoying

Re: [Lazarus] Debug library (Error on Documentation?)

2018-01-26 Thread Martin Frb via Lazarus
On 26/01/2018 20:06, Daniel Gaspary via Lazarus wrote: To debug a shared Library the wiki [1] says : "Go to Run/Run Parameters, enter the full path of the application that uses your library in Launching Application " But in my case what work was to fill only the field "Host Application". Yes

[Lazarus] Debug library (Error on Documentation?)

2018-01-26 Thread Daniel Gaspary via Lazarus
To debug a shared Library the wiki [1] says : "Go to Run/Run Parameters, enter the full path of the application that uses your library in Launching Application " But in my case what work was to fill only the field "Host Application". I am not sure what should be placed at the wiki. Also, I

Re: [Lazarus] Sharing translations between Lazarus and Delphi versions of the same project

2018-01-26 Thread Maxim Ganetsky via Lazarus
26.01.2018 14:24, Werner Pamler via Lazarus пишет: > Am 26.01.2018 um 12:05 schrieb Werner Pamler via Lazarus: >> Wouldn't it be better to have a menu command "Clean po file" which >> just rebuilds the rsj and po files? > > Ah - there's a checkbox "Force update po files after next compile" for >

Re: [Lazarus] Sharing translations between Lazarus and Delphi versions of the same project

2018-01-26 Thread Werner Pamler via Lazarus
Am 26.01.2018 um 12:05 schrieb Werner Pamler via Lazarus: Wouldn't it be better to have a menu command "Clean po file" which just rebuilds the rsj and po files? Ah - there's a checkbox "Force update po files after next compile" for this purpose. But this is not working. It requires a Run >

Re: [Lazarus] Sharing translations between Lazarus and Delphi versions of the same project

2018-01-26 Thread Maxim Ganetsky via Lazarus
26.01.2018 14:05, Werner Pamler via Lazarus пишет: > > Am 26.01.2018 um 11:33 schrieb Maxim Ganetsky via Lazarus: >> 26.01.2018 12:54, Werner Pamler via Lazarus пишет: >> Maybe you can use adapted copies of translations.pas unit (from >> LazUtils) and lcltranslator.pas unit (from LCL). They

Re: [Lazarus] Sharing translations between Lazarus and Delphi versions of the same project

2018-01-26 Thread Werner Pamler via Lazarus
Am 26.01.2018 um 11:33 schrieb Maxim Ganetsky via Lazarus: 26.01.2018 12:54, Werner Pamler via Lazarus пишет: Maybe you can use adapted copies of translations.pas unit (from LazUtils) and lcltranslator.pas unit (from LCL). They will need to be ported for Delphi, though. Hmm... A lot of work

Re: [Lazarus] Progressbar never reaches the end

2018-01-26 Thread frans via Lazarus
Hi Bart. Forget my previous mail, I placed the Increment command in teh wrong loop. Now, in the right loop, it makes a small better difference. Thx. mvg Frans van Leeuwen M 06-51695390 Op 25-1-2018 om 19:36 schreef Bart via Lazarus: On Thu, Jan 25, 2018 at 7:27 PM, frans via Lazarus

Re: [Lazarus] Sharing translations between Lazarus and Delphi versions of the same project

2018-01-26 Thread Maxim Ganetsky via Lazarus
26.01.2018 12:54, Werner Pamler via Lazarus пишет: > Currently I am porting the component TMoon to Lazarus > (https://github.com/Ahoerstemeier/delphimoon). A goal is to be able to > compile package and demo with Lazarus AND Delphi. The original demo is a > multi-language application which

Re: [Lazarus] Progressbar never reaches the end

2018-01-26 Thread frans via Lazarus
Thx Bart for the reply. But where stands Value for? I tried a recordcounter, but that was even worse. mvg Frans van Leeuwen M 06-51695390 Op 25-1-2018 om 19:36 schreef Bart via Lazarus: On Thu, Jan 25, 2018 at 7:27 PM, frans via Lazarus wrote: The progressbar

[Lazarus] Sharing translations between Lazarus and Delphi versions of the same project

2018-01-26 Thread Werner Pamler via Lazarus
Currently I am porting the component TMoon to Lazarus (https://github.com/Ahoerstemeier/delphimoon). A goal is to be able to compile package and demo with Lazarus AND Delphi. The original demo is a multi-language application which achieves translation using resource strings in a (I guess)