Re: Survey on 4D’s strategy for implementing Preemptive Processing / worker processes

2017-02-21 Thread Robert ListMail via 4D_Tech
Jim, that sound sophisticated. :). So, when Rails is handling a web request in what ways can Rails get to 4D data? Does all data need to be in PostgresSQL database Rails knows about? Thanks, Robert Sent from my iPhone > On Feb 21, 2017, at 9:33 AM, James Crate via 4D_Tech <4d_tech@lists.4d.co

Re: JPR_Text2Pict and Objects, a perfect engagement...

2017-02-21 Thread David Adams via 4D_Tech
On Wed, Feb 22, 2017 at 11:34 AM, Keisuke Miyako via 4D_Tech < 4d_tech@lists.4d.com> wrote: Thanks for all of the additional details, including the one regarding the version of SVG 4D implements. I suspect that you've forgotten more about XML and SVG than I'll ever know, so it's great when you sha

Re: JPR_Text2Pict and Objects, a perfect engagement...

2017-02-21 Thread Keisuke Miyako via 4D_Tech
> 2017/02/22 7:32、David Adams via 4D_Tech <4d_tech@lists.4d.com> のメール: > Version 1.2 does have a textArea object that Miyako mentions. This supports > text wrap, but I don't know how widely supported it is. 4D added a limit subset of SVG Tiny 1.2 in 11.3, notably, textArea, tbreak, text-align, d

Re: Typeahead Component

2017-02-21 Thread truegold via 4D_Tech
Hi Olivier, I have on my task list adding a type ahead lookup … This sill save time!!! Thank you, John... > I have written a component allowing easy implementation of typeahead > functions for variables or fields. > > The idea is to create an array with possible values ("suggestions") and to

Re: JPR_Text2Pict and Objects, a perfect engagement...

2017-02-21 Thread David Adams via 4D_Tech
Cool demo,thanks! >This is NOT a simple operation, for a single SVG element creates a single line of text. It does not, > AFAIK, have any way cutting text to a new line. CR or LF do not work. neither. Have a look at: I haven't looked at your code enough to know if what I'm going to say applies,

Missing api-ms-win-crt-runtime-l1-1-0.dll

2017-02-21 Thread larue via 4D_Tech
Hello, We were installing 4D version 15.4 client/server on various PCs, and ran an error message after launching 4D that "api-ms-win-crt-runtime-l1-1-0.dll" was missing. Not sure what exactly was causing it, but running the fix from here: https://www.smartftp.com/support/kb/the-program-cant-st

Re: JPR_Text2Pict and Objects, a perfect engagement...

2017-02-21 Thread Keisuke Miyako via 4D_Tech
one possibility would be to use textArea instead of text, which allow you to use tbreak for every new line. you would need to use DOM SET XML ELEMENT VALUE for line #1 and DOM Append XML child node for all other lines. you can still use an in-memory text element+PICTURE PROPERTIES to calculate th

Re: Typeahead Component

2017-02-21 Thread Scott Staley via 4D_Tech
Hey Oliver... I'm very quickly becoming a big fan. Appreciate your many contributions to the community. -- View this message in context: http://4d.1045681.n5.nabble.com/Typeahead-Component-tp5750404p5750410.html Sent from the 4D Tech mailing list archive at Nabble.com. ***

Re: JPR_Text2Pict and Objects, a perfect engagement...

2017-02-21 Thread Daniel N. Solenthaler via 4D_Tech
JPR, Very interesting demo databases. Thank you for this contribution! Daniel Daniel Nestor Solenthaler eMail: dan...@solenthaler.com ***

Re: Typeahead Component

2017-02-21 Thread Daniel N. Solenthaler via 4D_Tech
Very elegant code! Exactly what I have been looking for :-) Thank you Oliver! Daniel Nestor Solenthaler eMail: dan...@solenthaler.com ***

Re: Survey on 4D’s strategy for implementing Preemptive Processing / worker processes

2017-02-21 Thread James Crate via 4D_Tech
>> On Nov 3, 2016, at 8:11 PM, James Crate wrote: >> >> Ruby/Rails apps - processing large numbers of files; performing slow fuzzy >> search on slices of data; > On Feb 20, 2017, at 7:13 PM, Robert ListMail via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > Jim, are you using Ruby/Rails with 4D

Re: JPR_Text2Pict and Objects, a perfect engagement...

2017-02-21 Thread JPR via 4D_Tech
[JPR] Hi Wayne, This is NOT a simple operation, for a single SVG element creates a single line of text. It does not, AFAIK, have any way cutting text to a new line. CR or LF do not work. neither. Have a look at: https://www.safaribooksonline.com/library/view/svg-text-layout/9781491933817/ch0

Re: Typeahead Component

2017-02-21 Thread Arnaud de Montard via 4D_Tech
> Le 21 févr. 2017 à 14:38, flury olivier via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > I have written a component allowing easy implementation of typeahead > functions for variables or fields. > [...] So simple so nice. I never thought about the input zone in the popup window! 👏👏👏 --

Typeahead Component

2017-02-21 Thread flury olivier via 4D_Tech
I have written a component allowing easy implementation of typeahead functions for variables or fields. The idea is to create an array with possible values ("suggestions") and to place a method (the only shared method of the component) in the on after edit event of the variable or field. To thi

Re: v13 - 202 user processes on server, 1 client

2017-02-21 Thread Paul Lovejoy via 4D_Tech
Just a few days ago we noticed something similar on a v12 4D Server. There were a number of “phantom” processes running, even though the clients had logged out. From what I could see, these were the server-side processes of methods with the attribute set to execute on the server. One of them was