Hey Jeff, After I typed it up I realized I probably should have said we are working on Windows but also thought the F4 might have been a giveaway. I was curious about whether it would be different on a Mac. I tried from another process RESUME PROCESS, BRING TO FRONT, and DELAY PROCESS with passing 0 which seems like it's the equivalent to RESUME PROCESS based on the documentation notes. No luck.
Ah, here we go, calling SHOW PROCESS brought it back to life. What's interesting here is that when calling PROCESS PROPERTIES it said the process was visible. That's not really a solution though, we'd have to write like a process watching that would have to make a call that process needed to be revived. Drew -----Original Message----- From: 4D_Tech [mailto:[email protected]] On Behalf Of Jeffrey Kain via 4D_Tech Sent: Friday, January 05, 2018 1:34 PM To: 4D iNug Technical Cc: Jeff Kain Subject: Re: DELAY PROCESS bug Hmmm... another issue with DELAY PROCESS. We have the issue in v16 where stored procedures that are delayed will sometimes never wake up. In our case, it's our mirror process. Sometimes the stored procedure just stops, forever delayed. It is possible to resume it by opening the Runtime Explorer and typing in a RESUME PROCESS command. Just tried your example on Mac v16 32-bit and didn't have the problem (I hid 4D since there's no real minimize). Our stored procedure issues are all on Windows, however. Jeff -- Jeffrey Kain [email protected] > On Jan 5, 2018, at 1:24 PM, Drew Waddell via 4D_Tech <[email protected]> > wrote: > > When the application is minimized wait 30 seconds or so, long enough to know > the DELAY PROCESS should have returned. Maximize the application and notice > that you have not hit your TRACE. If you hit Ctrl+Shift+Right Click you'll > see a P_X method that you are unable to break into. If you check the Process > state, it is 2. We have not found a way to get the process to come back to > life. ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] ********************************************************************** ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

