Re: [Lazarus] Crowdfunding to speed up the development of pas2js in Lazarus Widgetset and fpDebug to FPC

2018-12-19 Thread Edivando via lazarus
An informative blog on the subject. https://www.sitepoint.com/crowdfunding-software-project/ -- Sent from: http://free-pascal-lazarus.989080.n3.nabble.com/ -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listin

[Lazarus] [OT] TjsPDF for Pas2JS: Generating PDF files at client-side (online example)

2018-12-19 Thread silvioprog via lazarus
Hi. The TjsPDF is a small class which allows to create PDFs using Pas2JS & jsPDF. Take a look at this online example: https://silvioprog.github.io/pas2jspdf/examples/basic.html (all documentation inside code) I would like to contribute it to the Pas2JS users, maybe adding a "components/" on its

[Lazarus] AdjustClientRect is not public

2018-12-19 Thread Valdas Jankūnas via lazarus
Hello, in Wiki (http://wiki.freepascal.org/Autosize_/_Layout#Common_mistake:_Width_instead_of_ClientWidth.2C_AdjustClientRect) code is shown: procedure TForm1.Panel1Resize(Sender: TObject); var r: TRect; begin r := Panel1.ClientRect; Panel1.AdjustClientRect(r); // <<<

Re: [Lazarus] Crowdfunding to speed up the development of pas2js in Lazarus Widgetset and fpDebug to FPC

2018-12-19 Thread Maciej Izak via lazarus
śr., 19 gru 2018 o 16:58 Edivando via lazarus napisał(a): > I will get support from solid projects like Mormort to help with these > efforts and NewPascal to help with this restructuring. > Hello Edivando, I am the maintainer of NewPascal and the only what I have to say in this topic is: proba

Re: [Lazarus] Crowdfunding to speed up the development of pas2js in Lazarus Widgetset and fpDebug to FPC

2018-12-19 Thread Juha Manninen via lazarus
On Wed, Dec 19, 2018 at 5:58 PM Edivando via lazarus wrote: > I think it is a very worthwhile initiative to seek out stakeholders for a > restructuring of a new foundation that I have set as the main goal of the > community's interests. I am not sure if I understand the translation correctly. Any

Re: [Lazarus] Crowdfunding to speed up the development of pas2js in Lazarus Widgetset and fpDebug to FPC

2018-12-19 Thread Edivando via lazarus
Ok se vocês pensam assim vou buscar apoio da comunidade para reformular a forma como os projetos do FPC/Lazarus/Pas2js são mantidos pela fundação. Vejo que apenas os interesses de poucos estão sendo priorizados e não da comunidade como um todo. Vou buscar apoio de projetos sólidos como o Mormor

Re: [Lazarus] In windows 10 (64bit) Assigning TFrame.parent to a TForm took 10 more seconds than Windows 7 (64 bit)

2018-12-19 Thread Bart via lazarus
On Wed, Dec 19, 2018 at 7:37 AM Sergey Bodrov via lazarus wrote: > > I encounter same trouble in Lazarus 1.0, and not remember, that it appear in > 1.2+ Maybe there some kind of code degradation? > 1.0 really? We're at 1.8 and 2.0RC2 (2.0RC3 is coming soon). Bart --