Re: [Lazarus] TBufDataset CopyFromDataset

2016-02-29 Thread Aradeonas
Thanks to Thaddy there is a patch that add this ability: http://bugs.freepascal.org/view.php?id=29761 Regards, Ara -- http://www.fastmail.com - The professional email service -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Form Resizing

2016-02-29 Thread Juha Manninen
On Tue, Mar 1, 2016 at 12:00 AM, Bo Berglund wrote: > I checked out the release tag for 1.6 when I installed Lazarus 1.6. > That should be what you need to find the revision number. I didn't quite understand you but for bisecting you need trunk. Then use the binary search

[Lazarus] Lazbuild: calling of ExecuteBefore command with up-to-date project

2016-02-29 Thread Martok
Hi list, (this is a repost from the forums, on suggestion of GetMem) As I've recently worked to automate more of my project builds/release cycles, I've found a few inconsistencies between building via Lazbuild and Lazarus. Version increment handling is already being discussed on the forums.

Re: [Lazarus] Form Resizing

2016-02-29 Thread Bo Berglund
On Sun, 28 Feb 2016 11:11:33 +1030, steveg wrote: >I find any and all forms in a running Laz program can not be reduced in >size below the original startup size. (neither height nor width can be >reduced) >It is possible to increase the size, but can only be reduced back

Re: [Lazarus] Form Resizing

2016-02-29 Thread Bo Berglund
On Mon, 29 Feb 2016 23:13:32 +0200, Juha Manninen wrote: >Object Inspector is the right place to set Constraints, yes. >Select the Constraints title and then right-click. >The entries for setting Min and Max values has been there since >Lazarus 1.4.x IIRC, so they are

Re: [Lazarus] Form Resizing

2016-02-29 Thread Juha Manninen
On Mon, Feb 29, 2016 at 10:58 PM, Bo Berglund wrote: > Do you mean that if I select the form and use Object Inspector to set > Constraints I am getting to the wrong place? > If so exactly how do I reach this new local menu? Object Inspector is the right place to set

Re: [Lazarus] Form Resizing

2016-02-29 Thread Bo Berglund
On Mon, 29 Feb 2016 22:49:33 +0200, Juha Manninen wrote: >I would say you have accidentally set Constraints. It now has local >menu entries to set the Min and Max values. Do you mean that if I select the form and use Object Inspector to set Constraints I am getting to

Re: [Lazarus] Form Resizing

2016-02-29 Thread Juha Manninen
On Mon, Feb 29, 2016 at 10:01 PM, steveg wrote: > Not too sure if its the same here. Mine seems to be only limited to not > resizing 'below' the original size. > Other than that, all works fine I would say you have accidentally set Constraints. It now has local menu entries

Re: [Lazarus] Form Resizing

2016-02-29 Thread Bo Berglund
On Sun, 28 Feb 2016 11:11:33 +1030, steveg wrote: >I find any and all forms in a running Laz program can not be reduced in >size below the original startup size. (neither height nor width can be >reduced) >It is possible to increase the size, but can only be reduced back

Re: [Lazarus] Form Resizing

2016-02-29 Thread steveg
On 29/02/16 03:56, Péter Gábor wrote: I reported an issue (related to .Constraints) that seems to be similar: http://bugs.freepascal.org/view.php?id=29563 Unfortunately no one else of the commenters could reproduce it yet. 2016-02-28 01:41 keltezéssel, steveg írta: I find any and all forms

Re: [Lazarus] Form Resizing

2016-02-29 Thread steveg
On 28/02/16 20:00, Denis Kozlov wrote: No form resizing issues with Lazarus 1.7 r51739 FPC 3.0.0 using win32/gtk2 widgets on Windows 7. Can you reproduce it with a new & clean application? Denis On 28/02/2016 00:41, steveg wrote: I find any and all forms in a running Laz program can not

Re: [Lazarus] Raspberry Pi 3 Now Available

2016-02-29 Thread Bo Berglund
On Mon, 29 Feb 2016 06:59:59 -0500, Anthony Walter wrote: >This is just a heads up to Lazrus/FPC users who are interested in the >Raspberry Pi. > >Raspberry Pi is now available. New features include integrated wireless >bluetooth, and a quad-core 64-bit ARM Cortex A53 clocked

Re: [Lazarus] Official/recommended citations for scientific papers

2016-02-29 Thread Žilvinas Ledas
On 2016-02-26 21:34, Vincent Snijders wrote: See http://wiki.freepascal.org/Pascal_and_Lazarus_Books_and_Magazines Espcially: * Michaël van Canneyt: Free Pascal 2 , CUL 2012, Paperback, ISBN

Re: [Lazarus] conditionals for detecting hardware platforms?

