Re: 'Zip.bundle will damage your computer...' Error message in macOS Catalina — how to keep it enabled

2019-10-11 Thread Keisuke Miyako via 4D_Tech
plugin must be 4DCB bundle type for it to be loaded. I am not sure if a bundle (which is not an app) needs to pass the spctl --assess --type exec - test. as long as codesign --verify --deep --strict --verbose=2 passes, I think rejected (the code is valid but does not seem to be an app)

Re: 'Zip.bundle will damage your computer...' Error message in macOS Catalina — how to keep it enabled

2019-10-11 Thread Keisuke Miyako via 4D_Tech
for reference, changing to BNDL resulted in the same error. > 2019/10/12 8:38、Keisuke Miyako via 4D_Tech <4d_tech@lists.4d.com>のメール: > I changed the bundle type from to APPL ** 4D Internet Users Group (4D iNUG) Archive:

Re: 'Zip.bundle will damage your computer...' Error message in macOS Catalina — how to keep it enabled

2019-10-11 Thread Keisuke Miyako via 4D_Tech
I don't have Catalina with me right now but I found that > spctl --assess --type exec - /Zip.bundle returns > rejected (the code is valid but does not seem to be an app) following hints from https://forums.developer.apple.com/thread/77430 I changed the bundle type from to APPL

Re: stack error - again

2019-10-11 Thread Chip Scheide via 4D_Tech
On Fri, 11 Oct 2019 16:25:55 -0500, Tim Nevels wrote: > On Oct 11, 2019, at 4:07 PM, Chip Scheide <4d_o...@pghrepository.org> wrote: > >> actually its is not compiled component - it is the INTERPRETED version >> of the component! >> compile it and it works?!?!?!?! > > Thanks for the

Re: stack error - again

2019-10-11 Thread Tim Nevels via 4D_Tech
On Oct 11, 2019, at 4:07 PM, Chip Scheide <4d_o...@pghrepository.org> wrote: > actually its is not compiled component - it is the INTERPRETED version > of the component! > compile it and it works?!?!?!?! Thanks for the clarification, I thought this was a compiler issue. Since it is an

Re: 4D Server Hosting - The Future ? & Using Github to Manage Distributed Development

2019-10-11 Thread Kirk Brooks via 4D_Tech
Hi JPR, i'm glad the 'Bat Signal' still works. On Fri, Oct 11, 2019 at 1:34 AM JPR via 4D_Tech <4d_tech@lists.4d.com> wrote: > Do you like Fairy Tales? > I thought that was the demo... > > So what you are saying is that if you are deploying 4D Server in a VM > there is not need to try and use

Re: stack error - again

2019-10-11 Thread Chip Scheide via 4D_Tech
On Fri, 11 Oct 2019 15:48:39 -0500, Tim Nevels wrote: > > You said it only happens when you use one specific compiled component > with one specific host database. actually its is not compiled component - it is the INTERPRETED version of the component! compile it and it works?!?!?!?! >Why

Re: stack error - again

2019-10-11 Thread Spencer Hinsdale via 4D_Tech
I do this the opposite way--delete until it ain't broke. Make a copy and delete half. If it's still broke make a new copy and delete the other half. If that works, make a new copy and delete half of the known-broke half. Repeat ten times for 1 in 1024 granularity. On 10/11/19, 1:29 PM,

Re: stack error - again

