Re: [Lazarus] Lazarus Release Candidate 3 of 1.8.0

2017-07-05 Thread Juha Manninen via Lazarus
On Wed, Jul 5, 2017 at 12:49 AM, brian via Lazarus wrote: > I think "annoying" is a bit of an understatement, myself. If the final > release of 1.8 still shows the problem *for me*, then I'm certainly > going to be staying with 1.6.4. It is not so serious because there are workarounds. The proble

Re: [Lazarus] Lazarus Release Candidate 3 of 1.8.0

2017-07-05 Thread Michael Van Canneyt via Lazarus
On Wed, 5 Jul 2017, Juha Manninen via Lazarus wrote: On Wed, Jul 5, 2017 at 12:49 AM, brian via Lazarus wrote: I think "annoying" is a bit of an understatement, myself. If the final release of 1.8 still shows the problem *for me*, then I'm certainly going to be staying with 1.6.4. It is no

Re: [Lazarus] Android & iOS

2017-07-05 Thread Michael Schnell via Lazarus
On 04.07.2017 08:04, Michael Van Canneyt via Lazarus wrote: So at the moment the developer experience would not be very good, I think you're better off using a HTML5 based Ionic app. This of course is bad news, but we do hope for improvement when time comes See -> http://www.remobjects.c

Re: [Lazarus] Android & iOS

2017-07-05 Thread Michael Schnell via Lazarus
They claim Delphi VCL compatibility and hence it should be compatible to LCL, as well. -> http://www.elementscompiler.com/elements/whatsnew.aspx (I did not test any of their products.) -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.or

Re: [Lazarus] Android & iOS

2017-07-05 Thread Mark Morgan Lloyd via Lazarus
On 05/07/17 10:30, Michael Schnell via Lazarus wrote: They claim Delphi VCL compatibility and hence it should be compatible to LCL, as well. -> http://www.elementscompiler.com/elements/whatsnew.aspx (I did not test any of their products.) Might also be worth bering https://blog.jetbrains.com/k

[Lazarus] Which HTML render component better?

2017-07-05 Thread Alexey via Lazarus
Which of these two: THtmlPort, TurboPower, is better rendering complex HTML files, with CSS included, etc? Seems THtmlPort wiki page is big, so it is better/bigger maybe? TurboPower is not ok at rendeding my homepage w/o JS (cannot test 2nd yet). -- Regards, Alexey -- ___

Re: [Lazarus] Android & iOS

2017-07-05 Thread Marcos Douglas B. Santos via Lazarus
On Wed, Jul 5, 2017 at 7:05 AM, Michael Schnell via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > This of course is bad news, but we do hope for improvement when time > comes > > See -> http://www.remobjects.com/ . > They claim to allow for writing multi-target pascal applications: > "NEW:

Re: [Lazarus] Android & iOS

2017-07-05 Thread Marcos Douglas B. Santos via Lazarus
On Wed, Jul 5, 2017 at 8:57 AM, Mark Morgan Lloyd via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > Might also be worth bering https://blog.jetbrains.com/kot > lin/2017/05/kotlin-on-android-now-official/ in mind. Not Pascal, but at > least was designed with Pascal in mind. > I didn't know Kot

[Lazarus] Android & iOS

2017-07-05 Thread Alfred via Lazarus
I you limit yourself to Android: with LAMW you can make perfect Android apps ! https://github.com/jmpessoa/lazandroidmodulewizard http://forum.lazarus.freepascal.org/index.php/topic,21919.0.html-- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.or

Re: [Lazarus] Android & iOS

2017-07-05 Thread Marcos Douglas B. Santos via Lazarus
On Wed, Jul 5, 2017 at 9:30 AM, Alfred via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > I you limit yourself to Android: with LAMW you can make perfect Android > apps ! > > https://github.com/jmpessoa/lazandroidmodulewizard > > http://forum.lazarus.freepascal.org/index.php/topic,21919.0.html

Re: [Lazarus] Which HTML render component better?

2017-07-05 Thread Werner Pamler via Lazarus
Am 05.07.2017 um 14:08 schrieb Alexey via Lazarus: Which of these two: THtmlPort, TurboPower, is better rendering complex HTML files, with CSS included, etc? Seems THtmlPort wiki page is big, so it is better/bigger maybe? TurboPower is not ok at rendeding my homepage w/o JS (cannot test 2nd y

Re: [Lazarus] Which HTML render component better?

2017-07-05 Thread Alexey via Lazarus
So, THtmlPort has more html features (and css too). Thanks. will try on test project too. AlexeyT. -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Which HTML render component better?

2017-07-05 Thread Alexey via Lazarus
I also seen error on compile THtmlPort, and fixed it, posted fix to github, then Lazarus demo crashes in loading 35K HTML file. and doesn't show simpler html file. Not ok code AlexeyT -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://l

Re: [Lazarus] Which HTML render component better?

2017-07-05 Thread Dmitry Boyarintsev via Lazarus
Chromium embedded would be the best HTML rendering option as of today. http://wiki.freepascal.org/fpCEF3 It would actually put a heavy toll on a size of any project, but it takes care of it all (html, js... whatever). -- ___ Lazarus mailing list Lazarus