Re: [Lazarus] how to keep out focus in a button

2016-03-23 Thread hfiandor
Dear Sandro: thanks very much. Something more learned. Yours Ing. Héctor F. Fiandor Rosario -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Access violation r.51977

2016-03-23 Thread Vojtěch Čihák
Hi,   I got "Access Violation" window whenever I try to compile any (even an empty) project or package. It comes from r.51977, while r.51976 works well.   Commit description (by Bart): LazUtf8: firts attempt to rewrite Utf8CompareStr and Utf8CompareText so that it's results will be more

Re: [Lazarus] Having multiple Lazarus like GetLazarus version

2016-03-23 Thread Aradeonas
> Put a "lazarus.cfg" into the folder with lazarus.exe and write exactly > this line into this file. Thanks but it seems not a good way. Lazarus will lose all the setting ans installed package and also GetLazarus version doesn't use a cfg file as I searched so it can has a better answer.

Re: [Lazarus] LCL exports CC-licensed icons to every LCL application

2016-03-23 Thread Ondrej Pokorny
The issue is solved. Now LCL includes only public domain images or images under the LCL license. No attribution is needed. Ondrej -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] SVN - SIGSEGV in external C lib when Lazarus in Debug mode (Qt)

2016-03-23 Thread Krzysztof
Tried with style plastique - same result. QPixmap log output is not from my code but from Qt Widgetset, I'm not using Qt API directly, I'm just assigning TLabel.Caption := Title in thread safe Application.QueueAsyncCall. Tried also prepare demo but when copy pasted to the empty project, everything

Re: [Lazarus] LCL exports CC-licensed icons to every LCL application

2016-03-23 Thread Ondrej Pokorny
On 23.03.2016 10:22, Graeme Geldenhuys wrote: On 2016-03-23 08:30, Ondrej Pokorny wrote: There are still some icons with unknown origin. I created the following icons for the IDE: Source -> Comment Selection Source -> Uncomment Selection Source -> Toggle Comment in Selection Edit

Re: [Lazarus] Having multiple Lazarus like GetLazarus version

2016-03-23 Thread Werner Pamler
Put a "lazarus.cfg" into the folder with lazarus.exe and write exactly this line into this file. Am 23.03.2016 um 18:25 schrieb Aradeonas: Hi, As Wiki said here http://wiki.freepascal.org/Multiple_Lazarus I should make a shortcut for second Lazarus like this :

[Lazarus] SDL2 - win64

2016-03-23 Thread Björn Lundin
Hi! Using Lasarus 1.4.4 I'm following the SDL tutorial at http://www.freepascal-meets-sdl.net/ and get problems very fast. looking at http://www.freepascal-meets-sdl.net/chapter-5-drawing-primitives/ I have the code starting like this program Chapter5_SDL2; uses SDL2; var i : integer;

Re: [Lazarus] Raspberry Pi 3 build issues

2016-03-23 Thread Anthony Walter
Seeing as how SD CARD space is a premium on the Pi you should probably clean up after you build and install. This include doing things like this after make install: cd $HOME/fpc rm -rf .svn find packages -name units | xargs rm -rf {0} find rtl -name units | xargs rm -rf {0} find packages -iname

Re: [Lazarus] Raspberry Pi 3 build issues

2016-03-23 Thread Special
Hi, Bo, great script. Worked excellently. Thank You - Hans Am 21.03.2016 um 17:28 schrieb Bo Berglund: On Mon, 21 Mar 2016 05:53:05 +, Anthony Walter wrote: Has anyone here built Lazarus from SVN sources on the Raspberry Pi 3 yet? I keep running into various issues.

[Lazarus] Having multiple Lazarus like GetLazarus version

2016-03-23 Thread Aradeonas
Hi, As Wiki said here http://wiki.freepascal.org/Multiple_Lazarus I should make a shortcut for second Lazarus like this : > --primary-config-path=lazarusconf But I dont want to make a shortcut like this and like GetLazarus version I want to somehow set this config without making a new shortcut.

Re: [Lazarus] LCL exports CC-licensed icons to every LCL application

