Replacing FootRunner in v16

2019-02-23 Thread Peter Adam via 4D_Tech
Fir many years I have been running scripts for 4D write documents using Footrunner, then nifty plugin from Footprints. Now with v16 I no longer have this tool available. There is a comment on the Footprints web site about looking for a capability in v16 that replaces Footrunner. I am going

Re: Replacing FootRunner in v16

2019-02-23 Thread Keisuke Miyako via 4D_Tech
the 4DCODE tag is a good place to start: https://doc.4d.com/4Dv16/4D/16/4D-Transformation-Tags.300-3035918.en.html I hate that my videos are online but what can you do: https://www.youtube.com/watch?v=R2QCWSBVcHM > 2019/02/23 17:33、Peter Adam via 4D_Tech <4d_tech@lists.4d.com>のメール: > I am going

Re: Replacing FootRunner in v16

2019-02-23 Thread Pat Bensky via 4D_Tech
Peter, Here's a method that creates a script. You simply: a) Write your 4D method that you want to run in a script b) Select it all and copy it. c) Run the ScriptCreator method. // ScriptCreator //Create an executable script // The script contents must first be copied to the pasteboard