2016-02-29 Thread Bo Berglund
On Mon, 29 Feb 2016 16:55:04 +0200, Chavoux Luyt wrote: >Hi Bo, > >From: Bo Berglund > >> >> So I need to put some kind of conditional into my code to redirect the >> GPIO calls to some simulator I will have to build. (I am assuming that >> there is no

Re: [Lazarus] Free Pascal / Lazarus calling conventions

2016-02-29 Thread Sven Barth
Am 29.02.2016 16:04 schrieb "Chavoux Luyt" : > > > Hi guys, > > Just a stupid question, but is the Lazarus calling conventions documented anywhere? Is it different from Delphi calling conventions? When calling external c functions from libraries, does one need any special

Re: [Lazarus] Raspberry Pi 3 Now Available

2016-02-29 Thread Henry Vermaak
On Mon, Feb 29, 2016 at 12:53:28PM -0300, Leonardo M. Ramé wrote: > Does anyone know if this version includes a Gigabit nic? or allows USB > 3 (to let ethernet-usb conversion) ?. I've read version 2 had slow > network transfer because of only allowing USB2. Specs here says no gigabit and no USB3:

Re: [Lazarus] Raspberry Pi 3 Now Available

2016-02-29 Thread Leonardo M . Ramé
El 29/02/16 a las 12:48, Dennis escribió: The speed of hardware improvement is so impressive and at the same time so scary. For those of us who have spent so much time optimizing the software so as to run smoothly on earlier primitive hardware, our effect seems so obsolete and silly from

Re: [Lazarus] Raspberry Pi 3 Now Available

2016-02-29 Thread Dennis
The speed of hardware improvement is so impressive and at the same time so scary. For those of us who have spent so much time optimizing the software so as to run smoothly on earlier primitive hardware, our effect seems so obsolete and silly from hindsight. Dennis Anthony Walter wrote: This

[Lazarus] Free Pascal / Lazarus calling conventions

2016-02-29 Thread Chavoux Luyt
Hi guys, Just a stupid question, but is the Lazarus calling conventions documented anywhere? Is it different from Delphi calling conventions? When calling external c functions from libraries, does one need any special declarations like in Delphi to tell it to use c-style calling conventions?

Re: [Lazarus] conditionals for detecting hardware platforms?

2016-02-29 Thread Chavoux Luyt
Hi Bo, From: Bo Berglund > I am programming with FreePascal and Lazarus towards a Raspberry Pi2 > target platform. Doing so on the RPi2 itself is possible and basically > works fine, except that the system is a bit sluggish at times and > there are other inconveniences

[Lazarus] TBufDataset CopyFromDataset

2016-02-29 Thread Aradeonas
Hi, I want CopyFromDataset for TBufDataset so I can copy a dataset to it so I write it now. Problem is I never compile a fpc package before and now fpc dont recognize my new procedure although  Lazarus will recognize it. How can I compile fcl-db package? Regards, Ara -- http://www.fastmail.com

Re: [Lazarus] conditionals for detecting hardware platforms?

2016-02-29 Thread Mark Morgan Lloyd
Bo Berglund wrote: I am programming with FreePascal and Lazarus towards a Raspberry Pi2 target platform. Doing so on the RPi2 itself is possible and basically works fine, except that the system is a bit sluggish at times Apologies for OT, but probably relevant to anybody using RPi. There's a

Re: [Lazarus] Raspberry Pi 3 Now Available

2016-02-29 Thread Michael Van Canneyt
On Mon, 29 Feb 2016, Anthony Walter wrote: This is just a heads up to Lazrus/FPC users who are interested in the Raspberry Pi. Raspberry Pi is now available. New features include integrated wireless bluetooth, and a quad-core 64-bit ARM Cortex A53 clocked at 1.2 GHz.

[Lazarus] Raspberry Pi 3 Now Available

2016-02-29 Thread Anthony Walter
This is just a heads up to Lazrus/FPC users who are interested in the Raspberry Pi. Raspberry Pi is now available. New features include integrated wireless bluetooth, and a quad-core 64-bit ARM Cortex A53 clocked at 1.2 GHz. https://www.raspberrypi.org/blog/raspberry-pi-3-on-sale --

[Lazarus] conditionals for detecting hardware platforms?

2016-02-29 Thread Bo Berglund
I am programming with FreePascal and Lazarus towards a Raspberry Pi2 target platform. Doing so on the RPi2 itself is possible and basically works fine, except that the system is a bit sluggish at times and there are other inconveniences as well. So I moved to a Linux Mint 17.3 Mate system in a

Re: [Lazarus] [ANN] Eye Candy Controls 0.9.4

2016-02-29 Thread Michael Van Canneyt
On Sun, 28 Feb 2016, Vojtěch Čihák wrote:   Hello,   I released new version of EC-Controls. Announcement is on the forum: http://forum.lazarus.freepascal.org/index.php/topic,31734.0.html   The main thing is the new tab-control alternative with support for tab stacking and multiple rows.

Re: [Lazarus] Mouse multi click rewritten

2016-02-29 Thread Ondrej Pokorny
On 29.02.2016 9:27, Péter Gábor wrote: I'm on Linux / GTK2 and today I found that since r51723 the popup menu of Form designer does not appear on right click. Thanks for reporting. I have overseen that Gtk2 indexes the mouse buttons in a different way ((l, m, r, x) instead of (l, r, m, x)).

Re: [Lazarus] Mouse multi click rewritten

2016-02-29 Thread Péter Gábor
Hello! I'm on Linux / GTK2 and today I found that since r51723 the popup menu of Form designer does not appear on right click. 2016-02-27 07:41 keltezéssel, Ondrej Pokorny írta: > Today I rewrote multiple click handling of the LCL.> > It was quite a big change and nobody is perfect so please if