Re: App Nap

2017-11-15 Thread Keisuke Miyako via 4D_Tech
in macOS Activity Monitor app there is an"app nap" column (energy tab). (of course you can customise any pane from the context menu) if it says "yes", it means the app is taking a nap. if it says "no", it means it is awake, but it may or may not take a nap. - app nap was first addressed in

Re: [BLOG] Something new in my Blog : Exporting Listboxes the easy and powerful way

2017-11-15 Thread Jim Hays via 4D_Tech
John, Get the download. Right-click and Show Package Contents on XLS II.4dbase You will see the Plugins folder there. Jim On Wed, Nov 15, 2017 at 4:09 PM, John Baughman via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Alex, > > Thanks. I downloaded your component and look forward to giving

App Nap

2017-11-15 Thread Jeff Grann via 4D_Tech
I’ve been out of 4D development for the past couple of years, but I’ve tried to keep tabs on new developments. One thing I thought I saw at one point is that 4D (v15/v16/Rx) now works better with Mac OS X’s App Nap. Now I can’t find anything about it. Was I dreaming? -- Jeff Grann

Re: subforms and object focus

2017-11-15 Thread Randy Jaynes via 4D_Tech
Cannon, YOU WIN!!! We did the following (so everyone else knows: 1) Create a new method pEst_SF_SetTimer which simply calls SET TIMER (-1) 2) Turn on the On Timer even on the subform 3) Add the following code to the form method of the subform Case of : ($evt=On Timer) GOTO

Re: subforms and object focus

2017-11-15 Thread Keisuke Miyako via 4D_Tech
as Cannon mentioned, GOTO OBJECT works well in a subform, that is, a widget. are you trying to do this in a classic list subform, not a widget? 2017/11/16 5:23、Randy Jaynes via 4D_Tech <4d_tech@lists.4d.com> のメール: Totally at a loss. The conflicting notes about GOTO

Re: subforms and object focus

2017-11-15 Thread Cannon Smith via 4D_Tech
Hi Randy, Maybe I wasn’t clear enough. This works for me: Have a method called, for example, MyGotoMethod with one line of code: GOTO OBJECT(*;”ObjectIWantToGoTo”) If the subform has already been instantiated, then you can simply call: EXECUTE METHOD IN

Re: subforms and object focus

2017-11-15 Thread Cannon Smith via 4D_Tech
Hi Randy, You have to call the GOTO OBJECT in the next execution cycle of the form. One way to do this is call SET TIMER(-1) and then run the GOTO OBJECT in the On Timer event. HTH. -- Cannon.Smith Synergy Farm Solutions Inc. Hill Spring, AB Canada 403-626-3236

subforms and object focus

2017-11-15 Thread Randy Jaynes via 4D_Tech
Has anyone figured out how go to a specific object in a subform when opening the parent form (currently in v15.4 HF3)? The docs for Page Subforms (http://doc.4d.com/4Dv15/4D/15.4/Page-subforms.300-3285433.en.html) says The GOTO OBJECT command looks for the destination object in the

Re: [BLOG] Something new in my Blog : Exporting Listboxes the easy and powerful way

2017-11-15 Thread Scott Staley via 4D_Tech
Hey Alex, I had a chance to try out your exporting component. Works slick... much appreciated. I already have some of the features and abilities built into my dbs but your implementation is much better. -- Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html