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

2017-01-02 Thread Michael Thompson via Lazarus
> I am in need of a component/clas that can hold a > 2 dimensional "table" of strings. It has taken me a ridiculously long time to discover bufdataset, but right now I'm re-writing whole chunks of code to use these. Advantage for me: Filtering/Locate/Sort. For debug purposes, if you want to

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

2017-01-02 Thread Bart via Lazarus
On 1/2/17, guy barbier via Lazarus wrote: > why not use the TstringGrid component? Because I do not want it to depend on LCL (which I forgot to mention). Bart -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org

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

2017-01-02 Thread guy barbier via Lazarus
why not use the TstringGrid component? 2016-12-29 19:02 GMT+01:00 Werner Pamler via Lazarus < lazarus@lists.lazarus-ide.org>: > Am 29.12.2016 um 16:59 schrieb Bart via Lazarus: > >> Hi, >> >> I am in need of a component/clas that can hold a 2 dimensional "table" >> of strings. >> The dimensions

Re: [Lazarus] Qt5 - Size and permissions of the compiled bindings

2017-01-02 Thread Gabor Boros via Lazarus
2017. 01. 02. 17:10 keltezéssel, zeljko írta: Bindings are not yet finished. See .pro file in lcl/interfaces/qt5/cbindings and change there from debug to release mode. Modified from CONFIG -= release CONFIG += debug to CONFIG += release CONFIG -= debug and the size of the compiled so file

Re: [Lazarus] Qt5 - Size and permissions of the compiled bindings

2017-01-02 Thread zeljko via Lazarus
On 02.01.2017 16:00, Gabor Boros via Lazarus wrote: Hi All, I tried to compile the bindings with Debian Stretch. Success. But the size of libQt5Pas.so.1.2.6 is very big (86222128 bytes). I compiled a debug build? The permissions of the file is 755 (libQt4Pas have 644). The execute permission(s)

[Lazarus] Qt5 - Size and permissions of the compiled bindings

2017-01-02 Thread Gabor Boros via Lazarus
Hi All, I tried to compile the bindings with Debian Stretch. Success. But the size of libQt5Pas.so.1.2.6 is very big (86222128 bytes). I compiled a debug build? The permissions of the file is 755 (libQt4Pas have 644). The execute permission(s) just a mistake? Gabor --