Re: [Lazarus] Quick Video: A Web Application

2017-05-07 Thread Lars via Lazarus
On 2017-04-19 10:21, Graeme Geldenhuys via Lazarus wrote: On 2017-04-19 15:58, Michael Schnell via Lazarus wrote: Lazarus would b able to seamlessly create such programs (even more up to date, versatile and fast: using WebAssembly compiled from Pascal instead of hand crafted Java Script).

Re: [Lazarus] Quick Video: A Web Application

2017-05-07 Thread Lars via Lazarus
Sorry, didn't watch the video yet, but, wasn't Morfik something similar? Or that was mostly offline apps? Then there was also the intraweb for delphi, but AFAIR the Indy authors. -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org

Re: [Lazarus] Form resize to standard size in IDE.

2017-05-07 Thread Kostas Michalopoulos via Lazarus
Maybe it is also related to the problem i mentioned a few days ago? It does sound kind of similar to what i demo in the video here: https://webmshare.com/q78rb On Mon, May 8, 2017 at 12:45 AM, Juha Manninen via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > On Sun, May 7, 2017 at 9:35 PM,

Re: [Lazarus] Menu editor unstable? - stack trace

2017-05-07 Thread Juha Manninen via Lazarus
Can you please create a proper backtrace with gdb using the latest Lazarus trunk. It shows also function names and parameter values etc. I was actually able to reproduce the access violation once but not more however much I tried. Juha -- ___ Lazarus

Re: [Lazarus] Form resize to standard size in IDE.

2017-05-07 Thread Juha Manninen via Lazarus
On Sun, May 7, 2017 at 9:35 PM, Fabio Luis Girardi via Lazarus wrote: > I (and others co-workers) have experienced the same behavior on Linux mint > cinnamon 17.3 when Lazarus is built using gtk2 (using Lazarus 1.4, 1.6, > fixes and trunk). I have seen similar

Re: [Lazarus] Form resize to standard size in IDE.

2017-05-07 Thread Fabio Luis Girardi via Lazarus
I (and others co-workers) have experienced the same behavior on Linux mint cinnamon 17.3 when Lazarus is built using gtk2 (using Lazarus 1.4, 1.6, fixes and trunk). This strange behavior disappeared when Lazarus is built with QT. The cinnamon looking glass can provide some debug information about

Re: [Lazarus] Form resize to standard size in IDE.

2017-05-07 Thread zeljko via Lazarus
On 05/07/2017 06:24 PM, Michael Van Canneyt wrote: On Sun, 7 May 2017, zeljko wrote: If you suspect on HiDPI then you should disable scaling at application level (lazaruside) via Application.Scaled := False (or similar prop name) . In that case TCustomForm.Scaled should not be taken into

Re: [Lazarus] Menu editor unstable?

2017-05-07 Thread Victor Campillo via Lazarus
On 07/05/17 13:08, zeljko via Lazarus wrote: Not here, but using Lazarus Qt 64-bit + fpc-3.0.2. Hi, I can't reproduce it here either, using latest Lazarus GTK2, linux 64-bit, FPC 3.0.2 -- Victor Campillo -- ___ Lazarus mailing list

Re: [Lazarus] Form resize to standard size in IDE.

2017-05-07 Thread Michael Van Canneyt via Lazarus
On Sun, 7 May 2017, zeljko wrote: If you suspect on HiDPI then you should disable scaling at application level (lazaruside) via Application.Scaled := False (or similar prop name) . In that case TCustomForm.Scaled should not be taken into account in any case. Is there a command-line option

Re: [Lazarus] RTTI grid with multiple objects ?