2019-10-11 Thread Chip Scheide via 4D_Tech
Thanks for the ideas - only: On a Mac. I have 4 copies of v15 it does not matter which copy I use Other 4D databases, hosts with components (including the component in question), and stand alone all function normally. The data base does not crash. I get a 4D error, which states (in not exact

Re: stack error - again

2019-10-11 Thread Tim Nevels via 4D_Tech
On Oct 11, 2019, at 3:21 PM, Chip Scheide wrote: > and Tim, I may eventually have to do that...build from scratch > BUT since all of this worked at one point it would be nice to know what > the root cause of the issue is, so that I (and possibly others) do not > repeat it. I know exactly what

RE: stack error - again

2019-10-11 Thread Chip Scheide via 4D_Tech
On Fri, 11 Oct 2019 14:57:57 -0500, Tim Nevels via 4D_Tech wrote: > So you know it is a host specific problem. You know what you have to > do, but you don’t want to do it because it is a PITA and could take > hours. Start over fresh. That is just it - I am not sure it is *just* a host

Re: stack error - again

2019-10-11 Thread Peter Bozek via 4D_Tech
Again giant PITA, I know, but what other choices do you have? > > if it is a machine specific problem, rebuilding structure may not help. More useful may be to reinstall system - which is PITA, too. What may help in such case (and is still PITA) is install Win developer tools. Then crash should

RE: stack error - again

2019-10-11 Thread Tim Nevels via 4D_Tech
On Oct 11, 2019, at 2:00 PM, Chip Scheide wrote: > There is no problem starting the host > - using a different interpreted component > - removing all components > > The component works with a different host, both interpreted and > compiled. So you know it is a host specific problem. You know

RE: stack error - again

2019-10-11 Thread Dennis, Neil via 4D_Tech
The plugin sounds suspect, but you said you removed it... so I'm not sure. Plugins do have hooks into 4D before startup is run, and they can mess up memory. Neil -- Privacy Disclaimer: This message contains confidential information and is intended only for the named

Windows Server 2019 OS

2019-10-11 Thread Jody Bevan via 4D_Tech
Windows Server OS advice The last Windows Server OS I advised on selling for a 4D Server computer was in Windows Server 2012. Back then we never needed to pay for CALs. They have another server they are using for File Serving, DNS etc. The server computer they are purchasing is only for

RE: stack error - again

2019-10-11 Thread Chip Scheide via 4D_Tech
lol :) there are 3 oher threads, 2 here, 1 on the forums. from memory, and without copy/paste, beside the things listed previously in this thread NB: Issue summary (host has 1 component and 1 plugin) Host started with COMPILED component starts normally Host started with (specific)

Re: 'Zip.bundle will damage your computer...' Error message in macOS Catalina ― how to keep it enabled

2019-10-11 Thread Chip Scheide via 4D_Tech
Not using it - look into turning off gatekeeper you will need to use the command line to do this. Google is your friend for this. Chip On Fri, 11 Oct 2019 12:31:34 -0600, Chris Belanger via 4D_Tech wrote: > I stupidly installed macOS Catalina this week. Now it is ‘protecting > me’ from malware

'Zip.bundle will damage your computer...' Error message in macOS Catalina — how to keep it enabled

2019-10-11 Thread Chris Belanger via 4D_Tech
I stupidly installed macOS Catalina this week. Now it is ‘protecting me’ from malware with no obvious option of how to override its silly conclusions. I particular, I get “Zip.bundle” will damage your computer. You should move it to the Trash. Only option is to Move to Trash. This is the

RE: stack error - again

2019-10-11 Thread Dennis, Neil via 4D_Tech
> Anyone have any other ideas?!?!?!?! Sorry Chip, I have mostly ignored this thread until now... did your run a maintenance repair on the structure? I would assume you did, but it wasn't mentioned specifically. Neil -- Privacy Disclaimer: This message contains confidential information

Re: post-icon conversion

2019-10-11 Thread Patrick Emanuel via 4D_Tech
4D Tech mailing list wrote > FYI, the find is working, but the replace is not. The ID's stay negative > even though I tell 4D to replace them without the negative. Unfortunaly,yes, you're right. I remember having written a method to do that by code, and not working at all. I got confirmation

Re: stack error - again

2019-10-11 Thread Dani Beaubien via 4D_Tech
I would suggest contacting 4D Tech Support. Dani > On Oct 11, 2019, at 10:56 AM, Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > In addition to the previous attempts to track this problem down. > I have recently done the following: > - examined all forms (both host and component)