2016-03-23 Thread Michael Thompson
On 23 March 2016 at 23:18, wrote: > thanks for that! will it work for non-GUI console only apps? Hmm. In order to get the LCL information, I needed to include some LCL files... Shouldn't be too hard to modify though and build a version that doesn't report the LCL

Re: [Lazarus] LCL exports CC-licensed icons to every LCL application

2016-03-23 Thread wkitty42
On 03/23/2016 08:07 AM, Michael Thompson wrote: Here's everything I found when I first went looking for this kind of info http://forum.lazarus.freepascal.org/index.php/topic,13957.msg155398.html thanks for that! will it work for non-GUI console only apps? i did see where someone asked about a

Re: [Lazarus] Testing Rapberry Pi 3 performance

2016-03-23 Thread Michael Schnell
On 03/23/2016 03:32 PM, David Taylor wrote: But with "only" 1 GB of memory, 64-bit may be no better than 32-bit. The hardware, though, is 64-bit with the advantages that brings in memory access speeds. I've seen nothing of the Raspberry Pi cards which I use which would benefit from a 64-bit

Re: [Lazarus] Testing Rapberry Pi 3 performance

2016-03-23 Thread David Taylor
On 23/03/2016 14:18, Michael Schnell wrote: On 03/23/2016 03:00 PM, David Taylor wrote: Using the RPi-3 is a significantly more pleasant experience than the RPi-2, even just headless when compiling things. Highly recommended. I did have some minor issues with Jessie, with the serial port on

Re: [Lazarus] Testing Rapberry Pi 3 performance

2016-03-23 Thread Michael Schnell
On 03/23/2016 03:00 PM, David Taylor wrote: Using the RPi-3 is a significantly more pleasant experience than the RPi-2, even just headless when compiling things. Highly recommended. I did have some minor issues with Jessie, with the serial port on the RPi-3, and with gpsd not

Re: [Lazarus] Testing Rapberry Pi 3 performance

2016-03-23 Thread David Taylor
On 23/03/2016 10:22, Mark Morgan Lloyd wrote: Graeme Geldenhuys wrote: On 2016-03-23 04:56, Anthony Walter wrote:> I recorded a very brief video of the performance of Raspberry Pi and> Lazarus is quite usable. For a computer priced at £22, that is incredible value for money! Istill have the

Re: [Lazarus] LCL exports CC-licensed icons to every LCL application

2016-03-23 Thread Mark Morgan Lloyd
Bart wrote: On 3/23/16, Mark Morgan Lloyd wrote: Wandering slightly: I wonder if it would also be possible for the app to get hold of things like the Lazarus and FPC version numbers and SVN revisions? Lazarus version and fpc version is no problem. From my

Re: [Lazarus] LCL exports CC-licensed icons to every LCL application

2016-03-23 Thread Michael Thompson
On 23 March 2016 at 19:33, Mark Morgan Lloyd < markmll.laza...@telemetry.co.uk> wrote: > > Wandering slightly: I wonder if it would also be possible for the app to > get hold of things like the Lazarus and FPC version numbers and SVN > revisions? I'm currently doing this by fudging paths, but it

Re: [Lazarus] LCL exports CC-licensed icons to every LCL application

2016-03-23 Thread Bart
On 3/23/16, Mark Morgan Lloyd wrote: > Wandering slightly: I wonder if it would also be possible for the app to > get hold of things like the Lazarus and FPC version numbers and SVN > revisions? Lazarus version and fpc version is no problem. >From my standard

Re: [Lazarus] LCL exports CC-licensed icons to every LCL application

2016-03-23 Thread Mark Morgan Lloyd
wkitt...@windstream.net wrote: On 03/23/2016 06:11 AM, Mark Morgan Lloyd wrote: Looking at this a different way, could the TApplication object have provision (not necessarily enabled by default) for displaying a splash form which either had a default set of acknowledgements embedded or could

Re: [Lazarus] LCL exports CC-licensed icons to every LCL application

2016-03-23 Thread Ondrej Pokorny
On 23.03.2016 11:11, Mark Morgan Lloyd wrote: Looking at this a different way, could the TApplication object have provision (not necessarily enabled by default) for displaying a splash form which either had a default set of acknowledgements embedded or could gather them from packages etc.?

