Re: [Lazarus] LCL-fpGUI - SIGSEGV

2018-02-12 Thread Graeme Geldenhuys via Lazarus
On 2018-02-11 09:34, Ondrej Pokorny via Lazarus wrote: Does fpGUI support DPI on per-monitor basis? I.e. I have a high-DPI laptop screen and a normal DPI external monitor connected to it - and I work on both of them. Last time I tested (granted that was a while back), the fpGUI application

Re: [Lazarus] LCL-fpGUI - SIGSEGV

2018-02-11 Thread Ondrej Pokorny via Lazarus
On 10.02.2018 18:51, Graeme Geldenhuys via Lazarus wrote: On 2018-02-10 16:31, Ondrej Pokorny via Lazarus wrote: What is missing in LCL-fpGUI binding: TMonitor.PixelsPerInch. In fpGUI, you can grab that information from the global fpgApplication instance. That has been around for years, so

Re: [Lazarus] LCL-fpGUI - SIGSEGV

2018-02-10 Thread José Mejuto via Lazarus
El 10/02/2018 a las 18:51, Graeme Geldenhuys via Lazarus escribió:     function    Screen_dpi: integer; LCL-fpGUI probably only needs the last one. I don't believe non-X11 platforms (eg: Windows) support varying dpi on the x and y axis. Hello, Yes that's the needed value, is the binding

Re: [Lazarus] LCL-fpGUI - SIGSEGV

2018-02-10 Thread Graeme Geldenhuys via Lazarus
On 2018-02-10 16:31, Ondrej Pokorny via Lazarus wrote: Yes, sorry. I wasn't exact: LCL-fpGUI doesn't support it yet. The same goes for the develop branch, unfortunately: LCL-fpGUI cannot be compiled with it. No worries, just checking if I understood what you meant. What is missing in

Re: [Lazarus] LCL-fpGUI - SIGSEGV

2018-02-10 Thread Ondrej Pokorny via Lazarus
On 10.02.2018 16:43, Graeme Geldenhuys via Lazarus wrote: On 2018-02-10 09:42, Ondrej Pokorny via Lazarus wrote: Disable Application.Scaled - fpGUI doesn't support it yet. Is that for multi-DPI aware applications? If so, at least in the fpGUI 'develop' branch there is built-in support for

Re: [Lazarus] LCL-fpGUI - SIGSEGV

2018-02-10 Thread Graeme Geldenhuys via Lazarus
On 2018-02-10 09:42, Ondrej Pokorny via Lazarus wrote: Disable Application.Scaled - fpGUI doesn't support it yet. Is that for multi-DPI aware applications? If so, at least in the fpGUI 'develop' branch there is built-in support for multi-DPI. So LCL-fpGUI might be able to hook into that

Re: [Lazarus] LCL-fpGUI - SIGSEGV

2018-02-10 Thread Ondrej Pokorny via Lazarus
On 10.02.2018 10:30, Gabor Boros via Lazarus wrote: Hi All, I want to try LCL-fpGUI. Followed the instructions from the below wiki page, a new project compiled successfully but got error at application start. If start from the IDE got SIGSEGV, if start from command line got "Access

[Lazarus] LCL-fpGUI - SIGSEGV

2018-02-10 Thread Gabor Boros via Lazarus
Hi All, I want to try LCL-fpGUI. Followed the instructions from the below wiki page, a new project compiled successfully but got error at application start. If start from the IDE got SIGSEGV, if start from command line got "Access violation". I used Lazarus trunk (57276) and fpGUI's maint