[Lazarus] HTML Help for LCL

2013-02-10 Thread theo
Hi HTML Help for LCL still does not work (It works for RTL and FCL). There is an old bug report about this problem: http://bugs.freepascal.org/view.php?id=19817 Are there any news about this? Helpful hints how to make it work? Thank you. Theo --

[Lazarus] DeleD 3-D ported for Lazarus

2013-02-10 Thread Juha Manninen
I have ported DeleD for Lazarus and committed it into a new SVN branch. See details here: http://www.delgine.com/forum/viewtopic.php?t=4722 Please check out and test. I would need help for replacing ScanLine and for solving the broken MDI / docking GUI. Now all the tool windows are floating

Re: [Lazarus] DeleD 3-D ported for Lazarus

2013-02-10 Thread Reinier Olislagers
Congrats and thanks, Juha, for the huge amount of work you put in! Reinier On 2/10/13, Juha Manninen juha.mannine...@gmail.com wrote: I have ported DeleD for Lazarus and committed it into a new SVN branch. See details here: http://www.delgine.com/forum/viewtopic.php?t=4722 Please check out

Re: [Lazarus] Extract the color data and alpha from a PNG image

2013-02-10 Thread silvioprog
2013/2/7 José Mejuto joshy...@gmail.com El 05/02/2013 23:49, silvioprog escribió: You have puted a PNG image into a PDF? That's what I'm trying to do, and it needs of the uncompressed data too (or compressed as gzip). Hello, The attached code do more or less the same as the fpdf.php

Re: [Lazarus] Code Completion Templates

2013-02-10 Thread Donald Ziesig
On 02/05/2013 02:42 PM, Sven Barth wrote: On 05.02.2013 18:30, Mattias Gaertner wrote: Donald Ziesig don...@ziesig.org hat am 5. Februar 2013 um 23:16 geschrieben: Hi All! Could anyone point me at the file(s) containing the templates invoked with Ctrl-Shift-C? Specifically I would like to

Re: [Lazarus] Unpack of PHP

2013-02-10 Thread silvioprog
2013/2/6 Marco van de Voort mar...@stack.nl [...] That's so boring! In FPC 2.7.1 this should work: uses Classes, SysUtils, StreamEx; var VFile: TFileStream; begin VFile := TFileStream.Create('data.ascii', fmOpenRead or fmShareDenyWrite); try VFile.Seek(2,