Re: Select Folder Dialog won't go away

2020-05-26 Thread Doug Hall via 4D_Tech
17.4 on Mac. I think I've solved my issue. I wasn't using a long enough delay. The delay is needed because I am using the Launch External Process command immediately after creating the file, to open the file. These system-level calls must be semi-asynchronous, because there NEEDS to be a delay

Re: Select Folder Dialog won't go away

2020-05-26 Thread Chuck Miller via 4D_Tech
What version of 4D and on Mac or windows I have not seen this behavior Stay safe and well Chuck Chuck Miller Voice: (617) 739-0306 Informed Solutions, Inc. Fax: (617) 232-1064

Select Folder Dialog won't go away

2020-05-26 Thread Doug Hall via 4D_Tech
When executing this code from a remote connection, my "Select folder" dialog won't close. $saveFolder:=*Select folder*("Select destination folder";Documents folder) *DELAY PROCESS*(*Current process*;5) I put in the delay process in case the dialog wasn't being processed synchronously. The code