Re: Rotate Picture in 4D

2017-06-25 Thread Keisuke Miyako via 4D_Tech
it's not so much "my" component since rotating a picture is an innate feature of SVG. the only the component does it is make sure the center of rotation is at the center of the image. did you look into the source of the resulting SVG? the center of rotation is probably wrong.

Re: Rotate Picture in 4D

2017-06-25 Thread Peter Mew via 4D_Tech
Yes Same Result Thanks -pm On Sun, Jun 25, 2017 at 9:49 PM, Spencer Hinsdale wrote: > > did you try 270? > > > On Jun 25, 2017, at 12:51 PM, Peter Mew via 4D_Tech < > 4d_tech@lists.4d.com> wrote: > > > > Hi > > I am trying to use Miyako's rotate picture component in

Re: 4D v16.1 HF1 HIDE PROCESS problem

2017-06-25 Thread James Crate via 4D_Tech
On Jun 24, 2017, at 3:28 PM, James Crate via 4D_Tech <4d_tech@lists.4d.com> wrote: > > 4D v16.1 HF1 32-bit on macOS 10.11 & 10.12, interpreted and compiled > > Calling HIDE PROCESS also stops that process from running. However, the > process status does not show as paused; calling RESUME

Re: Rotate Picture in 4D

2017-06-25 Thread Spencer Hinsdale via 4D_Tech
did you try 270? > On Jun 25, 2017, at 12:51 PM, Peter Mew via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Hi > I am trying to use Miyako's rotate picture component in v13. > I dont know if its not compatible but It wont run. > So Ive extracted the code and made it a subroutine

Rotate Picture in 4D

2017-06-25 Thread Peter Mew via 4D_Tech
Hi I am trying to use Miyako's rotate picture component in v13. I dont know if its not compatible but It wont run. So Ive extracted the code and made it a subroutine (Rotate_Picture) C_PICTURE($1;$0) C_REAL($2;$w;$h;$ww;$hh;$s;$c) PICTURE PROPERTIES($1;$w;$h) $s:=Sin($2*Degree)

Re: Saving open windows in Design environment feature

2017-06-25 Thread Douglas von Roeder via 4D_Tech
On Sun, Jun 25, 2017 at 6:32 AM, Jeremy French via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Not sure what you mean by “open up the forms themselves”. I suspect that's a reference to not being able to open forms in the same way that you can use the Method open path. -- Douglas von Roeder

Re: Saving open windows in Design environment feature

2017-06-25 Thread Jim Labos - infobase via 4D_Tech
Hi Jeremy, What I mean by that is to open the form editing window in Design environment. For instance. If I have a form named "input" in the table named "Access" I can call the following: FORM GET NAMES([ACCESS];atxt_PATHS) now the array "atxt_PATHS" will contain a list of all the forms in

Re: Saving open windows in Design environment feature

2017-06-25 Thread Jeremy French via 4D_Tech
Hi Jim, Not sure what you mean by “open up the forms themselves”. But if you mean, “how do I access objects on a form name obtained through Design Object Access commands?”, then look at the FORM LOAD and FORM UNLOAD commands. In a component, for example, you can introspect all objects on a