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 hav

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. $iTry:=0

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. I

Re: Access to Runtime Explorer

2018-05-04 Thread John DeSoi via 4D_Tech
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. I had to use Apple Events to send the keystrokes to open up runtime expl

Access to Runtime Explorer

2018-05-04 Thread Jody Bevan via 4D_Tech
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 have access to the Runtime Explorer. Sometimes that could b