Thanks for the followup!

There is a On System Event database method, but it doesn’t do anything:

C_LONGINT($1)
Case of 
        : ($1=On application background move)
                  //Do something
        : ($1=On application foreground move)
                  //Do something else
End case 

I’ve deleted it and will see what happens.

Thanks again,

Tom Benedict

> On Sep 16, 2019, at 17:53, Keisuke Miyako via 4D_Tech <4d_tech@lists.4d.com> 
> wrote:
> 
> the "Apple" in "Apple Event Manager" has no correlation to the platform 
> operation system.
> it could be interpreted more generically as the system event manager.
> 
> if you see this process popping up,
> check your On System Event database method;
> if a blank method exists, delete it completely.
> 
> if you do use the database event,
> make sure the code does not trigger any UI code (MESSAGE, for example).
> 
> 2019/09/13 21:08、Tom Benedict via 4D_Tech 
> <4d_tech@lists.4d.com<mailto:4d_tech@lists.4d.com>>のメール:
> From time to time I see an empty window named “Apple Events Manager” on 4D 
> Server. There is a process in Runtime Explorer named “Apple Events Manager”. 
> What is the purpose of this window/process?
> 
> 
> 
> **********************************************************************
> 4D Internet Users Group (4D iNUG)
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **********************************************************************

**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to