Re: [Lazarus] Testing Rapberry Pi 3 performance

2016-03-23 Thread Mark Morgan Lloyd
Graeme Geldenhuys wrote: On 2016-03-23 10:22, Mark Morgan Lloyd wrote: The RPi2 is superior in almost every way. I've got an RPi3 here but won't have time to exercise it for at least a few days. My RPi 1 Model B (the original) is still ticking nicely even after so many years of usage. At one

Re: [Lazarus] LCL exports CC-licensed icons to every LCL application

2016-03-23 Thread wkitty42
On 03/23/2016 06:11 AM, Mark Morgan Lloyd wrote: Looking at this a different way, could the TApplication object have provision (not necessarily enabled by default) for displaying a splash form which either had a default set of acknowledgements embedded or could gather them from packages etc.?

Re: [Lazarus] Testing Rapberry Pi 3 performance

2016-03-23 Thread Graeme Geldenhuys
On 2016-03-23 10:22, Mark Morgan Lloyd wrote: > The RPi2 is superior in almost every way. I've got an RPi3 here but > won't have time to exercise it for at least a few days. My RPi 1 Model B (the original) is still ticking nicely even after so many years of usage. At one stage I used used it as

Re: [Lazarus] Testing Rapberry Pi 3 performance

2016-03-23 Thread Mark Morgan Lloyd
Graeme Geldenhuys wrote: On 2016-03-23 04:56, Anthony Walter wrote:> I recorded a very brief video of the performance of Raspberry Pi and> Lazarus is quite usable. For a computer priced at £22, that is incredible value for money! Istill have the original RPi - maybe it's time for an upgrade.

Re: [Lazarus] LCL exports CC-licensed icons to every LCL application

2016-03-23 Thread Mark Morgan Lloyd
Ondrej Pokorny wrote: Corresponding issue report: http://mantis.freepascal.org/view.php?id=29869 Every LCL application includes icons (at least) from the famfamfam (Silk icon set) that are licensed under Creative Commons Attribution 2.5/3.0 license. As a result every LCL application that does

Re: [Lazarus] fpspreadsheet - automatic column width

2016-03-23 Thread Roberto P.
TOP !! Thanks, Roberto 2016-03-22 17:24 GMT+01:00 Werner Pamler : > > Am 22.03.2016 um 16:16 schrieb Roberto P.: > >> To make it work well enough, I am still missing one point: is there a way >> to detect which is the last used row in a column or the last used

Re: [Lazarus] LCL exports CC-licensed icons to every LCL application

2016-03-23 Thread Graeme Geldenhuys
On 2016-03-23 08:30, Ondrej Pokorny wrote: > There are still some icons with unknown origin. I created the following icons for the IDE: Source -> Comment Selection Source -> Uncomment Selection Source -> Toggle Comment in Selection Edit -> Uppercase Selection Edit -> Lowercase

Re: [Lazarus] LCL exports CC-licensed icons to every LCL application

2016-03-23 Thread Ondrej Pokorny
On 21.03.2016 9:54, Ondrej Pokorny wrote: For now, please take into consideration that your LCL application must acknowledge the Silk Icon Set http://www.famfamfam.com/lab/icons/silk/ I replaced all Silk icons with icons from Tango in r52023. The biggest advantage is that the tango icons are

Re: [Lazarus] Testing Rapberry Pi 3 performance

2016-03-23 Thread Graeme Geldenhuys
On 2016-03-23 04:56, Anthony Walter wrote: > I recorded a very brief video of the performance of Raspberry Pi and > Lazarus is quite usable. For a computer priced at £22, that is incredible value for money! I still have the original RPi - maybe it's time for an upgrade. The work awesome as

Re: [Lazarus] SVN - SIGSEGV in external C lib when Lazarus in Debug mode (Qt)

2016-03-23 Thread Zeljko
On 03/22/2016 09:58 PM, Krzysztof wrote: Hi, I have music player based on Bass library. It can play online radio and signal (metadata) if song in radio has changed. Code is quite old and Bass binary is not changed. Recently I updated SVN source (I need to use it because it has important bug