Re: [Lazarus] Questionnaire GUI component

2017-07-04 Thread Luiz Americo Pereira Camara via Lazarus
2017-06-30 15:33 GMT-03:00 Sandro Cumerlato via Lazarus < lazarus@lists.lazarus-ide.org>: > Hello, > I need a GUI component to implement a Questionnaire (label + combo boxes > right aligned), all in a line like this: > > Question 1? (Option A) (Option B) > > You can look at https://github.com/bli

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 to

[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] Any tips to speed up Lazarus->GDB debugger?

2018-01-11 Thread Luiz Americo Pereira Camara via Lazarus
2018-01-11 12:13 GMT-03:00 Dennis via Lazarus : > I am using Lazarus 1.8 Win64 , FPC 3.0.4. > As with older versions, debugger is very slow (compared to Delphi). > By slow you mean slow to compile or slow when stepping the code? If the later, close the callstack window while stepping in the cod

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

2018-08-26 Thread Luiz Americo Pereira Camara via Lazarus
Can you test this patch? https://github.com/blikblum/lazarus-playground/commit/8657e3a123902f9073d91548f48e671cd52ac5a6.diff Luiz Em dom, 26 de ago de 2018 às 06:18, AlexeyT via Lazarus < lazarus@lists.lazarus-ide.org> escreveu: > hi > > GTK2 is fixed, now Enabled=false gives OK look. But probl

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 https://lists.lazarus-ide.org/listi

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 Form/Frame/P

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 >> f

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 datastruc

[Lazarus] Windows 10 UAC blocking freepascal/Lazarus app (solved)

2016-09-25 Thread Luiz Americo Pereira Camara via Lazarus
Windows 10 was blocking a simple console application compiled with Lazarus There were two side effects: A UAC window appears when app is executed and gdb could not load it with the following error: Error creating process D:/repositories/sharemonitor/backend/UpdateInflationHistory.exe, (error 740)

[Lazarus] Most efficient way for polling (TTimer, OnIdle, TIdleTimer, TThread)

2016-10-13 Thread Luiz Americo Pereira Camara via Lazarus
I have a component that needs to poll a SimpleIPC server repeatedly (at each 1s or so). Currently i'm using a TTimer with a OnTimer handler that calls FIPCServer.PeekMessage(1, True);. Wondering if using TIdleTimer, Application.OnIdle(or AddIdleHandler) or a separated TThread will be more efficie

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

2016-11-02 Thread Luiz Americo Pereira Camara via Lazarus
2016-11-02 19:24 GMT-03:00 Michael W. Vogel via Lazarus < lazarus@lists.lazarus-ide.org>: > I have made a bug entry and added there a first patch (its not the final > one, but its late here now). Can you check, if it fixes the speed on your > OS too (I have tested only Windows 7 for now)? > Congr

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 must

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

2016-11-04 Thread Luiz Americo Pereira Camara via Lazarus
2016-11-04 11:32 GMT-03:00 Ondrej Pokorny via Lazarus < lazarus@lists.lazarus-ide.org>: > On 04.11.2016 13:16, Luiz Americo Pereira Camara via Lazarus wrote: > >> In the last trunk, the slow issue is fixed regardless of usage of >> TextHint in TMemo or not. Fixed also no

[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 Some

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?

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 > - Z

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 Laza

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] Lazarus Release 1.6.4

2017-03-02 Thread Luiz Americo Pereira Camara via Lazarus
2017-03-01 19:16 GMT-03:00 Martok via Lazarus : > > > The conditional should be {$if FPC_FULLVERSION >= 30001} instead of {$if > > FPC_FULLVERSION >= 30100} because the change was backported to 3.0.2. > Oh. Right. Read that line multiple times and didn't notice the digit was > in a > different pla

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 trun