Re: [Lazarus] Help System with Chromium Embedded component

2016-11-09 Thread Martok via Lazarus
Am 09.11.2016 um 16:02 schrieb Mattias Gaertner via Lazarus: > On Wed, 9 Nov 2016 15:57:04 +0100 > Marco van de Voort via Lazarus wrote: >> [...] >> The best reason to have some local (whatever how limited) widget is for IDE >> popups of helptext instead of an external browser. That was also one

Re: [Lazarus] Help System with Chromium Embedded component

2016-11-09 Thread Graeme Geldenhuys via Lazarus
On 2016-11-09 14:57, Marco van de Voort via Lazarus wrote: > But I think lhelp still has enough leeway, and I think Graeme greatly > overexaggerates the problems. And my comparison screenshots (from earlier) show the problem as clear as day. Your comment about "LHelp works fine with fpdoc generate

Re: [Lazarus] Help System with Chromium Embedded component

2016-11-09 Thread Mattias Gaertner via Lazarus
On Wed, 9 Nov 2016 15:57:04 +0100 Marco van de Voort via Lazarus wrote: >[...] > The best reason to have some local (whatever how limited) widget is for IDE > popups of helptext instead of an external browser. Good point. Mattias -- ___ Lazarus maili

Re: [Lazarus] Help System with Chromium Embedded component

2016-11-09 Thread Marco van de Voort via Lazarus
On Tue, Nov 08, 2016 at 09:48:31PM -0700, Lars via Lazarus wrote: > >> port) to the point where it can provide everything needed? > ... > > +1 > > Well the reason chromium is in my line of sight, is because other people > do the work to maintain the browser for you. True, but you also subscribe

Re: [Lazarus] persistent bookmarks in the IDE?

2016-11-09 Thread Graeme Geldenhuys via Lazarus
On 2016-11-09 13:49, Mattias Gaertner via Lazarus wrote: > Bookmarks are stored in the session (usually the lps file). Thanks, I'll dig in there and see what is going wrong. Regards, Graeme -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org h

Re: [Lazarus] persistent bookmarks in the IDE?

2016-11-09 Thread Graeme Geldenhuys via Lazarus
On 2016-11-09 13:36, Ondrej Pokorny via Lazarus wrote: > My bookmarks are saved when saving the project. I am not aware of an > option to disable/enable it. Good to know the functionality exists. Now to find out why it doesn't work here - both Linux and FreeBSD systems. Do you know where the boo

Re: [Lazarus] persistent bookmarks in the IDE?

2016-11-09 Thread Mattias Gaertner via Lazarus
On Wed, 9 Nov 2016 14:36:00 +0100 Ondrej Pokorny via Lazarus wrote: > On 09.11.2016 14:31, Graeme Geldenhuys via Lazarus wrote: > > Hi, > > > > Is it possible for Lazarus (trunk) to remember bookmark locations > > between restarts? Or save bookmarks per project? > > > > At the moment I loose all

[Lazarus] Slow Graphics in Cocoa

2016-11-09 Thread Josh via Lazarus
Hi Hope their is a fix for this. After doing some testing; with placing images from an timagelist on a panel, the Cocoa seems to be 10% as fast as carbon, or carbon is 900% faster than cocoa. I have created a vid to demonstrate the problem. https://www.dropbox.com/s/vr43ztm0vsiml0u/slowcocoa.mp4

Re: [Lazarus] persistent bookmarks in the IDE?

2016-11-09 Thread Ondrej Pokorny via Lazarus
On 09.11.2016 14:31, Graeme Geldenhuys via Lazarus wrote: Hi, Is it possible for Lazarus (trunk) to remember bookmark locations between restarts? Or save bookmarks per project? At the moment I loose all my bookmarks while doing a restart, or quickly switching to another project to lookup somet

[Lazarus] persistent bookmarks in the IDE?

2016-11-09 Thread Graeme Geldenhuys via Lazarus
Hi, Is it possible for Lazarus (trunk) to remember bookmark locations between restarts? Or save bookmarks per project? At the moment I loose all my bookmarks while doing a restart, or quickly switching to another project to lookup something and then switch back to what I was working on. Regard

Re: [Lazarus] missing "LCLWidgetType" drop down menu

2016-11-09 Thread Michael Schnell via Lazarus
On 09.11.2016 12:31, Ondrej Pokorny via Lazarus wrote: I improved user experience in r53326. Grayed out now... Works, Thanks ! -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Anchoring fails on Windows 10

