Re: Downloaded 4D app: structure file in read only mode

2018-08-05 Thread Donald Koffman via 4D_Tech
Thanks, Miyako. Yes, I know the structure file being read only is expected, just didn’t expect the warning, since it doesn’t occur when installing form a zipped file. > On Jul 29, 2018, at 8:36 PM, Keisuke Miyako via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > is it not normal and expected

Re: Problems installing built application

2018-07-29 Thread Donald Koffman via 4D_Tech
codesign --verify) the code > signature. > > GateKeeper is guarding against downloaded apps. > > if you use a USB or a removable hard drive to transfer, > you might get the wrong impression that the signature is valid. > > 2018/07/26 10:53、Donald Koffman via 4D_Tech > &

Re: Downloaded 4D app: structure file in read only mode

2018-07-29 Thread Donald Koffman via 4D_Tech
No the data file is not open. The message refers to the structure file, not the data file. Does this indicate that it has been moved to a read only location? On Sat, Jul 28, 2018 at 11:19 PM Lloyd SIgler via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Do you have the data files open on another

Re: Problems installing built application

2018-07-25 Thread Donald Koffman via 4D_Tech
, unzipped it and moved the app to the Applications folder. It opened and is healthy. Thanks for all the helpful comments - they put me on the right path. On Mon, Jul 23, 2018 at 2:34 PM Donald Koffman via 4D_Tech < 4d_tech@lists.4d.com> wrote: > I am using an Apple supplied Dev

Re: Problems installing built application

2018-07-23 Thread Donald Koffman via 4D_Tech
I am using an Apple supplied Developer ID installed in my keychain via Xcode. I reinstalled it and made sure it had the default setting (not trust) which got rid of the not self signed problem. I then used the approach outlining the code that uses the shell script in the 4D app bundle (sign

Re: Strange bug in listbox sort in compiled mode.

2017-02-13 Thread Donald Koffman via 4D_Tech
Try replacing Self with a pointer to the variable and recompile. > On Feb 13, 2017, at 5:40 PM, Eric Naujock via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > > I am taring to get my listbox code to compile and owkr properly. In > interpreted mode it works great and no errors are generated. But