Re: [Lazarus] Teaching Pascal at College

2017-01-17 Thread Lars via Lazarus
On Tue, January 17, 2017 2:22 am, Graeme Geldenhuys via Lazarus wrote: > On 2017-01-16 20:18, Lars via Lazarus wrote: > >> GUI's require wrappers. >> > > No they don't. > Sane GUI programming requires wrappers... Insane programmers will program a GUI without a wrapper... ;-) > >> Delphi 5 as

Re: [Lazarus] Teaching Pascal at College

2017-01-17 Thread Michael Schnell via Lazarus
On 17.01.2017 10:22, Graeme Geldenhuys via Lazarus wrote: Yes, Delphi's VCL is a wrapper around the common Win32 widgets. LCL is a wrapper around Win32, Qt, Cocoa, Carbon and even fpGUI. And for ease of use as well Delphi as Lazarus come with an IDE that is a combination of source code

Re: [Lazarus] Changes to fpWeb...

2017-01-17 Thread Michael Schnell via Lazarus
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 -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org

Re: [Lazarus] Changes to fpWeb...

2017-01-17 Thread Michael Schnell via Lazarus
On 16.01.2017 22:21, Lars via Lazarus wrote: What is the exact name of it... couldn't find it: http://blog.synopse.info/category/Open-Source-Projects/mORMot-Framework -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org

Re: [Lazarus] Changes to fpWeb...

2017-01-17 Thread Michael Schnell via Lazarus
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) or the only that explicitly supports pascal / fpc / Lazarus. (I don't know any at

Re: [Lazarus] Changes to fpWeb...

2017-01-17 Thread Michael Van Canneyt via Lazarus
On Tue, 17 Jan 2017, Michael Schnell via Lazarus wrote: On 16.01.2017 20:19, Daniel Gaspary wrote: Can you give examples of these messages? And who (nginx, apache..?) and how they are implemented? In fact I can't, either, that is why I ask. I do know that there are several frameworks

Re: [Lazarus] Changes to fpWeb...

2017-01-17 Thread Michael Schnell via Lazarus
On 16.01.2017 20:19, Daniel Gaspary wrote: Can you give examples of these messages? And who (nginx, apache..?) and how they are implemented? In fact I can't, either, that is why I ask. I do know that there are several frameworks that support this by running rather complex Java script on

Re: [Lazarus] Teaching Pascal at College

2017-01-17 Thread Michael Schnell via Lazarus
On 16.01.2017 21:24, Lars via Lazarus wrote: Except when you find a bug in the lcl, and have to dig in to it.. I don't suppose Lazrus is so bad that it can't be used for the simple programs the students will start with when learning programming :-):-):-). -Michael --