Re: Canvas alternative

2017-10-02 Thread John Baughman via 4D_Tech
Not perse. You basically create the SVG in memory and display it on a form in a picture variable or field which provides all the normal 4D events. Then based on form and mouse events along with mouse x/y positions you modify the SVG memory and update the picture field/variable. There are no

Re: Canvas alternative

2017-10-02 Thread Pat Bensky via 4D_Tech
But can you add the same options to your SVG objects as you can with Canvas? Events, callbacks, resizing controls, etc. Pat On 2 October 2017 at 21:15, John Baughman via 4D_Tech <4d_tech@lists.4d.com> wrote: > Drew, > > Ahh yes. I remember now that I too had significant issues going >

Re: Canvas alternative

2017-10-02 Thread John Baughman via 4D_Tech
Drew, Ahh yes. I remember now that I too had significant issues going form 1.5 to 2. If I remember correctly, things got a bit testy at the time but with pluggers help we got through it and all is well now. If you really don’t want to deal with the upgrade to version 2 then

Re: Resolving format

2017-10-02 Thread Jeremy Roussak via 4D_Tech
Thanks, both. Spencer, that’s ingenious! Arnaud, that’s what I’ve been doing until now, under v14. I downloaded a trial of v16 over the weekend, and the call to API Get Indexed Resource failed with a permissions error of some kind. It may be connected with my calling it from a component, I

RE: NGINX Config

2017-10-02 Thread Epperlein, Lutz (agendo) via 4D_Tech
SSL certificates are tied to a domain, not to physical computer. A client (browser) is not able to resolve to a physical machine. And this is a good thing! I can't imagine what will happen if clients would get information of our physicals machines even it would be the MAC address only. The

Re: NGINX Config

2017-10-02 Thread Doug Hall via 4D_Tech
RE: Note if you enable 443 and ssl for any server you must have a cert for all servers listening on 443 you cant mix them up. We only have the one physical server (running 4D in remote mode). You aren't talking about the different domains being served from that one machine are you? SSL

Re: Resolving format

2017-10-02 Thread Arnaud de Montard via 4D_Tech
> Le 2 oct. 2017 à 11:06, Jeremy Roussak via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > If have defined, for example, “|Money” in the Filters tab of Toolbox as > "£#,###,##0;-£,##0”, I’d like to be able to resolve the format name into > the text of the format. > > Is there a valid

Re: Canvas alternative

2017-10-02 Thread Two Way Communications via 4D_Tech
I have done quite some work with SVG lately. It is very powerful, especially if you combine it with the 4D XML DOM commands. I have been able to draw a complete map that contains pictures, objects like rectangles, ellipses, polygons and even custom made objects with specific attributes. A good

Re: 4D crash

2017-10-02 Thread Charles Miller via 4D_Tech
I am not having this problem but I would remove kaspersky and not use US security feel a it is hazardous. Have you run mac on structure. If not you should Regards Chuck On Fri, Sep 29, 2017 at 2:15 AM stardata.info via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi All, > > I use 4D V13 an V15 on

RE: Canvas alternative

2017-10-02 Thread Drew Waddell via 4D_Tech
We have used Canvas for quite a long time to do many different things in our application and any time we try to upgrade from 1.5 to 2 functionality changes in too many areas without a workaround. With only one developer working on the plugin we have found it's difficult to get necessary

Re: Resolving format

2017-10-02 Thread Spencer Hinsdale via 4D_Tech
Hi Jeremy, I don't know. I think it you use Filters and Formats to enter the format, i.e."£###,###" it is saved somewhere in your Structure and may be inaccessible. However you do have a Localization mechanism available, which works sort like this (stop me if you've heard this one before):

Resolving format

2017-10-02 Thread Jeremy Roussak via 4D_Tech
If have defined, for example, “|Money” in the Filters tab of Toolbox as "£#,###,##0;-£,##0”, I’d like to be able to resolve the format name into the text of the format. Is there a valid way in which it can be done? Jeremy Jeremy Roussak j...@mac.com

Re: NGINX Config

2017-10-02 Thread Paul Dennis via 4D_Tech
Hello Jason, I ve been doing this for years my config is simpler. Dont understand why you need to define the upstream and rewrite for a simple proxy. I just have a server block (nginx jargon) as follows. server { listen 443 ssl; server_name