Re: Canvas alternative

2017-10-02 Thread Jim Dorrance via 4D_Tech
I regularly implement call-back events by creating custom attributes in SVG. The associated 4D methods are then executed either in the host database or in the component. You can see some interface possibilities on my website: www.dorrance.eu in the section:"Projects". > > -- Jim Dorrance jim.dorra

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 call

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 > fo

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 for

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 su

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 brow

Re: ServerNet.dll is missing

2017-10-02 Thread KayVee via 4D_Tech
Hi David, I know this is an old post but I have just come across this problem myself. Were you able to resolve it? David -- Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html ** 4D Internet Users Group (4D iNUG)

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 certificate

Re: 4D crash

2017-10-02 Thread Charles Miller via 4D_Tech
As I said virus detective probably not related to crash. Kaspersky is on unacceptable list for US govt and many states. Have you tried MSC have you tried with an new empty data base Regards Chuck On Mon, Oct 2, 2017 at 10:31 AM stardata.info via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi Chuck,

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 way

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 stardata.info via 4D_Tech
Hi Chuck, Before of Kaspersky i used Avira with the same issues. I have inserted the 4D folder in the exceptions but this not work. The 4D crash are casually. Thanks Ferdinando Message: 9 Date: Mon, 02 Oct 2017 14:08:20 + From: Charles Miller To: 4D iNug Technical<4d_tech@lists.4d.com> Subj

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 wi

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 changes

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): t

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