Re: [Lazarus] TBufDataset issues

2020-04-29 Thread Michael Van Canneyt via lazarus
On Thu, 23 Apr 2020, Werner Pamler via lazarus wrote: Playing with TBufDataset I came across some issues: (1) Creating fields at designtime: In order to create fields at designtime to a new TBufDataset component I add FieldDefs by clicking the '...' next to "FieldDefs" in the Object

Re: [Lazarus] Can't build fpc trunk x64 win32/64

2020-04-29 Thread Sven Barth via lazarus
Am 20.04.2020 um 22:56 schrieb leyba bronstain via lazarus: Hi guys. I need your help. I try build trunk compiler x64 for windows. I was extract stable release fpc_x64 form lazarus-2.0.8-fpc-3.0.4-win64.exe installer and put it to separate folder fpc_stable_x64. Also I put into

[Lazarus] LazSerial from OLPM, is it working on Linux?

2020-04-29 Thread Bo Berglund via lazarus
Seems like my post via GMANE did not make it to the list, so mailing instead… I was under the assumption that LazSerial, which is available from Online Package Manager in the Lazarus IDE is cross-platform. But it seems like this is not the case, at least not for Raspbian Buster as target. I

Re: [Lazarus] Add your own fpmake packages to the fppkg-repository

2020-04-29 Thread Joost van der Sluis via lazarus
Op 17-04-2020 om 14:24 schreef silvioprog via lazarus: I've tried to explain how it works over here: https://fppkg.cnoc.nl/documentation I'm really curious which packages will appear... This is good news and thank you for publishing!  I'm going to study how it works and publish

[Lazarus] LazSerial from OLPM, is it working on Linux?

2020-04-29 Thread Bo Berglund via lazarus
I was under the assumption that LazSerial, which is available from Online Package Manager in the Lazarus IDE is crossplatform. But it seems like this is not the case, at least not for Raspbian Buster as target. I have worked on porting a project in Windows (Delphi 2007) to FPC/Lazarus on Windows

[Lazarus] Portiung Windows application to Linux, what about serial comm?

2020-04-29 Thread Bo Berglund via lazarus
I am trying to port a Windows application written in Delphi7/2007 back in 2004-2012 to FPC/Lazarus so it can later be moved to Linux. THis application is used to talk via RS232 to a data collection system for control and data retrieval. Unfortunately there was no built-in support in Delphi for

[Lazarus] Lazarus not working on Fedora 32 beta

2020-04-29 Thread C Western via lazarus
I have recently upgraded to Fedora 32 beta (though I think the packages are pretty close to their final versions). The Lazarus IDE misbehaves - in the editor all characters entered are doubled up. It is specific to the editor window - other dialog boxes and my applications work fine. A little

Re: [Lazarus] Add your own fpmake packages to the fppkg-repository

2020-04-29 Thread silvioprog via lazarus
On Tue, Apr 21, 2020 at 12:36 PM silvioprog wrote: > On Fri, Apr 17, 2020 at 8:43 AM Joost van der Sluis via lazarus < > lazarus@lists.lazarus-ide.org> wrote: > >> ... >> I'm really curious which packages will appear... >> > > I have been trying to update my package (zip) there, but the page

Re: [Lazarus] Add your own fpmake packages to the fppkg-repository

2020-04-29 Thread silvioprog via lazarus
On Tue, Apr 21, 2020 at 2:17 PM silvioprog wrote: > I forgot to show the steps I have been trying: > > 1. generated the "fpmake.pp" automatically from the .lpk via Lazarus IDE > 2. followed those steps from fppkg > docs > 3. uploaded the

[Lazarus] TBufDataset issues

2020-04-29 Thread Werner Pamler via lazarus
Playing with TBufDataset I came across some issues: (1) Creating fields at designtime: In order to create fields at designtime to a new TBufDataset component I add FieldDefs by clicking the '...' next to "FieldDefs" in the Object Inspector and fill in the required data. But there is no way to

Re: [Lazarus] Add your own fpmake packages to the fppkg-repository

2020-04-29 Thread Joost van der Sluis via lazarus
Op 19-04-2020 om 19:59 schreef Werner Pamler via lazarus: Am 17.04.2020 um 13:43 schrieb Joost van der Sluis via lazarus: Everyone can log-in with a bug-tracker of forum account. Note that every fpc-version has it's own repository. And that there are two flavours: testing and production.

[Lazarus] Lazarus's fpc 3.0.4 missing libusb package

2020-04-29 Thread Dimitrios Chr. Ioannidis via lazarus
Hi,   I noticed that the fpc's package libusb doesn't exist in the official Lazarus install.   Is it by design ? regards, -- Dimitrios Chr. Ioannidis -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org

[Lazarus] SVN checkout error

2020-04-29 Thread Gabor Boros via lazarus
Hi All, I have problem with SVN checkout of fixes_2_0 branch (https://svn.freepascal.org/svn/lazarus/branches/fixes_2_0). Tried with TortoiseSVN on Windows (with two different PCs at two different locations(cities) with two different ISPs) and got "ra_serf: The server sent a truncated HTTP

Re: [Lazarus] Add your own fpmake packages to the fppkg-repository

2020-04-29 Thread silvioprog via lazarus
On Fri, Apr 17, 2020 at 8:43 AM Joost van der Sluis via lazarus < lazarus@lists.lazarus-ide.org> wrote: > ... > I'm really curious which packages will appear... > I have been trying to update my package (zip) there, but the page always raises the following error: Failed to upload sources. Http

Re: [Lazarus] Tab/Shift tab and block indentation

2020-04-29 Thread Florian Klämpfl via lazarus
Am 19.04.20 um 23:40 schrieb Martin Frb via lazarus: On 19/04/2020 23:22, Florian Klämpfl via lazarus wrote: When completing code, lazarus takes the Block indent value from the editor options for indentions, so for proper indention one sets this value to two spaces normally. However, this has

[Lazarus] Can't build fpc trunk x64 win32/64

2020-04-29 Thread leyba bronstain via lazarus
Hi guys. I need your help. I try build trunk compiler x64 for windows. I was extract stable release fpc_x64 form lazarus-2.0.8-fpc-3.0.4-win64.exe installer and put it to separate folder fpc_stable_x64. Also I put into fpc_stable_x64 folder bingw64 folder and fixed the file fpc.cfg as