Re: [Lazarus] Quick Video: A Web Application

2017-11-08 Thread Leonardo M. Ramé via Lazarus
El 08/11/17 a las 04:57, Michael Van Canneyt via Lazarus escribió: There is. Normally, early december a RC version of pas2js will be released. pasjs currently is more or less at the level of D7 compatibility (minus interfaces and pointers). There is a web-based compiler (i.e. you can do 'hot

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

2017-10-27 Thread Leonardo M. Ramé via Lazarus
El 27/10/17 a las 09:26, Marcos Douglas B. Santos via Lazarus escribió: I would like to propose a discussion about "What is the relevance of Object Pascal nowadays". I don't want waste your time. I just want to know if we are growing and being more relevant or not. I use Object Pascal (mostly FP

Re: [Lazarus] fcl-web capturing called URL

2017-10-20 Thread Leonardo M. Ramé via Lazarus
Hi Michael, as I'm using Brookframework I did HttpRequest.URL, but sadly I'm getting an empty string. Leonardo. El 20/10/17 a las 14:55, Michael Van Canneyt escribió: On Fri, 20 Oct 2017, Leonardo M. Ramé via Lazarus wrote: Hi, I'm trying (without success) to capture the c

[Lazarus] fcl-web capturing called URL

2017-10-20 Thread Leonardo M. Ramé via Lazarus
Hi, I'm trying (without success) to capture the called URL using fcl-web o Brook. How can I get that info?. Regards, -- Leonardo M. Ramé Medical IT - Griensu S.A. Av. Colón 636 - Piso 8 Of. A X5000EPT -- Córdoba Tel.: +54(351)4246924 +54(351)4247788 +54(351)4247979 int. 19 Cel.: +54 9 (011) 4087

Re: [Lazarus] Cannot build Lazarus from source

2017-10-09 Thread Leonardo M. Ramé via Lazarus
El 09/10/17 a las 11:26, Leonardo M. Ramé via Lazarus escribió: Mmm, the problem is that I used fpc-3.0.2-i386 to bootstrap my compiler, and as I want to build Lazarus fo x86_64 linux I generated that compiler. The bootstrap compiler is: Free Pascal Compiler version 3.0.2 [2017/02/06] for

Re: [Lazarus] Cannot build Lazarus from source

2017-10-09 Thread Leonardo M. Ramé via Lazarus
9 int. 19 Cel.: +54 9 (011) 40871877 El 09/10/17 a las 08:55, Juha Manninen via Lazarus escribió: On Mon, Oct 9, 2017 at 2:10 PM, Leonardo M. Ramé via Lazarus wrote: My procedure is, first *svn up* fpc, then compile and install with defaults (into /usr/local/lib/fpc/3.1.1). The next step is

[Lazarus] Cannot build Lazarus from source

2017-10-09 Thread Leonardo M. Ramé via Lazarus
Hi, since many years ago I'm building Lazarus from source using the procedure detailed below, currently I'm on Ubuntu 16.04 64bit. My procedure is, first *svn up* fpc, then compile and install with defaults (into /usr/local/lib/fpc/3.1.1). The next step is again *svn up* Lazarus dir, then *mak

Re: [Lazarus] How to deploy a Lazarus app for Windows?

2017-04-27 Thread Leonardo M. Ramé via Lazarus
El 27/04/17 a las 19:46, Giuliano Colla via Lazarus escribió: Hi all, I have no experience at all on deploying Lazarus app for Windows, because up to now I have always addressed to Linux platform. The few Windows Now I need to deploy an application for Windows, which requires not only the e

Re: [Lazarus] Quick Video: A Web Application

2017-04-19 Thread Leonardo M. Ramé via Lazarus
El 19/04/17 a las 11:14, Michael Van Canneyt via Lazarus escribió: On Wed, 19 Apr 2017, Anthony Walter via Lazarus wrote: This isn't a free pascal or lazarus project, but something I wrote using typescript quite a while ago. http://cache.getlazarus.org/videos/cloud-files.mp4 Soon, you'll

Re: [Lazarus] Changes to fpWeb...

2017-01-18 Thread Leonardo M. Ramé via Lazarus
El 17/01/17 a las 06:48, Michael Schnell via Lazarus escribió: On 17.01.2017 10:27, Michael Van Canneyt wrote: There is. Look for bauglirwebsocket. It implements the websocket protocol. That is good to know ! Thanks, -Michael Nice!, thanks. -- Leonardo M. Ramé Medical IT - Griensu S.A. A

Re: [Lazarus] Changes to fpWeb...

2017-01-18 Thread Leonardo M. Ramé via Lazarus
El 17/01/17 a las 06:29, Michael Schnell via Lazarus escribió: On 16.01.2017 21:59, Leonardo M. Ramé via Lazarus wrote: The only framework I'm aware of implementing it is m0rm0t. What do you mean by "The only" ? The only at all (I suppose that there are several of those) o

Re: [Lazarus] Changes to fpWeb...

2017-01-16 Thread Leonardo M. Ramé via Lazarus
El 16/01/17 a las 17:12, Lars via Lazarus escribió: On Mon, January 16, 2017 12:19 pm, Daniel Gaspary via Lazarus wrote: On Mon, Jan 16, 2017 at 8:12 AM, Michael Schnell via Lazarus wrote: Does fpweb / weblaz already support status messages from the server to the client (or will it some day)

Re: [Lazarus] FCL-PDF and RTF Support

2016-12-09 Thread Leonardo M. Ramé via Lazarus
I didn't mean to use the tiRtfReporter.pas unit as a reporting engine. I meant, you can cannibalise the code and grab what you need to suite your needs (translate RTF files into fcl-pdf API calls to render the text in a rich text manner when producing the PDF). Great, I'll take a look at it.

Re: [Lazarus] FCL-PDF and RTF Support

2016-12-09 Thread Leonardo M. Ramé via Lazarus
El 09/12/16 a las 12:15, Graeme Geldenhuys via Lazarus escribió: On 2016-12-09 12:00, Leonardo M. Ramé via Lazarus wrote: I'm looking for a way to add an RTF file to a PDF. In that case you need a RTF parser, and then interpret that into fcl-pdf API calls. The tiOPF project (on Source

Re: [Lazarus] FCL-PDF and RTF Support

2016-12-09 Thread Leonardo M. Ramé via Lazarus
El 09/12/16 a las 09:30, Michael Van Canneyt via Lazarus escribió: On Fri, 9 Dec 2016, Leonardo M. Ramé via Lazarus wrote: El 09/12/16 a las 08:52, Graeme Geldenhuys via Lazarus escribió: On 2016-12-09 11:02, Leonardo M. Ramé via Lazarus wrote: Hi, does anyone know if there'

Re: [Lazarus] FCL-PDF and RTF Support

2016-12-09 Thread Leonardo M. Ramé via Lazarus
El 09/12/16 a las 08:52, Graeme Geldenhuys via Lazarus escribió: On 2016-12-09 11:02, Leonardo M. Ramé via Lazarus wrote: Hi, does anyone know if there's RTF support for FCL-PDF?. Anyone working on this?. Please explain what you mean by that - RTF support? fcl-pdf is a PDF gene

[Lazarus] FCL-PDF and RTF Support

2016-12-09 Thread Leonardo M. Ramé via Lazarus
Hi, does anyone know if there's RTF support for FCL-PDF?. Anyone working on this?. Regards, -- Leonardo M. Ramé http://leonardorame.blogspot.com -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Cannot cross build from Linux x86_64 to i386

2016-11-23 Thread Leonardo M. Ramé via Lazarus
El 23/11/16 a las 15:27, Leonardo M. Ramé via Lazarus escribió: Hi, I've built FPC 3.1.1 (ppc386) from trunk then I'm trying to build a project from Lazarus and I'm getting this: /usr/lib32/libc_nonshared.a(elf-init.oS): En la función `__libc_csu_init': I'm on XUbunt

[Lazarus] Cannot cross build from Linux x86_64 to i386

2016-11-23 Thread Leonardo M. Ramé via Lazarus
Hi, I've built FPC 3.1.1 (ppc386) from trunk then I'm trying to build a project from Lazarus and I'm getting this: /usr/lib32/libc_nonshared.a(elf-init.oS): En la función `__libc_csu_init': I'm on XUbuntu 16.04 64bits. P.S.: I created /usr/bin/i386-linux-as with this content: #!/bin/bash as

Re: [Lazarus] Fast-small utilities for common javascript tasks, anyone?

2016-10-14 Thread Leonardo M. Ramé via Lazarus
El 12/10/16 a las 10:50, Michael Van Canneyt escribió: On Wed, 12 Oct 2016, Leonardo M. Ramé via Lazarus wrote: El 08/10/16 a las 05:18, Michael Van Canneyt via Lazarus escribió: Hi Michael, could you post jsmin.pas here?. I added it to FPC SVN. packages/fcl-js, unit jsminifier. I included

Re: [Lazarus] Fast-small utilities for common javascript tasks, anyone?

2016-10-12 Thread Leonardo M. Ramé via Lazarus
El 08/10/16 a las 05:18, Michael Van Canneyt via Lazarus escribió: Hi Michael, could you post jsmin.pas here?. I added it to FPC SVN. packages/fcl-js, unit jsminifier. I included an example program. Improvements and suggestions welcome. Michael. Thanks Michael, that's great!. BTW, I'

Re: [Lazarus] Fast-small utilities for common javascript tasks, anyone?

2016-10-07 Thread Leonardo M. Ramé via Lazarus
El 06/10/16 a las 18:01, Michael Van Canneyt escribió: On Thu, 6 Oct 2016, Leonardo M. Ramé via Lazarus wrote: Hi, as some of you I mix Lazarus/FPC applications with Javascript/HTML/CSS web sites. As you know, the trend now is using NodeJs for everything, but as I see it too bloated I&#

[Lazarus] Fast-small utilities for common javascript tasks, anyone?

2016-10-06 Thread Leonardo M. Ramé via Lazarus
Hi, as some of you I mix Lazarus/FPC applications with Javascript/HTML/CSS web sites. As you know, the trend now is using NodeJs for everything, but as I see it too bloated I'm looking for small utilities to do the usual tasks, I mean minifying, linting, uglifying. I'm not neccesarily looking