2017-05-07 Thread Michael Van Canneyt via Lazarus
On Sun, 7 May 2017, Mattias Gaertner via Lazarus wrote: On Sun, 7 May 2017 15:15:29 +0200 (CEST) Michael Van Canneyt via Lazarus wrote: Hello, How to make the RTTI property grid display the properties of a set of TComponents ? Currently I have: (MyGrid is

Re: [Lazarus] Making sources compatible with Delphi (but Lazarus is priority)

2017-05-07 Thread Sven Barth via Lazarus
On 07.05.2017 12:17, Florian Klaempfl via Lazarus wrote: > Am 07.05.2017 um 12:11 schrieb Sven Barth via Lazarus: >> Am 07.05.2017 12:07 schrieb "Florian Klaempfl via Lazarus" >> >: >>> >>> Am 07.05.2017 um 11:57 schrieb Graeme

Re: [Lazarus] Form resize to standard size in IDE.

2017-05-07 Thread zeljko via Lazarus
On 05/07/2017 02:24 PM, Michael Van Canneyt wrote: On Sun, 7 May 2017, zeljko wrote: On 05/07/2017 12:02 PM, Michael Van Canneyt via Lazarus wrote: Hi, Another oddity in the IDE designer. I have a form which contains some group boxes, radio buttons and a buttonpanel. Bordertstyle is

Re: [Lazarus] RTTI grid with multiple objects ?

2017-05-07 Thread Mattias Gaertner via Lazarus
On Sun, 7 May 2017 15:15:29 +0200 (CEST) Michael Van Canneyt via Lazarus wrote: > Hello, > > How to make the RTTI property grid display the properties of a set of > TComponents ? > > Currently I have: (MyGrid is the property grid) > > Var >I : integer; >

Re: [Lazarus] Annoying lazarus mailing list behaviour

2017-05-07 Thread Mattias Gaertner via Lazarus
On Sun, 7 May 2017 12:11:13 +0200 (CEST) Michael Van Canneyt via Lazarus wrote: >[...] > I suspect that Mattias still uses the 'old' list address in his mails when > posting, and that this is why I get 3 recipients. Sorry. I fixed my setting. Mattias --

[Lazarus] RTTI grid with multiple objects ?

2017-05-07 Thread Michael Van Canneyt via Lazarus
Hello, How to make the RTTI property grid display the properties of a set of TComponents ? Currently I have: (MyGrid is the property grid) Var I : integer; L : TPersistentSelectionList; begin C:=0; L:=MyGrid.Selection; L.BeginUpdate; try L.Clear; if Not

Re: [Lazarus] Making sources compatible with Delphi (but Lazarus is priority)

2017-05-07 Thread Graeme Geldenhuys via Lazarus
On 2017-05-07 11:17, Florian Klaempfl via Lazarus wrote: > Then something is wrong/broken :) I rest my case. :-P Regards, Graeme -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Annoying lazarus mailing list behaviour

2017-05-07 Thread Carlos E. R. via Lazarus
On 2017-05-07 12:18, Michael Van Canneyt via Lazarus wrote: > On Sun, 7 May 2017, Sven Barth via Lazarus wrote: >> Addendum: what E-Mail client do you use? Both Android's GMail App and >> Thunderbird (with Reply to List) handle it correctly. > > Pine. With Pine I get: To: somebody via lazarus

Re: [Lazarus] Annoying lazarus mailing list behaviour

2017-05-07 Thread Carlos E. R. via Lazarus
On 2017-05-07 12:15, Sven Barth via Lazarus wrote: > Am 07.05.2017 12:11 schrieb "Michael Van Canneyt via Lazarus" > >: >> >> >> Hi, >> >> Can we please get rid of the Cc: being added to the mails sent through the >> lazarus >>

Re: [Lazarus] Form resize to standard size in IDE.

2017-05-07 Thread zeljko via Lazarus
On 05/07/2017 12:02 PM, Michael Van Canneyt via Lazarus wrote: Hi, Another oddity in the IDE designer. I have a form which contains some group boxes, radio buttons and a buttonpanel. Bordertstyle is bsDialog. No special properties regarding autosize or whatsoever have been set. When I switch

Re: [Lazarus] TSQLQuery Scroll events

2017-05-07 Thread Michael Van Canneyt via Lazarus
On Sun, 7 May 2017, kapibara via Lazarus wrote: I made a test app to unerstand more about TSQLQuery events. It requires SQLite and has one table with three records. 1) Why does the dataset scroll 6 times to open a query that has a resultset with three records? 2) Also, directly after

Re: [Lazarus] Making sources compatible with Delphi (but Lazarus is priority)

2017-05-07 Thread Florian Klaempfl via Lazarus
Am 07.05.2017 um 12:11 schrieb Sven Barth via Lazarus: > Am 07.05.2017 12:07 schrieb "Florian Klaempfl via Lazarus" > >: >> >> Am 07.05.2017 um 11:57 schrieb Graeme Geldenhuys via Lazarus: >> > On 2017-05-07 09:10, Florian

Re: [Lazarus] Annoying lazarus mailing list behaviour

2017-05-07 Thread Michael Van Canneyt via Lazarus
On Sun, 7 May 2017, Sven Barth via Lazarus wrote: Am 07.05.2017 12:11 schrieb "Michael Van Canneyt via Lazarus" < lazarus@lists.lazarus-ide.org>: Hi, Can we please get rid of the Cc: being added to the mails sent through the lazarus mailing list ? In most cases, when I reply, I get 2

Re: [Lazarus] Annoying lazarus mailing list behaviour

