Re: Slow characters visualization

2018-02-14 Thread Kirk Brooks via 4D_Tech
Ferdinando and others, Recently I updated my Macros list with a number of new ones that use short names (3 or 4 chars) which have the ahead option set. After adding them I began to notice the sort of slowness you describe. I'm thinking it has to do with whatever is managing the type ahead capabili

Re: query for empty string

2018-02-14 Thread Keisuke Miyako via 4D_Tech
> but I'm still trying to wrap my brain around the sorts of situations that > might require using length=0 as mentioned in the previous post, there are some (non) characters that has a measurable length but whose sorting value is equal to that of "". Char(0) and Char(1) are such examples. > Giv

Re: text2picture

2018-02-14 Thread Keisuke Miyako via 4D_Tech
just to elaborate on this point, scrolling a large SVG is much slower than PNG or BMP even if the results are exactly the same. > 2018/02/15 12:41、Keisuke Miyako via 4D_Tech <4d_tech@lists.4d.com> のメール: > keeping a static SVG on screen creates a lot of unnecessary work for the > rendering engine

Re: text2picture

2018-02-14 Thread Keisuke Miyako via 4D_Tech
Hello, in the context of creating a visual representation of the data file, it is better to NOT use SVG but rather create a BMP (which is what JPR showed in his "DataAnalyzer") because you are just drawing simple squares. https://en.wikipedia.org/wiki/BMP_file_format (why stress the SVG renderi

Re: text2picture

2018-02-14 Thread Jörg Knebel via 4D_Tech
G’day JPR, > On 15 Feb 2018, at 07:24 AEDT, JPR via 4D_Tech <4d_tech@lists.4d.com> wrote: > > Long time ago (maybe 20 years ago...), I wrote a 4D routine (not a plug-in) > which was building a PICT in a BLOB That was the one I remembered, so my Alzheimers isn’t that bad after all. Arnaud alrea

Re: Anyone using OBS Project?

2018-02-14 Thread Mike Beatty via 4D_Tech
Yes, I have taken a look at that, was hoping to build on the existing framework rather than bringing in another piece of software to learn and support ;-). However, that may be the route to take. Thank you Tim -- I appreciate your efforts. Mike On Wed, Feb 14, 2018 at 3:40 PM, Timothy Penner wr

RE: Anyone using OBS Project?

2018-02-14 Thread Timothy Penner via 4D_Tech
Mike, Maybe checkout OBSRemote.com - they seem to have a websock implementation to control OBS. Maybe you can hook into that from 4D's HTTP commands (or low level TCP commands)? -Tim -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Timothy Penner

Re: text2picture

2018-02-14 Thread Ingo Wolf via 4D_Tech
Back then JPR had pure 4D code to build a PICT picture containing the desired text. Now, as PICT is obsolete, stick to SVG. It‘s pretty easy. HTH Ingo Wolf __ ViELMAC Ingo Wolf Rheinhessenring 53A D 55597 Wöllstein Tel. +49 (0)6703 3070320 Fax +49 (0)6703 3070321 e-Mail i...@vielmac.de > Am 14

RE: Anyone using OBS Project?

2018-02-14 Thread Timothy Penner via 4D_Tech
I thought OBS was used more for livestreaming, rather than for recording videos… I have never tried to control OBS from the CLI - maybe someone in their community has? I think there is a large community for OBS on Reddit - https://www.reddit.com/r/obs/ <-- more updated https://www.reddit.com/r/

Re: text2picture

2018-02-14 Thread JPR via 4D_Tech
[JPR] Hi Jörg, Long time ago (maybe 20 years ago...), I wrote a 4D routine (not a plug-in) which was building a PICT in a BLOB, with QuickDraw pure code imbedded into a PICT. This doesn't work anymore since we had to say 'Goodbye an Thanks a lot' to QuickDraw. This is why I've given a replac

Re: text2picture

2018-02-14 Thread Tim Nevels via 4D_Tech
On Feb 14, 2018, at 2:00 PM,Herr Alexander Heintz wrote: >>> Most likely a wrapper for 4 lines of SVG code… >> >> Was SVG around 157 month ago? > > SVG as a format? > Most likely > in 4D, I don’t think so… > But why not use SVG if available? > Its blinding fast What Jörg is talking about is so

Re: Anyone using OBS Project?

2018-02-14 Thread Mike Beatty via 4D_Tech
Tim- Ideally, we will interact with OBS control the start and stop of the video, capture file name, etc. We have used alternate software in the past, controlling via LEP, using the Macintosh command line interface. The issue I'm running into is that OBS is open source, and documentation is rather

RE: Anyone using OBS Project?

2018-02-14 Thread Timothy Penner via 4D_Tech
I have played with OBS a bit - not with 4D though... How are you planning to use OBS with 4D? -Tim ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options:

Win32API 8.2.2 Release

2018-02-14 Thread Seth Leeper via 4D_Tech
Win32API version 8.2.2 is now available on GitHub. Bug Fixes * Fixed an issue with the spelling of "Hybrid" when returned from the sys_GetNetworkInfo command. Changes * Updated Orchard Utilities to v1.18.125.0. You can download this and previous versions from GitHub:

Re: text2picture

2018-02-14 Thread Peter Bozek via 4D_Tech
On Wed, Feb 14, 2018 at 11:06 AM, Jörg Knebel via 4D_Tech < 4d_tech@lists.4d.com> wrote: > > > On 14 Feb 2018, at 21:03 AEDT, Herr Alexander Heintz via 4D_Tech < > 4d_tech@lists.4d.com> wrote: > > > > But why not use SVG if available? > > Its blinding fast > > > I’ll take a look into it. > Long t

Re: European Data Protection Reglementation to take effect on May 25 - 4D compliance?

2018-02-14 Thread Pat Bensky via 4D_Tech
Here is a good source of info on GDPR: https://unbounce.com/gdpr/ Pat On 13 February 2018 at 19:26, Chip Scheide via 4D_Tech <4d_tech@lists.4d.com > wrote: > TLDR; the rules :) > > My goto on encryption would be: > File vault on Mac OS X (OS level disk encryption) or something similar on > a PC

Re: text2picture

2018-02-14 Thread Jörg Knebel via 4D_Tech
> On 14 Feb 2018, at 21:03 AEDT, Herr Alexander Heintz via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > But why not use SVG if available? > Its blinding fast I’ll take a look into it. Thanks mate ** 4D Internet Users Group (4

Re: text2picture

2018-02-14 Thread Herr Alexander Heintz via 4D_Tech
>> Most likely a wrapper for 4 lines of SVG code… > > Was SVG around 157 month ago? SVG as a format? Most likely in 4D, I don’t think so… But why not use SVG if available? Its blinding fast ** 4D Internet Users Group (4D iNUG) F

Re: text2picture

2018-02-14 Thread Jörg Knebel via 4D_Tech
> On 14 Feb 2018, at 19:24 AEDT, Herr Alexander Heintz via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > Most likely a wrapper for 4 lines of SVG code… Was SVG around 157 month ago? ** 4D Internet Users Group (4D iNUG) FAQ: http

Re: text2picture

2018-02-14 Thread Herr Alexander Heintz via 4D_Tech
Most likely a wrapper for 4 lines of SVG code… > Am 14.02.2018 um 08:53 schrieb Jörg Knebel via 4D_Tech <4d_tech@lists.4d.com>: > > Hi All, > > I read in the iNug archive about a free routine by JPR using only native 4D > commands to accomplish that. > > Does someone know where I can find that