RE: Miyako zip plugin

2018-11-13 Thread Piotr Chabot Stadhouders via 4D_Tech
Hi Miyako, Ok, thanks. Then I will handle this another way Gr, Piotr Hello, the is no code in the plugin to handle wild card matching. you must specify a folder or file. that said, the ZIP_Without_enclosing_folder (4) option might work in your situation.

Re: What is the "REST" process for?

2018-11-13 Thread Keisuke Miyako via 4D_Tech
search for ACI0098723 on https://bugs.4d.fr/fixedbugslist?branch=17_R3 I think it is the same issue. ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options:

What is the "REST" process for?

2018-11-13 Thread John DeSoi via 4D_Tech
4D 17.0 HF3 Mac 64bit. I'm experimenting with creating a lot of records concurrently (different tables) in 5 preemptive processes. As soon as each process launches, 4D launches a second process named "REST". It has origin -3 = Web process with no context. The web server is not on and I can't

Re: Mojave, dark mode and v17

2018-11-13 Thread Jim Medlen via 4D_Tech
From: 4D_Tech <4d_tech-boun...@lists.4d.com> on behalf of "4d_tech-requ...@lists.4d.com" <4d_tech-requ...@lists.4d.com> Reply-To: <4d_tech@lists.4d.com>

SSL Internal error

2018-11-13 Thread David Ringsmuth via 4D_Tech
It was the public.pem. It should not be named .pem in the structure folder.  David Ringsmuth ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options:

4D Server Web Start Server SSL Error 49: srvr: SSL internal error : error:0906D06C:PEM routines:PEM_read_bio:no start line

2018-11-13 Thread David Ringsmuth via 4D_Tech
OSX 10.13.6, 16GB RAM 4D Server 15.6.222813 On launch gives this error: Undefined Database Event. [-1] in the method 'A4D_Init', on line 77, Err Stack: [49] Method: A4D_Init Line: 77 49: srvr: SSL internal error : error:0906D06C:PEM routines:PEM_read_bio:no start line 49: srvr: SSL internal

temporary folder command returning empty

2018-11-13 Thread Randy Jaynes via 4D_Tech
A customer just turned up a case running 4D Server v17HF2 on a Windows Server 2012 box where the 4D command ’Temporary folder’ is returning an empty string. Has anyone ever seen this before?? The command is being executed in a method with the ‘Execute on Server’ checkbox selected in the

Re: Bug with V17?

2018-11-13 Thread Uist Macdonald via 4D_Tech
That was it. I pulled in object code from V16 and forgot about this. Many thanks Uist On 13/11/2018 17:01, Dennis, Neil via 4D_Tech wrote: c.push(obj) On V17 it gives an error ":=" expected. The 'push' is not syntactically highlighted like V16R6. Did you turn on dot notation in the

RE: Bug with V17?

2018-11-13 Thread Dennis, Neil via 4D_Tech
>c.push(obj) >On V17 it gives an error ":=" expected. >The 'push' is not syntactically highlighted like V16R6. Did you turn on dot notation in the compatibility preference? Neil Privacy Disclaimer: This message contains confidential information and is intended only for the named

Bug with V17?

2018-11-13 Thread Uist Macdonald via 4D_Tech
I have this code which works on V16R6 but not on V17. C_COLLECTION(c) c:=New collection C_OBJECT(obj) obj:=New object("name";"jim") c.push(obj) On V17 it gives an error ":=" expected. The 'push' is not syntactically highlighted like V16R6. Any thoughts? Uist --

Re: Miyako zip plugin

2018-11-13 Thread Piotr Chabot Stadhouders via 4D_Tech
Hi Kirk, Thanks for the tip. I have downloaded the latest version Unfortunately, now I end up with a zip file with in it, instead of text files, empty folders named after the text files. Gr, Piotr Piotr, If you haven't already check github to see if you are using the most recent version of

Re: Miyako zip plugin

2018-11-13 Thread Kirk Brooks via 4D_Tech
Piotr, If you haven't already check github to see if you are using the most recent version of this plugin. It's one that Miyako maintains and updates regularly. This may be an issue he's fixed already. https://github.com/miyako?page=3=repositories On Tue, Nov 13, 2018 at 2:33 AM Piotr Chabot

Re: Mojave, dark mode and v17

2018-11-13 Thread Jeffrey Kain via 4D_Tech
You can set up your own dark mode to write code. > On Nov 13, 2018, at 6:37 AM, Jeremy Roussak via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > I’m slightly surprised there’s been no response to this from anyone at 4D. > Dark mode is a pleasant environment in which to write code and it’s

Re: Mojave, dark mode and v17

2018-11-13 Thread Jeremy Roussak via 4D_Tech
I’m slightly surprised there’s been no response to this from anyone at 4D. Dark mode is a pleasant environment in which to write code and it’s curious that 4D seems not to support it. Jeremy > On 6 Nov 2018, at 08:31, Jeremy Roussak via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Is there a

Re: Controlling Laptop Camera from 4D

2018-11-13 Thread David Samson via 4D_Tech
Hello Randy, There is an old tech note about this: http://kb.4d.com/assetid=77204 It was also demonstrated at the 4D roadshow a few years ago - so it is not just theory, we saw it working. HTH David Samson Manchester UK > > I'm trying to run the camera on my laptop (Dell 7720) - yes - it's

Miyako zip plugin

2018-11-13 Thread Piotr Chabot Stadhouders via 4D_Tech
Hi Miyako, or others, We are using Miyako's zip plugin, thanks for that! But now we are having difficulties (on Windows) with zipping text files within a folder. Previously we used the 7zip plugin from Miyako, and used *.txt to define all text files within the folder But now, when I use