Re: Saving open windows in Design environment feature

2018-01-10 Thread Arnaud de Montard via 4D_Tech
> Le 9 janv. 2018 à 23:57, Jim Labos - infobase via 4D_Tech > <4d_tech@lists.4d.com> a écrit : > >> There is no equivalent to the METHOD OPEN PATH command that opens the forms >> instead of code. > I put in a 4D feature Request in order to do this but have not checked if it > was done. Hi Jim

"Are you sure you want to open the structure file in read only mode" - Windows 7

2018-01-10 Thread Pat Bensky via 4D_Tech
Customer has installed our merged app (built using 4D v13) on his PC (Windows 7 with the latest updates installed). When he tries to run it he gets the message "Are you sure you want to open the structure file in read only mode?" He clicks OK and it crashes (crash report below). I guess it's a per

Re: PDFs in web areas & High Sierra broken?

2018-01-10 Thread Jeffrey Kain via 4D_Tech
Yeah, "only" the current OS on the Mac side in the versions most of are deploying... lol. -- Jeffrey Kain jeffrey.k...@gmail.com > On Jan 10, 2018, at 2:38 AM, Alfonso Zafon via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > It's a new bug, High Sierra 10.13.2 and only for 4D 32 bits. **

BRING TO FRONT for process windows minimized

2018-01-10 Thread John DeSoi via 4D_Tech
Not sure if this is a new problem in version 16 (16.3 64-bit Mac) or just something I never realized. BRING TO FRONT does nothing if the window is minimized in the dock. You need to call SHOW PROCESS first even though PROCESS PROPERTIES indicates the process is visible. Also, windows minimized

v12 & v13 server - compatability with OS X High Sierra (10.13)

2018-01-10 Thread Chip Scheide via 4D_Tech
I understand these versions are NOT certified. anyone have experience? do wither of these versions of 4D worK on High Sierra (10.13)? Thanks! Chip --- Gas is for washing parts Alcohol is for drinkin' Nitromethane is for racing *

Re: BRING TO FRONT for process windows minimized

2018-01-10 Thread Herr Alexander Heintz via 4D_Tech
Always use the commands in Win32 API to determine windows mimize state! Also to restore it Providing you are on windows that is… > Am 10.01.2018 um 16:18 schrieb John DeSoi via 4D_Tech <4d_tech@lists.4d.com>: > > Not sure if this is a new problem in version 16 (16.3 64-bit Mac) or just > somethi

Re: Saving open windows in Design environment feature

2018-01-10 Thread Jim Labos - infobase via 4D_Tech
I can't find my request now but certain I had put one on. Maybe because it is exactly same as ; In any case they do have the request in. I am assuming that it would not be a big deal to implement. If we can do it with a keystroke, doing it with code s

Re: v12 & v13 server - compatability with OS X High Sierra (10.13)

2018-01-10 Thread Randy Jaynes via 4D_Tech
chip, A big issue we’re seeing with v13.5 and High Sierra is copy/paste. Pasting works fine in design environment, but in runtime, at random times, it can cause the app to go ‘rainbow cursor’ for a couple minutes before the Mac gives up and returns control to the user…and you don’t end up with

Re: v12 & v13 server - compatability with OS X High Sierra (10.13)

2018-01-10 Thread Chip Scheide via 4D_Tech
THANKS! actually, if this happens, v13 OS X 10.13 on a new mini, it will NOT be client side, it will be for the server. On Wed, 10 Jan 2018 10:48:20 -0500, Randy Jaynes wrote: > chip, > > A big issue we’re seeing with v13.5 and High Sierra is copy/paste. > > Pasting works fine in design environ

Re: BRING TO FRONT for process windows minimized

2018-01-10 Thread John Baughman via 4D_Tech
> On Jan 10, 2018, at 5:18 AM, John DeSoi via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > All of this makes it a lot more complicated to use CALL FORM when all you > have is a process number and need to determine the window reference. I posted earlier about using a worker process to spawn pro

Re: BRING TO FRONT for process windows minimized

2018-01-10 Thread Cannon Smith via 4D_Tech
Hi John, This has been reported as ACI0096836. It isn’t fixed in v16.2, but I don’t know beyond that. -- Cannon.Smith Synergy Farm Solutions Inc. Hill Spring, AB Canada 403-626-3236 > On Jan 10, 2018, at 8:18 AM, John DeSoi via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Not sure if this i

Re: BRING TO FRONT for process windows minimized

2018-01-10 Thread John Baughman via 4D_Tech
Actually, now that I think about it, I do not think that there is a way to ask the worker for the window ref. I think you have to have the worker issue the CALL FORM or BRING TO FRONT > On Jan 10, 2018, at 6:56 AM, John Baughman via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Now anytime you n

Re: "Are you sure you want to open the structure file in read only mode" - Windows 7

2018-01-10 Thread Jim Hays via 4D_Tech
We install our Windows apps in our own folder instead of Programs (x86). We've been doing it "forever" so I don't remember if that was specifically why, but I suspect it is. Windows doesn't want an app writing to it's own directory. Or, have them right-click on the EXE and Run as Administrator - t

Re: "Are you sure you want to open the structure file in read only mode" - Windows 7

2018-01-10 Thread Pat Bensky via 4D_Tech
Hi Jim, Do you mean at c:/users/username/ ? Thanks Pat On 10 January 2018 at 20:47, Jim Hays via 4D_Tech <4d_tech@lists.4d.com> wrote: > We install our Windows apps in our own folder instead of Programs (x86). > We've been doing it "forever" so I don't remember if that was specifically > why, bu