2016-11-09 Thread Jürgen Hestermann via Lazarus
Am 2016-11-08 um 23:13 schrieb Mattias Gaertner via Lazarus: > On Tue, 8 Nov 2016 18:45:56 +0100 > Jürgen Hestermann via Lazarus wrote: Anybody else having such issues on Windows 10? >>> I tested with a TTreeView and a TProgressBar and it works here with Laz >>> 1.7 at design time and run ti

Re: [Lazarus] missing "LCLWidgetType" drop down menu

2016-11-09 Thread Ondrej Pokorny via Lazarus
On 09.11.2016 11:16, Michael Schnell via Lazarus wrote: On 09.11.2016 10:01, Ondrej Pokorny via Lazarus wrote: Strange, here it is (Win10 - it shouldn't be OS-dependent). Please recheck. Graeme pointed me to the cause. I did not define the project as an "LCL project" (as this is a project to

Re: [Lazarus] WebAssembly

2016-11-09 Thread Michael Schnell via Lazarus
-> https://hacks.mozilla.org/2016/10/webassembly-browser-preview/ : However, assuming no issues are found that require substantial time to address, the WebAssembly Community Group would like to mark an initial version of the standard as “done” in Q1 2017 which would then enable browsers to star

Re: [Lazarus] WebAssembly

2016-11-09 Thread Michael Schnell via Lazarus
On 09.11.2016 11:53, Mattias Gaertner via Lazarus wrote: WebAsm <> WebAssembly. WebAsm is "A processor for text-based documents (most notably, HTML)". WebAssembly is a subset of JavaScript with some additions, optimized for compiling languages like C/C++/Java to JavaSript. Some browser vendors

Re: [Lazarus] WebAssembly

2016-11-09 Thread Mattias Gaertner via Lazarus
On Wed, 9 Nov 2016 10:38:59 +0100 Michael Schnell via Lazarus wrote: >[...] > Hence WebASM - that seems to be based on Java - might be successful in > pushing the idea of allowing for precompiled byte code embedded in HTML. WebAsm <> WebAssembly. WebAsm is "A processor for text-based documents

Re: [Lazarus] missing "LCLWidgetType" drop down menu

2016-11-09 Thread Michael Schnell via Lazarus
On 09.11.2016 10:01, Ondrej Pokorny via Lazarus wrote: Strange, here it is (Win10 - it shouldn't be OS-dependent). Please recheck. Graeme pointed me to the cause. I did not define the project as an "LCL project" (as this is a project to test my own extension to the NoGUI widget Type which of

Re: [Lazarus] Help System with Chromium Embedded component

2016-11-09 Thread Graeme Geldenhuys via Lazarus
On 2016-11-09 05:13, Lars via Lazarus wrote: > I find the documentation, for example, for > Total Commander, to just be a little bit too Windows 3.1 looking. I'll bet you a 6-pack of beer that the documentation was written by the developer himself. That would explain the lack of typography. :) R

Re: [Lazarus] Help System with Chromium Embedded component

2016-11-09 Thread Graeme Geldenhuys via Lazarus
On 2016-11-09 04:43, Lars via Lazarus wrote: > One issue, back in the day, was that you could only use Java programming > language, right? Hence the name "Java Applet" ;-) > Another issue with java applets is you had to make sure they were > installed correctly, No, the web server served it

[Lazarus] WebAssembly

2016-11-09 Thread Michael Schnell via Lazarus
(Creating a new thread instead of using "Help System with Chromium Embedded component") On 09.11.2016 05:38, Lars via Lazarus wrote: On Tue, November 8, 2016 3:49 am, Michael Schnell via Lazarus wrote: On 08.11.2016 11:42, Michael Van Canneyt via Lazarus wrote: I seriously doubt that. It's

Re: [Lazarus] missing "LCLWidgetType" drop down menu

2016-11-09 Thread Ondrej Pokorny via Lazarus
On 09.11.2016 9:56, Michael Schnell via Lazarus wrote: Version 1.6 on Windows: Project -> Project Options -> Additions and Overrides -> Set "LCLWidgetType" -> Drop Down selection Value "fpgui". Sadly in my compiled "trunk" version 1.7 on Linux (revision 53324), the <"LCLWidgetType"> drop

[Lazarus] missing "LCLWidgetType" drop down menu

2016-11-09 Thread Michael Schnell via Lazarus
Version 1.6 on Windows: Project -> Project Options -> Additions and Overrides -> Set "LCLWidgetType" -> Drop Down selection Value "fpgui". Sadly in my compiled "trunk" version 1.7 on Linux (revision 53324), the <"LCLWidgetType"> drop down menu is not shown any more. So the available Widge

Re: [Lazarus] Help System with Chromium Embedded component

2016-11-09 Thread Michael Schnell via Lazarus
I wrote it in the email you are replying to. Please re-read. Sorry for hitting the send button too early :-( -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus