Re: [Lazarus] Lazarus 1.8 RC1 under Raspbian Jessie

2017-06-07 Thread Bo Berglund via Lazarus
On Tue, 6 Jun 2017 11:57:21 +0200, Joe via Lazarus wrote: >Went to /home/pi/dev/fpc/3.02 and did make clean all PP=ppcarm. >Got "An unhandled exception occurred at $000678A0". >Maybe the ARMv6 CPU got some ARMv7 code? You should probably use this instead: make clean all PP=/home/pi/dev/fpc/ppcar

Re: [Lazarus] (Local) variable value hints

2017-06-07 Thread Ondrej Pokorny via Lazarus
On 07.06.2017 13:20, Ondrej Pokorny via Lazarus wrote: > So does that mean that the IDE has to be tailored for a specific project? Yes. Install a custom package to extend the IDE. Or: extend the IDE with some default formatters, add an IDE option page (and/or project option page) where the u

Re: [Lazarus] bluetoothlaz package cannot detect Bluetooth LE (version > 4.0) devices on raspberry pi

2017-06-07 Thread Mattias Gaertner via Lazarus
On Tue, 6 Jun 2017 23:25:38 +0800 Dennis via Lazarus wrote: > I am using Raspberry Pi 3 (with wifi+bluetooth). > When using the command tool, bluetoothctl, it can detect old and new > bluetooth devices (version > 4.0). > > However, using the bluetoothlaz inside my lazarus app, it can only > de

Re: [Lazarus] (Local) variable value hints

2017-06-07 Thread Martin Frb via Lazarus
On 07/06/2017 14:42, Mark Morgan Lloyd via Lazarus wrote: Yes, but I was thinking about the case when a value pops up unbidden during normal stepping-through. Can the default witching format be changed? Hex might be more appropriate. Generally yes, but depends how... A simple integer co

Re: [Lazarus] (Local) variable value hints

2017-06-07 Thread Mark Morgan Lloyd via Lazarus
On 07/06/17 12:15, Martin Frb via Lazarus wrote: On 06/06/2017 20:54, Mark Morgan Lloyd via Lazarus wrote:> Bearing in mind things like the %H hint that Lazarus uses to suppress > warning messages, is there anything comparable that can be applied to > a variable so that when the IDE pops up a val

Re: [Lazarus] Trunk is broken

2017-06-07 Thread Gabor Boros via Lazarus
2017. 06. 07. 13:15 keltezéssel, Ondrej Pokorny via Lazarus írta: On 07.06.2017 10:38, Gabor Boros via Lazarus wrote: I tried to compile trunk(55263) with FPC 3.0.2 on Win32 but got this: Are you sure you use FPC 3.0.2? IMO you use an old revision of fixes_3_0 or trunk branch which you have t

Re: [Lazarus] (Local) variable value hints

2017-06-07 Thread Martin Frb via Lazarus
On 06/06/2017 20:54, Mark Morgan Lloyd via Lazarus wrote: Bearing in mind things like the %H hint that Lazarus uses to suppress warning messages, is there anything comparable that can be applied to a variable so that when the IDE pops up a value during debugging it will always be shown in a cer

Re: [Lazarus] (Local) variable value hints

2017-06-07 Thread Ondrej Pokorny via Lazarus
> So does that mean that the IDE has to be tailored for a specific project? Yes. Install a custom package to extend the IDE. Ondrej -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Trunk is broken

2017-06-07 Thread Ondrej Pokorny via Lazarus
On 07.06.2017 10:38, Gabor Boros via Lazarus wrote: I tried to compile trunk(55263) with FPC 3.0.2 on Win32 but got this: Are you sure you use FPC 3.0.2? IMO you use an old revision of fixes_3_0 or trunk branch which you have to update. Ondrej -- _

Re: [Lazarus] Cross Compile to Arm

2017-06-07 Thread Steve Gatenby via Lazarus
On 06/07/2017 06:19 PM, Alfred via Lazarus wrote: Hi Steve, The file crtbeginS.o was definitely missing from the arm-lib archive ! I have added it. Together with crtendS.so . https://github.com/newpascal/fpcupdeluxe/releases/download/crosslibs_v1.0/CrossLibsLinuxARM.rar or https://github.com/

[Lazarus] Cross Compile to Arm

2017-06-07 Thread Alfred via Lazarus
Hi Steve, The file crtbeginS.o was definitely missing from the arm-lib archive ! I have added it. Together with crtendS.so . https://github.com/newpascal/fpcupdeluxe/releases/download/crosslibs_v1.0/CrossLibsLinuxARM.rar or https://github.com/newpascal/fpcupdeluxe/releases/download/crosslibs_v1

Re: [Lazarus] Anchoring problem with ScrollBox and Panels

2017-06-07 Thread Michael W. Vogel via Lazarus
Am 07.06.2017 um 09:52 schrieb Gabor Boros via Lazarus: Your example work as expected. If resize the form panel resized properly. As it should. I simply wanted to show you, what happen when you anchor the bottom of a panel: Sizing of form, sizes the panel. The same, as in all your test projects

[Lazarus] Trunk is broken

2017-06-07 Thread Gabor Boros via Lazarus
Hi All, I tried to compile trunk(55263) with FPC 3.0.2 on Win32 but got this: e:\Lazarus\trunk\ide\sourcefilemanager.pas(6452,29) Error: (5038) identifier idents no member "DesignPPI" e:\Lazarus\trunk\ide\sourcefilemanager.pas(6454,71) Error: (5038) identifier idents no member "DesignPPI" e:\L

Re: [Lazarus] (Local) variable value hints

2017-06-07 Thread Mark Morgan Lloyd via Lazarus
On 06/06/17 20:00, Ondrej Pokorny via Lazarus wrote: On 06.06.2017 21:54, Mark Morgan Lloyd via Lazarus wrote:> Bearing in mind things like the %H hint that Lazarus uses to suppress > warning messages, is there anything comparable that can be applied to > a variable so that when the IDE pops up a

Re: [Lazarus] Cross Compile to Arm

2017-06-07 Thread Steve Gatenby via Lazarus
On 06/07/2017 03:50 PM, Alfred via Lazarus wrote: For a library, add: -FLld-linux-armhf.so.3 into the custom options of your project compiler options. Thank you Alfred - a little further now. I have pasted the full output from lazbuild for reference. It seems the linker is trying to use 'crtbe

Re: [Lazarus] Anchoring problem with ScrollBox and Panels

2017-06-07 Thread Gabor Boros via Lazarus
2017. 06. 07. 8:37 keltezéssel, Michael W. Vogel via Lazarus írta: You will see, the resizing problem comes from Panel2. I see. But don't understand. :D To demonstrate what happen take the added example or create a new app, put a panel on it and anchor Left, Top, Right to the form sides and