[Lazarus] Unix Printer Props dlg: empty Margins tab

2018-07-25 Thread AlexeyT via Lazarus
this tab is a mistake, it is not filled in this dialog. Tiny patch removes it. AFAIK- Unix CUPS don't support margins at all. -- Regards, Alexey Index: components/printers/unix/udlgpropertiesprinter.lfm === ---

Re: [Lazarus] Crosscompile to Android on arm?

2018-07-25 Thread R0b0t1 via Lazarus
On Wed, Jul 25, 2018 at 3:10 PM, Bo Berglund via Lazarus wrote: > On Wed, 25 Jul 2018 13:57:54 -0500, R0b0t1 via Lazarus > wrote: > >>https://wiki.gentoo.org/wiki/Project:Android > > That page does not contain a single instance of the words "pascal" or > "lazarus". > Seems like it is a dead end

[Lazarus] Crosscompile to Android on arm?

2018-07-25 Thread Bo Berglund via Lazarus
I have a GUI program developed in FPC/Lazarus x64 on Windows. It is an IoT device configuration application which would benefit from being portable, i.e. executable on an Android phone. The devices in question will be placed in locations where configuration would be easier from a phone. Before I

Re: [Lazarus] Crosscompile to Android on arm?

2018-07-25 Thread Paul Breneman via Lazarus
On 07/25/2018 08:04 AM, Bo Berglund via Lazarus wrote: I have a GUI program developed in FPC/Lazarus x64 on Windows. It is an IoT device configuration application which would benefit from being portable, i.e. executable on an Android phone. The devices in question will be placed in locations

Re: [Lazarus] Crosscompile to Android on arm?

2018-07-25 Thread Paul Breneman via Lazarus
Sorry that my Anaren link was bad. I haven't found my *old* development kit yet but this works better: https://www.anaren.com/catalog/wireless-transceivers/proprietary-rf My last message to you Bo: http://lists.lazarus-ide.org/pipermail/lazarus/2018-June/234962.html On 07/25/2018 11:47 AM,

Re: [Lazarus] Crosscompile to Android on arm?

2018-07-25 Thread Paul Breneman via Lazarus
Sorry again Bo that I missed your *crosscompile* (multiple times)! I'm sure others can help you with that much better than I can. :) On 07/25/2018 12:24 PM, Paul Breneman via Lazarus wrote: Sorry that my Anaren link was bad.  I haven't found my *old* development kit yet but this works

Re: [Lazarus] Crosscompile to Android on arm?

2018-07-25 Thread Bo Berglund via Lazarus
On Wed, 25 Jul 2018 11:47:06 -0400, Paul Breneman via Lazarus wrote: >You *hope* to compile a program *directly* on an Android phone with >*little* effort? :) Did you read "Crosscompile" as compiling *on* android? I used cross to indicate that the compilation would be done elsewhere like on a

Re: [Lazarus] Crosscompile to Android on arm?

2018-07-25 Thread Paul Breneman via Lazarus
On 07/25/2018 12:32 PM, Bo Berglund via Lazarus wrote: On Wed, 25 Jul 2018 11:47:06 -0400, Paul Breneman via Lazarus wrote: You *hope* to compile a program *directly* on an Android phone with *little* effort? :) Did you read "Crosscompile" as compiling *on* android? I used cross to

Re: [Lazarus] Crosscompile to Android on arm?

2018-07-25 Thread Paul Breneman via Lazarus
On 07/25/2018 12:47 PM, Bo Berglund via Lazarus wrote: On Wed, 25 Jul 2018 11:47:06 -0400, Paul Breneman via Lazarus wrote: On 6/11/18 I wrote a message on this forum to you about a security dongle I need to use in Lazarus. I'll trade some work for that code! Since I could not make use of

Re: [Lazarus] Using a component OBJ file in Lazarus?

2018-07-25 Thread Paul Breneman via Lazarus
On 06/20/2018 01:54 AM, Bo Berglund via Lazarus wrote: On Wed, 13 Jun 2018 10:29:05 +0200, Michael Schnell via Lazarus wrote: On 12.06.2018 17:08, Sven Barth via Lazarus wrote: No. Delphi does *not* solve this by using dynamic linking. OK. I see. Thanks for pointing this out. Hence in such

Re: [Lazarus] Crosscompile to Android on arm?

2018-07-25 Thread R0b0t1 via Lazarus
https://wiki.gentoo.org/wiki/Project:Android On Wed, Jul 25, 2018 at 7:04 AM, Bo Berglund via Lazarus wrote: > I have a GUI program developed in FPC/Lazarus x64 on Windows. > It is an IoT device configuration application which would benefit from > being portable, i.e. executable on an Android