this is a classic sign of memory leaks Things work for... a while, then start to slow down. restarting the app, often, solves this - BUT - if the app is not releasing something it could still appear locked to the OS which couldn't clear it; requiring a computer restart.
2 things : - use task manager/Activity monitor to look at memory usage both for the system and the specific (4D) application - after quitting 4D, rather then immediately restarting wait a bit* then try a restart of the 4D app. * how long is 'a bit', I do not know , but I would say 2-5 minutes. This *should* give the OS enough opportunity to determine that whatever memory is locked up can be freed. if this is actually the case, memory leak, screen captures, and maybe 4D debug logs sent to 4D inc would help them locate and resolve it/them. Chip On Wed, 7 Sep 2016 08:38:03 -0500, Keith Culotta wrote: > There is a speed issue in v15+ that appears in much of the Design > environment. Moving objects on forms, and editing the Properties > List are areas that can display a big slowdown. It appears randomly > and rarely. Quitting and restarting 4D does not help. The computer > must be restarted. I'm not sure what triggers it. Next time I'll > check to see if Time Machine is backing up. > > Keith - CDI > >> On Sep 6, 2016, at 6:01 PM, Lee Hinde <[email protected]> wrote: >> >> I saw some comment recently about speed issues in the design environment, >> but I can't find it now. >> >> Scrolling property lists and moving around in the layout editor is painful. >> >> Is this just the way it is, or is there something I need to turn on >> or off? > ********************************************************************** > 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] **********************************************************************

