Re: [Lazarus] Tests results of several pascal based JSON parsers

2019-09-02 Thread Luiz Americo Pereira Camara via lazarus
Em seg, 2 de set de 2019 às 13:24, Luiz Americo Pereira Camara < luizameri...@gmail.com> escreveu: > > > Em dom, 1 de set de 2019 às 12:37, Marco van de Voort via lazarus < > lazarus@lists.lazarus-ide.org> escreveu: > >> >> I only looked superficially, but I miss a test on a large files, only >>

Re: [Lazarus] Tests results of several pascal based JSON parsers

2019-09-02 Thread Luiz Americo Pereira Camara via lazarus
Em dom, 1 de set de 2019 às 12:37, Marco van de Voort via lazarus < lazarus@lists.lazarus-ide.org> escreveu: > > I only looked superficially, but I miss a test on a large files, only > files of a few kb repeated 10 times. > > The large file case is a good test for scaling of internal

Re: [Lazarus] Wizard pages

2018-12-04 Thread Luiz Americo Pereira Camara via lazarus
Yuo can try https://github.com/blikblum/luipack/tree/master/luicontrols/demos/wizard from package LuiControls Luiz Em ter, 4 de dez de 2018 às 16:59, Torsten Bonde Christiansen via lazarus < lazarus@lists.lazarus-ide.org> escreveu: > Hi List. > > Is there any such thing as a TWizard

Re: [Lazarus] Carbon: same problem with Enabled=false as GTK had

2018-08-26 Thread Luiz Americo Pereira Camara via Lazarus
Em dom, 26 de ago de 2018 às 13:23, AlexeyT via Lazarus < lazarus@lists.lazarus-ide.org> escreveu: > Luiz, > this patch fixes it. Pls apply ASAP. > Done Luiz -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org

[Lazarus] Use OpenDocument (.odt) files as templates

2017-12-01 Thread Luiz Americo Pereira Camara via Lazarus
Does someone knows a component to use OpenDocument (.odt) files as templates to generate a .odt output file given some data? Something like https://github.com/opensagres/xdocreport but for pascal. A c library exported as a dll could work also Luiz --

Re: [Lazarus] Who is using Object Pascal in production?

2017-10-27 Thread Luiz Americo Pereira Camara via Lazarus
2017-10-27 13:12 GMT-03:00 Marcos Douglas B. Santos via Lazarus < lazarus@lists.lazarus-ide.org>: > > I am asking this because sometimes I cannot make a project if I say > that will be coded in Object Pascal. > I have heard a client saying: We use C# or . We don't have > more Pascal programmers

Re: [Lazarus] Error: No Memory left at linking Lazarus with fpc trunk

2017-03-08 Thread Luiz Americo Pereira Camara via Lazarus
2017-03-07 9:37 GMT-03:00 Mattias Gaertner via Lazarus < lazarus@lists.lazarus-ide.org>: > > How much RAM do you have? > > FPC 3.1.1 is experimental. When you spot a bug, please try an older > revision. If that works, try to find the revision that broke it. > I've got the same issue with fpc

Re: [Lazarus] Clarification about VirtualTreeView repositories (lazarus-ccr/virtualtreeview-new deprecation)

2016-12-10 Thread Luiz Americo Pereira Camara via Lazarus
2016-12-10 6:29 GMT-03:00 Luiz Americo Pereira Camara < luizameri...@gmail.com>: > > > 2016-12-10 5:23 GMT-03:00 Ondrej Pokorny via Lazarus < > lazarus@lists.lazarus-ide.org>: > >> On 22.11.2016 19:02, Luiz Americo Pereira Camara via Lazarus wrote: >> &g

Re: [Lazarus] Clarification about VirtualTreeView repositories (lazarus-ccr/virtualtreeview-new deprecation)

2016-12-10 Thread Luiz Americo Pereira Camara via Lazarus
2016-12-10 5:23 GMT-03:00 Ondrej Pokorny via Lazarus < lazarus@lists.lazarus-ide.org>: > On 22.11.2016 19:02, Luiz Americo Pereira Camara via Lazarus wrote: > > GitHub. Is necessary to sync with main repository > > > What branch do you recommend? There seem to be no

Re: [Lazarus] Clarification about VirtualTreeView repositories (lazarus-ccr/virtualtreeview-new deprecation)

2016-11-22 Thread Luiz Americo Pereira Camara via Lazarus
2016-11-22 14:44 GMT-03:00 Werner Pamler via Lazarus < lazarus@lists.lazarus-ide.org>: > > Luiz, I like your idea to add a non-commented hint to the main source > file. So every user will get notified at compilation that he is using an > unsupported version. > > Shouldn't we do the same with > -

Re: [Lazarus] Clarification about VirtualTreeView repositories (lazarus-ccr/virtualtreeview-new deprecation)

2016-11-22 Thread Luiz Americo Pereira Camara via Lazarus
2016-11-22 14:58 GMT-03:00 Ondrej Pokorny via Lazarus < lazarus@lists.lazarus-ide.org>: > On 22.11.2016 18:53, Mattias Gaertner via Lazarus wrote: > >> Proposal: >> Delete files in those folders and add README.txt pointing to new >> repository. >> > > What will be the new one and only repository?

[Lazarus] Clarification about VirtualTreeView repositories (lazarus-ccr/virtualtreeview-new deprecation)

2016-11-22 Thread Luiz Americo Pereira Camara via Lazarus
Currently there are three repositories of VirtualTreeView LCL port. In Lazarus-CCR: virtualtreeview: first port, long unmaintained virtualtreeview-new: original repository of the current port In GitHub: https://github.com/blikblum/VirtualTreeView-Lazarus : active repository of current port

Re: [Lazarus] Memo.Lines.Add seems to be slow with Lazarus 1.6

2016-11-04 Thread Luiz Americo Pereira Camara via Lazarus
In the last trunk, the slow issue is fixed regardless of usage of TextHint in TMemo or not. Fixed also not being reset after text changed / added Due to the way CharCase is implemented, the slow will manifest if this property is set to a value different from the default one Some notes: - It