Re: [Lazarus] Quick Video: A Web Application

2017-11-08 Thread Sven Barth via Lazarus
Am 08.11.2017 16:29 schrieb "Michael Schnell via Lazarus" < lazarus@lists.lazarus-ide.org>: On 08.11.2017 14:15, Sven Barth via Lazarus wrote: > > Nope, WebAssembly and what pas2js does are two different things even if in > the end both run in the browser's JavaScript engine. > Of course I do

Re: [Lazarus] Quick Video: A Web Application

2017-11-08 Thread Michael Van Canneyt via Lazarus
On Wed, 8 Nov 2017, Michael Schnell via Lazarus wrote: On 08.11.2017 13:12, Michael Van Canneyt via Lazarus wrote: ExtPascal way (or UniGUI for that matter) is the wrong way to do things. Interesting as a toy, but not suitable for a) Large, scalable websites b) serveless applications.

Re: [Lazarus] Quick Video: A Web Application

2017-11-08 Thread Michael Schnell via Lazarus
On 08.11.2017 14:15, Sven Barth via Lazarus wrote: Nope, WebAssembly and what pas2js does are two different things even if in the end both run in the browser's JavaScript engine. Of course I do know this. But AFAIK WebAssembly has been invented with JS in mind, so it might follow some

Re: [Lazarus] Quick Video: A Web Application

2017-11-08 Thread Michael Schnell via Lazarus
On 08.11.2017 13:12, Michael Van Canneyt via Lazarus wrote: ExtPascal way (or UniGUI for that matter) is the wrong way to do things. Interesting as a toy, but not suitable for a) Large, scalable websites b) serveless applications. Agreed ! But if doing a server based application (ore one that

Re: [Lazarus] Error in code explorer when using "dotted units"

2017-11-08 Thread African Wild Dog via Lazarus
2017-11-08 12:07 GMT-02:00 Ondrej Pokorny via Lazarus < lazarus@lists.lazarus-ide.org>: > > Please report to mantis. Thanks. > > Done #32663 -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org

Re: [Lazarus] Error when copying to clipboard.

2017-11-08 Thread Juha Manninen via Lazarus
Yes, build Lazarus with GTK_REMOVE_CLIPBOARD_NULL. There are 2 alternative bugs. Choose the one that bothers you less. :( I will be happy if somebody finds a way to fix it properly. I don't understand the relevant code enough. Juha -- ___ Lazarus

Re: [Lazarus] Error in code explorer when using "dotted units"

2017-11-08 Thread Ondrej Pokorny via Lazarus
On 08.11.2017 15:06, African Wild Dog via Lazarus wrote: The code explorer does not display the name of the dotted units correctly. Only the first part of the unit name is displayed (portion before the first period). Please report to mantis. Thanks. Ondrej --

[Lazarus] Error in code explorer when using "dotted units"

2017-11-08 Thread African Wild Dog via Lazarus
Hello, The code explorer does not display the name of the dotted units correctly. Only the first part of the unit name is displayed (portion before the first period). ​ Regards -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org

Re: [Lazarus] Error when copying to clipboard.

2017-11-08 Thread Ondrej Pokorny via Lazarus
https://bugs.freepascal.org/view.php?id=21453 Ondrej -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

[Lazarus] Error when copying to clipboard.

2017-11-08 Thread Michael Van Canneyt via Lazarus
Hi, When doing a copy to the clipboard from the IDE source editor, lazarus adds the terminating NULL. This is wrong and sometimes causes errors. Select text in IDE. Copy to search/address bar of browser. hit enter. Results in following query being executed:

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] Quick Video: A Web Application

2017-11-08 Thread Michael Van Canneyt via Lazarus
On Wed, 8 Nov 2017, Michael Schnell via Lazarus wrote: On 08.11.2017 12:28, Michael Van Canneyt via Lazarus wrote: It is the basic building block. I do agree that it is a very viable building block, but theoretically for "Rich internet Applications" there are alternatives:  - WebAssembly

Re: [Lazarus] Quick Video: A Web Applicationx

2017-11-08 Thread Michael Schnell via Lazarus
On 08.11.2017 08:47, Marcello via Lazarus wrote: Are there any information about it? I just found and watched -> https://prezi.com/upueosj4ep0q/pj-suite/?webgl=0 -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org

Re: [Lazarus] Quick Video: A Web Application

2017-11-08 Thread Michael Schnell via Lazarus
On 08.11.2017 12:28, Michael Van Canneyt via Lazarus wrote: It is the basic building block. I do agree that it is a very viable building block, but theoretically for "Rich internet Applications" there are alternatives:  - WebAssembly (which as far as I understand is considered for fpc, and I

Re: [Lazarus] Quick Video: A Web Application

2017-11-08 Thread Michael Van Canneyt via Lazarus
On Wed, 8 Nov 2017, Michael Schnell via Lazarus wrote: On 08.11.2017 08:57, Michael Van Canneyt via Lazarus wrote: Normally, early december a RC version of pas2js will be released. I understand that the issue of this thread is using Lazarus to do a server based "Rich Internet" application

Re: [Lazarus] Quick Video: A Web Application

2017-11-08 Thread Michael Schnell via Lazarus
On 08.11.2017 11:14, Mattias Gaertner via Lazarus wrote: A server is not needed. You can write standalone browser applications that work offline too. OK. Great !  Stand alone browser based applications might be one desirable type of application, but AFAIK, the more commonly required type of

Re: [Lazarus] Quick Video: A Web Application

2017-11-08 Thread Mattias Gaertner via Lazarus
On Wed, 8 Nov 2017 10:25:48 +0100 Michael Schnell via Lazarus wrote: > On 08.11.2017 08:57, Michael Van Canneyt via Lazarus wrote: > > Normally, early december a RC version of pas2js will be released. > I understand that the issue of this thread is using Lazarus