stack error - again

2019-10-11 Thread Chip Scheide via 4D_Tech
In addition to the previous attempts to track this problem down. I have recently done the following: - examined all forms (both host and component) for recursive calls to their respective form methods (which are project methods). - no recursion found - insured that all host methods are NOT

Re: post-icon conversion

2019-10-11 Thread Mike Kerner via 4D_Tech
FYI, the find is working, but the replace is not. The ID's stay negative even though I tell 4D to replace them without the negative. On Fri, Oct 11, 2019 at 5:36 AM Patrick Emanuel via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Waiting V18 to manipulate project files which for some will be flat

Re: HIDE MENU BAR in On Startup database method

2019-10-11 Thread John DeSoi via 4D_Tech
Reported as a bug in January 2018 - ACI0097822. John DeSoi, Ph.D. > On Oct 11, 2019, at 8:24 AM, Piotr Chabot Stadhouders via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > When starting an 64-bit Engined Application, the 4D menu bar is visible for a > moment, even while I call HIDE MENU BAR in

HIDE MENU BAR in On Startup database method

2019-10-11 Thread Piotr Chabot Stadhouders via 4D_Tech
Hi, When starting an 64-bit Engined Application, the 4D menu bar is visible for a moment, even while I call HIDE MENU BAR in the On Startup database method I am talking about the menu: File|Edit|Run|Design|Records|Tools|Windows|Help I don’t want that users see (and click) on this menu bar, so I

Re: Using Github to Manage Distributed Development

2019-10-11 Thread Narinder Chandi via 4D_Tech
I hope that what we're suggesting is that the plan is to (finally) dump the binary format entirely and move to a collection of text files, whether they be XML, YAML, JSON, etc. Yes, the Project mode currently in Beta seems designed to achieve exactly that. In fact maybe you missed

Re: Using Github to Manage Distributed Development

2019-10-11 Thread Mike Kerner via 4D_Tech
I hope that what we're suggesting is that the plan is to (finally) dump the binary format entirely and move to a collection of text files, whether they be XML, YAML, JSON, etc. On Thu, Oct 10, 2019 at 6:53 PM Cannon Smith via 4D_Tech < 4d_tech@lists.4d.com> wrote: > I can’t think of any reason

Re: post-icon conversion

2019-10-11 Thread Patrick Emanuel via 4D_Tech
Waiting V18 to manipulate project files which for some will be flat format could be a solution for someone whose want to deliver an application in V18 For the others which are not able to move to v18 for some reasons (client doesn't change system version, ), they have to do that 'manually',

Re: 4D Server Hosting - The Future ? & Using Github to Manage Distributed Development

2019-10-11 Thread Narinder Chandi via 4D_Tech
JPR, Hi. Ah, that's great, thanks for confirming that. I should really find some time to experiment with Project mode then ;) Regards, Narinder Chandi, ToolBox Systems Ltd. I am available for new consulting opportunities…

Re: 4D Server Hosting - The Future ? & Using Github to Manage Distributed Development

2019-10-11 Thread JPR via 4D_Tech
[JPR] Hi Guys, Once upon a time, in a magic computer, a lovely virtual princess was waiting in a cooperative process for a strong and handsome virtual prince to awake her... Unfortunately, the prince was a cooperative one and he was waiting for the door to open, and the key was held by the

RE: Re: 4D v17r4 Windows Print To PDF ignoring PAGE SETUP

2019-10-11 Thread Scott Staley via 4D_Tech
I am also having a similar problem... Code SET PRINT OPTION(Paper option;$t_Paper) SET PRINT OPTION(Orientation option;$l_Orientation) SET PRINT OPTION(Scale option;$l_Scale) SET PRINTABLE MARGIN($l_margin_Left;$l_margin_Top;$l_margin_Right;$l_margin_Bottom) PRINT SETTINGS The