2017-05-07 Thread Sven Barth via Lazarus
Am 07.05.2017 12:11 schrieb "Michael Van Canneyt via Lazarus" < lazarus@lists.lazarus-ide.org>: > > > Hi, > > Can we please get rid of the Cc: being added to the mails sent through the lazarus > mailing list ? > > In most cases, when I reply, I get 2 recipients. I always must delete 1. > > When

Re: [Lazarus] Making sources compatible with Delphi (but Lazarus is priority)

2017-05-07 Thread Florian Klaempfl via Lazarus
Am 07.05.2017 um 11:57 schrieb Graeme Geldenhuys via Lazarus: > On 2017-05-07 09:10, Florian Klaempfl via Lazarus wrote: >>> Yeah, that would be the logical thing to do. >> >> Why? What makes a string literal UTF-8? >> > > As Mattias said, the fact that the source unit is UTF-8 encoded. >

Re: [Lazarus] Making sources compatible with Delphi (but Lazarus is priority)

2017-05-07 Thread Sven Barth via Lazarus
Am 07.05.2017 12:07 schrieb "Florian Klaempfl via Lazarus" < lazarus@lists.lazarus-ide.org>: > > Am 07.05.2017 um 11:57 schrieb Graeme Geldenhuys via Lazarus: > > On 2017-05-07 09:10, Florian Klaempfl via Lazarus wrote: > >>> Yeah, that would be the logical thing to do. > >> > >> Why? What makes a

Re: [Lazarus] Making sources compatible with Delphi (but Lazarus is priority)

2017-05-07 Thread Graeme Geldenhuys via Lazarus
On 2017-05-07 09:10, Florian Klaempfl via Lazarus wrote: >> Yeah, that would be the logical thing to do. > > Why? What makes a string literal UTF-8? > As Mattias said, the fact that the source unit is UTF-8 encoded. Defined by a BOM marker, or -Fcutf8 or {$codepage utf8}. If the source unit is

Re: [Lazarus] Menu editor unstable?

2017-05-07 Thread Michael Van Canneyt via Lazarus
On Sun, 7 May 2017, Mattias Gaertner via Lazarus wrote: On Sat, 6 May 2017 21:26:38 +0200 (CEST) Michael Van Canneyt via Lazarus wrote: [...] I have not exactly been able to reproduce reliably, but the following just triggered it: - Start IDE - Open project

Re: [Lazarus] Making sources compatible with Delphi (but Lazarus is priority)

2017-05-07 Thread Florian Klaempfl via Lazarus
Am 07.05.2017 um 10:30 schrieb Mattias Gaertner via Lazarus: > On Sun, 7 May 2017 10:10:26 +0200 > Florian Klaempfl via Lazarus wrote: > >> Am 05.05.2017 um 13:35 schrieb Graeme Geldenhuys via Lazarus: >>> On 2017-05-05 12:17, Mattias Gaertner via Lazarus wrote:

Re: [Lazarus] Menu editor unstable?

2017-05-07 Thread Mattias Gaertner via Lazarus
On Sat, 6 May 2017 21:26:38 +0200 (CEST) Michael Van Canneyt via Lazarus wrote: >[...] > I have not exactly been able to reproduce reliably, but the following just > triggered > it: > - Start IDE > - Open project > - Select a popup menu (there are several) > -

Re: [Lazarus] Making sources compatible with Delphi (but Lazarus is priority)

2017-05-07 Thread Mattias Gaertner via Lazarus
On Sun, 7 May 2017 10:10:26 +0200 Florian Klaempfl via Lazarus wrote: > Am 05.05.2017 um 13:35 schrieb Graeme Geldenhuys via Lazarus: > > On 2017-05-05 12:17, Mattias Gaertner via Lazarus wrote: > >> I wonder if it would help if FPC would store UTF-8 string

Re: [Lazarus] Making sources compatible with Delphi (but Lazarus is priority)

2017-05-07 Thread Florian Klaempfl via Lazarus
Am 05.05.2017 um 13:35 schrieb Graeme Geldenhuys via Lazarus: > On 2017-05-05 12:17, Mattias Gaertner via Lazarus wrote: >> I wonder if it would help if FPC would store UTF-8 string literals as >> UTF-8 > > Yeah, that would be the logical thing to do. Why? What makes a string literal UTF-8? >

Re: [Lazarus] Installation issue - unit not found

2017-05-07 Thread Michael Van Canneyt via Lazarus
On Sun, 7 May 2017, Gabriella Lynns via Lazarus wrote: I have been trying to install Lazarus for two unprivileged users, each in a subdirectory of their own $HOME  I've been using a script originally from getlazarus.org   The first installation went smoothly. The second, using exactly the