[Lazarus] suggestion about added help buttons

2015-10-02 Thread FreeMan
Hello, I saw a few seconds ago r49911 & r49912 added help button and onclick event, and event has "OpenUrl('http://wiki.lazarus.freepascal.org...');" this codes. I think much better way this link can be resource string. Maybe in future need change this address, then have to find all

Re: [Lazarus] suggestion about added help buttons

2015-10-02 Thread Juha Manninen
On Fri, Oct 2, 2015 at 3:32 PM, FreeMan wrote: > I saw a few seconds ago r49911 & r49912 added help button and onclick event, > and event has "OpenUrl('http://wiki.lazarus.freepascal.org...');" this > codes. I think much better way this link can be resource

[Lazarus] "Checkbox for Booleans" in Object Inspector now used as default

2015-10-02 Thread Juha Manninen
r49914 makes the Checkbox in OI the default as a Boolean editor. If you still want the old Combobox, please change it in options dialog. The themed Checkbox which has been tested for a while using a define, is now the default control for this purpose. The "normal" Checkbox provided by widgetset

Re: [Lazarus] suggestion about added help buttons

2015-10-02 Thread Mattias Gaertner
On Fri, 2 Oct 2015 16:42:20 +0300 Juha Manninen wrote: > On Fri, Oct 2, 2015 at 3:32 PM, FreeMan wrote: > > I saw a few seconds ago r49911 & r49912 added help button and onclick event, > > and event has

Re: [Lazarus] suggestion about added help buttons

2015-10-02 Thread Juha Manninen
On Fri, Oct 2, 2015 at 5:02 PM, Mattias Gaertner wrote: > Do you mean a variable or a resourcestring? Oops right, the strings don't need translation to other languages. They should be const strings collected somewhere for easy update. Or what do you think? Juha --

[Lazarus] Installing Lazarus on Raspbian Jessie on a Pi2B?

2015-10-02 Thread Bo Berglund
I have now returned home and got myself the hardware for starting the development in FPC of my controller software for the Raspberry Pi2B. When I installed RaspBian it turned out to be the latest version Jessie and when I realized that I think I need to get confirmation here before I waste time:

Re: [Lazarus] Installing Lazarus on Raspbian Jessie on a Pi2B?

2015-10-02 Thread Bo Berglund
On Fri, 02 Oct 2015 18:49:23 +0200, Bo Berglund wrote: >I have now returned home and got myself the hardware for starting the >development in FPC of my controller software for the Raspberry Pi2B. >When I installed RaspBian it turned out to be the latest version >Jessie and

[Lazarus] LazSVNPkg is working?

2015-10-02 Thread Salvatore Coppola
Hi all, is LazSVNPkg working? Tried for the first time and got "Access violation". Steps installed subversion created a local a repository set up project active try to commit Salvatore -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Installing Lazarus on Raspbian Jessie on a Pi2B?

2015-10-02 Thread Mark Morgan Lloyd
Bo Berglund wrote: I have now returned home and got myself the hardware for starting the development in FPC of my controller software for the Raspberry Pi2B. When I installed RaspBian it turned out to be the latest version Jessie and when I realized that I think I need to get confirmation here

Re: [Lazarus] Installing Lazarus on Raspbian Jessie on a Pi2B?

2015-10-02 Thread Bo Berglund
On Fri, 02 Oct 2015 21:45:50 +, Mark Morgan Lloyd wrote: >Bo Berglund wrote: >> I have now returned home and got myself the hardware for starting the >> development in FPC of my controller software for the Raspberry Pi2B. >> When I installed RaspBian it

Re: [Lazarus] Installing Lazarus on Raspbian Jessie on a Pi2B?

2015-10-02 Thread Bo Berglund
On Fri, 02 Oct 2015 23:53:45 +0200, Bo Berglund wrote: >As I already posted I followed the tutorial and got to a make error >basically complaining about a missing file in the fpc source tree. >This is in the first make command in the tutorial where fpc trunk is >going to

Re: [Lazarus] Installing Lazarus on Raspbian Jessie on a Pi2B?

2015-10-02 Thread Bo Berglund
On Fri, 02 Oct 2015 21:54:40 +, Mark Morgan Lloyd wrote: >Go back to discussion in The Other Place and start off with the right >FPC binary. Once you've got it you can recompile FPC if you like (I >prefer to), then once you're happy with that compiling

Re: [Lazarus] Installing Lazarus on Raspbian Jessie on a Pi2B?

2015-10-02 Thread Bo Berglund
On Fri, 02 Oct 2015 22:11:48 +0200, Bo Berglund wrote: >Just to complete my inquiry here is a link to a setup guide: >http://www.tweaking4all.com/hardware/raspberry-pi/install-lazarus-pascal-on-raspberry-pi-2/ > I went ahead and followed the tutorial for installing

Re: [Lazarus] Cross-compiling for Raspberry Pi2

2015-10-02 Thread Bo Berglund
On Thu, 24 Sep 2015 09:24:00 +0200, Michael Schnell wrote: >On 09/24/2015 05:28 AM, Bo Berglund wrote: >> The only caveat here would be if Indy10 will actually build and >> function correctly in RaspBian. >Does you project including Indy 10 already run decently on PC-Linux ?

Re: [Lazarus] Installing Lazarus on Raspbian Jessie on a Pi2B?

2015-10-02 Thread Mark Morgan Lloyd
Bo Berglund wrote: On Fri, 02 Oct 2015 22:11:48 +0200, Bo Berglund wrote: Just to complete my inquiry here is a link to a setup guide: http://www.tweaking4all.com/hardware/raspberry-pi/install-lazarus-pascal-on-raspberry-pi-2/ I went ahead and followed the tutorial

Re: [Lazarus] Installing Lazarus on Raspbian Jessie on a Pi2B?

2015-10-02 Thread Bo Berglund
On Fri, 02 Oct 2015 23:48:05 +0200, Bo Berglund wrote: >Executing command "/usr/local/bin/plex h2pas/scan.l h2pas/scan.pas" >The installer encountered the following error: >External command "/usr/local/bin/plex h2pas/scan.l h2pas/scan.pas" >failed with exit code 256.

Re: [Lazarus] "Checkbox for Booleans" in Object Inspector now used as default

2015-10-02 Thread Anthony Walter
The checkbox option seems to be working for me on ubuntu gtk2 lazarus. Capture: http://cache.getlazarus.org/video/inspector.mp4 One thing I've noticed about gtk versions of the inspector is the lagginess of the inspector when mouse dragging with the left button pressed. It would seem that with