Re: [Lazarus] In search of a component for holding a table of strings

2017-01-05 Thread Bart via Lazarus
On 1/5/17, Bart wrote: > I constructed a TStringTable class that does all I need (and more): > - insert, add, delete rows/cols > - autogrow colcount (with insertrow) > - exchange rows/cols > - get/set rows/cols > - property Cells[ACol, ARow]: string (read/write) > > It can

Re: [Lazarus] In search of a component for holding a table of strings

2017-01-05 Thread Bart via Lazarus
On 1/5/17, Michael Schnell via Lazarus wrote: > A two dimensional dynamic array. > > If he wants "add" and "delete" etc functions, he can easily embed same > in a class, plus using a two dimensional array default property for comfort. Yes, that's what I ended up

Re: [Lazarus] Initial NoGUI LCL support for Amiga Systems

2017-01-05 Thread Marcus Sackrow via Lazarus
Hello, Am 03.01.2017 um 14:53 schrieb Juha Manninen via Lazarus: Yes, the MUI stuff looks interesting. Initial commit can be done by somebody, maybe me. So here is it. I tried to send directly but the ML has a 100k Limit to I placed it on my Webpage:

Re: [Lazarus] Lazarus Release 1.6.2

2017-01-05 Thread Mattias Gaertner via Lazarus
On Thu, 5 Jan 2017 10:18:06 +0100 Péter Gábor via Lazarus wrote: > Hello! > > Today I was looking at sourceforge.net and I saw that the default > download for debian based linuxes are 1.6.0 however 1.6.2 is out more > than a month ago. > > I did not test other

Re: [Lazarus] In search of a component for holding a table of strings

2017-01-05 Thread Graeme Geldenhuys via Lazarus
On 2016-12-29 15:59, Bart via Lazarus wrote: > I am in need of a component/clas that can hold a 2 dimensional "table" > of strings. Go back to the basics Simply use an array. ;-) Regards, Graeme -- ___ Lazarus mailing list

Re: [Lazarus] Lazarus Release 1.6.2

2017-01-05 Thread Péter Gábor via Lazarus
Hello! Today I was looking at sourceforge.net and I saw that the default download for debian based linuxes are 1.6.0 however 1.6.2 is out more than a month ago. I did not test other systems. Please fix if it is not by design. 2016-11-15 15:42 keltezéssel, Mattias Gaertner via Lazarus írta: >