LAUNCH EXTERNAL PROCESS, v15, on MacOS Mojave

2018-11-19 Thread Two Way Communications via 4D_Tech
A customer of mine recently upgraded his MacBook Pro to MacOS Mojave. He is running a stand-alone 4D app, compiled with 4D v15.4. This app has been installed in the ‘Applications’ folder, which is not inside the /Users/Username/ folder, but in Macintosh HD/Applications. Now, in the application,

Re: Form Scaling & Optimal Fonts...

2018-11-19 Thread Jeffrey Kain via 4D_Tech
The Automatic style sheet on Mac still pick the wrong font on 10.11 and later. It uses Helvetica Neue instead of San Francisco. And among other gripes, the search widget from the object library is very out of date also, style wise. Lucida Grande, sunken rounded edges, etc. > On Nov 18, 20

Transferring Build Mac Client via Google Drive Web Interface Fails

2018-11-19 Thread Dave Nasralla via 4D_Tech
Hey All, For a long time we would distribute our built mac clients via google drive using the google drive web interface. We simply zip the built client and upload. Since the auto-update feature works quite well we haven't used it recently. Until today: - I have a working built client - I zip t

Re: Transferring Build Mac Client via Google Drive Web Interface Fails

2018-11-19 Thread Keisuke Miyako via 4D_Tech
the information about where a file was downloaded from, is stored in extended file attributes. it had nothing to do with code signature or md5 checksum. if necessary, you can clear it with cli xattr -rc you can sign a built app from the cli or from 4D, but in addition to that, you need to sign

Re: SQL TRIM

2018-11-19 Thread Charles Miller via 4D_Tech
Also remember to add limit 1 to command. If you run against a real table that has 100 rows the sql will run 100 times Regards Chuck On Thu, Nov 15, 2018 at 10:23 AM Koen Van Hooreweghe via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi Jim, > > You are missing the 'from' clause with a table. 4D doe

Re: Transferring Build Mac Client via Google Drive Web Interface Fails

2018-11-19 Thread Dave Nasralla via 4D_Tech
Thanks Keisuke. Is there information on signing a built app? We did find the command xattr -d com.apple.quarantine filepath but if signing the app will work, I'd like to do that. dave On Mon, Nov 19, 2018 at 11:57 AM Keisuke Miyako via 4D_Tech <4d_tech@lists.4d.com> wrote: > > the information ab

Re: Transferring Build Mac Client via Google Drive Web Interface Fails

2018-11-19 Thread cjmiller--- via 4D_Tech
If I am building internal apps that do not get distributed over wan. Is this something I need to be concerned with? Thanks and regards Chuck Sent from my iPhone > On Nov 19, 2018, at 2:36 PM, Dave Nasralla via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Thanks Keisuke. Is there information

Selection-based Listbox Deletions...

2018-11-19 Thread Robert ListMail via 4D_Tech
I have a rather simple form with a selection-based Listbox from a related table where the automatic action button “Delete Subrecord” simply does not work. The unexpected results include: a) one of the parent records are deleted and it may not be the parent record you are working with; b) no reco

Re: Transferring Build Mac Client via Google Drive Web Interface Fails

2018-11-19 Thread Dave Nasralla via 4D_Tech
Here is a followup for what I did. I created and Applescript to remove the quarantine attribute from the downloaded client: set theDocument to choose file with prompt "Select the 4D Client application:" set filepath to POSIX path of theDocument do shell script "xattr -d com.apple.quarantine \"" &

Re: WARNING: Beware when rebuilding a structure using XML definition!

2018-11-19 Thread Robert ListMail via 4D_Tech
Pat, I know this is an ancient thread but I wanted to know, what was the original problem that was solved by the xml-based structure rebuild? I rebuilt one of my structures today via xml and it seemed to go smoothly. I knew I’d have to copy methods and forms lists were only selectable one at

Re: Form Scaling & Optimal Fonts...

2018-11-19 Thread Keisuke Miyako via 4D_Tech
are you sure? just tested, OBJECT Get font on an automatic stylesheet object returns .SF NS Text as for the search widget, it was released with v12 so the stylesheet is "Default", not automatic. but I agree, it's badly designed. 2018/11/19 23:46、Jeffrey Kain via 4D_Tech <4d_tech@lists.4d.com<

Re: LAUNCH EXTERNAL PROCESS, v15, on MacOS Mojave

2018-11-19 Thread Keisuke Miyako via 4D_Tech
could you not simply do OPEN URL ($path) //default app OPEN URL ($path;"Preview") //specified app http://doc.4d.com/4Dv15/4D/15.6/OPEN-URL.301-3817577.en.html 2018/11/19 22:56、Two Way Communications via 4D_Tech <4d_tech@lists.4d.com>のメール: The syntax I use is: LA

http get, error 30 when ran as service (v15 windows)

2018-11-19 Thread Bruno LEGAY via 4D_Tech
Hi, I have a 4D v15.5 build 15.216758, 64 bits, application running on Windows 2008 R2 SP1. (Same problem with 4D v15.6). On the server there is a process used to fetch currency exchange rates from a URL. The data is fetched with a simple HTTP Get (http which redirects to an https). When the