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

2013-02-06 Thread José Mejuto
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, Hmmm... No I had not reached that point, in fact I'm too far, but I still think you do not need the

[Lazarus] TStringGrid and array

2013-02-06 Thread Kamen Ketev
Hi, I have a table in Excel with several rows and columns I want to transfer to Lazarus. I put in the form sgW: TStringGrid; when I am clicking on column 1 must be calculated in column 2. But why add the values ​​of the last two rows of the second column in the first 2 rows of the 3rd? How

Re: [Lazarus] Unpack of PHP

2013-02-06 Thread Marco van de Voort
On Mon, Feb 04, 2013 at 03:29:54PM -0200, silvioprog wrote: Oops... And this is the full code: program project1; {$mode objfpc}{$H+} uses Classes, SysUtils; function ReadInt(AStream: TStream): Word; begin Result := 0; AStream.Read(Result, SizeOf(Word));

Re: [Lazarus] TStringGrid and array

2013-02-06 Thread Jürgen Hestermann
Am 2013-02-06 15:23, schrieb Kamen Ketev: sgW.Cells[j,i] := StrTest; Be aware that within sgW.Cells columns and rows start with index 0 and end with last_index-1. So the index number has to be one less than your selfdeclared arrays. -- ___

Re: [Lazarus] Buttons in frames

2013-02-06 Thread Mark Morgan Lloyd
Mattias Gaertner wrote: Mark Morgan Lloyd markmll.laza...@telemetry.co.uk hat am 31. Januar 2013 um 11:38 geschrieben: Mattias Gaertner wrote: On Thu, 31 Jan 2013 10:00:31 + Mark Morgan Lloyd markmll.laza...@telemetry.co.uk wrote: [...] It should work. Can you create a small example to

Re: [Lazarus] Lazarus 1.0.6 Release

2013-02-06 Thread Giuliano Colla
On 02/04/2013 03:36 PM, Mattias Gaertner wrote: The Lazarus team is glad to announce the release of Lazarus 1.0.6. Whoever is interested may download a more broadly compatible version of the rpm's from: http://www.bononiadocta.it/Lazarus/ They're repackaged in order to be compatible with

Re: [Lazarus] Buttons in frames

2013-02-06 Thread Mattias Gaertner
On Wed, 06 Feb 2013 19:06:55 + Mark Morgan Lloyd markmll.laza...@telemetry.co.uk wrote: [...] Going back to this, r40191 shows me that event handlers were not being saved in the frame (OnClick event etc.) but reselecting those seems to have fixed it. So there might have been an issue in

Re: [Lazarus] Buttons in frames

2013-02-06 Thread Mark Morgan Lloyd
Mattias Gaertner wrote: On Wed, 06 Feb 2013 19:06:55 + Mark Morgan Lloyd markmll.laza...@telemetry.co.uk wrote: [...] Going back to this, r40191 shows me that event handlers were not being saved in the frame (OnClick event etc.) but reselecting those seems to have fixed it. So there

Re: [Lazarus] Buttons in frames

2013-02-06 Thread Mattias Gaertner
On Wed, 06 Feb 2013 20:29:17 + Mark Morgan Lloyd markmll.laza...@telemetry.co.uk wrote: Mattias Gaertner wrote: On Wed, 06 Feb 2013 19:06:55 + Mark Morgan Lloyd markmll.laza...@telemetry.co.uk wrote: [...] Going back to this, r40191 shows me that event handlers were not being

Re: [Lazarus] TStringGrid and array

2013-02-06 Thread Kamen Ketev
In index 0 I have static values in program. Problem is that its enter values in columns that are not used now. And don't calculate values for rows 10 and 11. Please run the demo. Оригинално писмо От: Jürgen Hestermann Относно: Re: [Lazarus] TStringGrid and array До: