Re: [Lazarus] New feature: SQLDB Rest bridge

2019-02-24 Thread Michael Van Canneyt via lazarus
On Mon, 25 Feb 2019, Sven Barth via lazarus wrote: Michael Van Canneyt via lazarus schrieb am So., 24. Feb. 2019, 17:46: Hello, We received some feedback about Pas2JS - our effort to bring Pascal to the browser - that easy database connectivity is an issue, hampering easy development.

Re: [Lazarus] New feature: SQLDB Rest bridge

2019-02-24 Thread Sven Barth via lazarus
Michael Van Canneyt via lazarus schrieb am So., 24. Feb. 2019, 17:46: > > Hello, > > We received some feedback about Pas2JS - our effort to bring Pascal to the > browser - that easy database connectivity is an issue, hampering easy > development. > > To alleviate the problem I have created the

Re: [Lazarus] IDE unstable - Online Package manager bug

2019-02-24 Thread Martin Frb via lazarus
On 24/02/2019 22:07, Werner Pamler via lazarus wrote: Am 24.02.2019 um 12:00 schrieb Michael Van Canneyt via lazarus: Start lazarus Open package Compile package Switch to form editor of start project Close (window manager or menu file - exit) -> hang Just to confirm: I can observe the same

Re: [Lazarus] IDE unstable - Online Package manager bug

2019-02-24 Thread Werner Pamler via lazarus
Am 24.02.2019 um 12:00 schrieb Michael Van Canneyt via lazarus: I find that the IDE has become very unstable lately. I didn't install any new packages, didn't update FPC (still on FPC 3.0.4). Just updated lazarus from SVN. 4 out of 5 attempts to close the IDE using the window manager button

[Lazarus] New feature: SQLDB Rest bridge

2019-02-24 Thread Michael Van Canneyt via lazarus
Hello, We received some feedback about Pas2JS - our effort to bring Pascal to the browser - that easy database connectivity is an issue, hampering easy development. To alleviate the problem I have created the SQLDB Rest bridge. This is a set of components that allow you to expose any

Re: [Lazarus] IDE unstable - Online Package manager bug

2019-02-24 Thread Martin Frb via lazarus
On 24/02/2019 15:55, Michael Van Canneyt via lazarus wrote: On Sun, 24 Feb 2019, Martin Frb via lazarus wrote: So it hangs in openssl. I think that is a premature conclusion :) I should have said: "In this specific case, it was in openssl" Which then is an observation. But you could,

Re: [Lazarus] IDE unstable - Online Package manager bug

2019-02-24 Thread Michael Van Canneyt via lazarus
On Sun, 24 Feb 2019, Martin Frb via lazarus wrote: So it hangs in openssl. I think that is a premature conclusion :) Which means the http request can not be aborted. (gracefully) How up to date is your openssl? System installed version, so 1.0.x. I recently updated my packages.

Re: [Lazarus] IDE unstable - Online Package manager bug

2019-02-24 Thread Martin Frb via lazarus
So it hangs in openssl. Which means the http request can not be aborted. (gracefully) How up to date is your openssl? I recently had an issue with git on windows, due to an openssl bug https://github.com/git-for-windows/git/issues/1993 The openssl bug seems older, but some activity referring

Re: [Lazarus] IDE unstable - Online Package manager bug

2019-02-24 Thread Michael Van Canneyt via lazarus
On Sun, 24 Feb 2019, Martin Frb via lazarus wrote: On 24/02/2019 14:06, Michael Van Canneyt via lazarus wrote: Can you attach a list of all threads, and traces of other threads please? How am I supposed to do that ? once attached info threads and for each thread t 1 bt t 2 bt

Re: [Lazarus] IDE unstable - Online Package manager bug

2019-02-24 Thread Martin Frb via lazarus
On 24/02/2019 14:06, Michael Van Canneyt via lazarus wrote: Can you attach a list of all threads, and traces of other threads please? How am I supposed to do that ? once attached info threads and for each thread t 1 bt t 2 bt ... -- ___

[Lazarus] Adding component to IDE

2019-02-24 Thread Michael Van Canneyt via lazarus
Hi, How can I add a component instance to a datamodule or form ? I know these 2: procedure AddComponent(const NewRegisteredComponent: TRegisteredComponent; const NewComponentClass: TComponentClass; const NewParent: TComponent; const NewLeft,NewTop,NewWidth,NewHeight:

Re: [Lazarus] IDE unstable - Online Package manager bug

2019-02-24 Thread Michael Van Canneyt via lazarus
On Sun, 24 Feb 2019, Martin Frb via lazarus wrote: Laz 2.1 trunk, or 2.0.1 fixes? Trunk. Can you attach a list of all threads, and traces of other threads please? How am I supposed to do that ? Michael. -- ___ lazarus mailing list

Re: [Lazarus] IDE unstable - Online Package manager bug

2019-02-24 Thread Martin Frb via lazarus
Laz 2.1 trunk, or 2.0.1 fixes? Can you attach a list of all threads, and traces of other threads please? On 24/02/2019 12:00, Michael Van Canneyt via lazarus wrote: Hello, I find that the IDE has become very unstable lately. I didn't install any new packages, didn't update FPC (still on FPC

[Lazarus] New code tools error dialog ?

2019-02-24 Thread Michael Van Canneyt via lazarus
Hi, It seems that the code tools now pop up an error dialog when they encounter an error if you're trying to do something (code completion, add component). Is there an option to disable this ? I really don't want to have to close the dialog every time. If memory serves well, they used to

[Lazarus] IDE unstable - Online Package manager bug

2019-02-24 Thread Michael Van Canneyt via lazarus
Hello, I find that the IDE has become very unstable lately. I didn't install any new packages, didn't update FPC (still on FPC 3.0.4). Just updated lazarus from SVN. 4 out of 5 attempts to close the IDE using the window manager button fails: lazarus hangs and I must kill it using killall -KILL