Re: Access to Runtime Explorer

2018-05-05 Thread Tim Nevels via 4D_Tech
On May 5, 2018, at 2:00 PM, Jody Bevan wrote: > In a Multi Developer environment none of the developers sign in as the > ‘Designer’ user. We have a group that has access to the Design environment. > We then put developers into this group. > > Therefore, when working on the system none of us

Re: Access to Runtime Explorer

2018-05-05 Thread Chip Scheide via 4D_Tech
Thanks > Here is the LAUNCH EXTERNAL PROCESS line for command-shift-F9 > > osascript -e 'tell application "System Events"' -e 'key code 101 > using {shift down, command down}' -e 'end tell' > > > If the current user needs to be reset, I use the loop below to wait > until the Runtime Explorer

Re: Access to Runtime Explorer

2018-05-05 Thread John DeSoi via 4D_Tech
Here is the LAUNCH EXTERNAL PROCESS line for command-shift-F9 osascript -e 'tell application "System Events"' -e 'key code 101 using {shift down, command down}' -e 'end tell' If the current user needs to be reset, I use the loop below to wait until the Runtime Explorer window is up.

Re: v13+ Plugin List issue

2018-05-05 Thread Chip Scheide via 4D_Tech
I work around the issue by using Structure file with and with out the * to get the file paths to the location of the plugin folders, and the using folder list (the plugin is a package on a Mac) to determine if it exists in the right location, and move it from component to host if it is not in

Re: Access to Runtime Explorer

2018-05-05 Thread Chip Scheide via 4D_Tech
Jphn, care to post the code for the external key posting? > Hi Jody, > > I had a case where I wanted non-admin users to be able to open > runtime explorer. I was able to do this by temporarily switching > their access to designer, opening runtime explorer, then switching > back their access.