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
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
> 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
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
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,
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
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
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.
***
JPR,
Very interesting demo databases.
Thank you for this contribution!
Daniel
Daniel Nestor Solenthaler
eMail: dan...@solenthaler.com
***
Very elegant code!
Exactly what I have been looking for :-)
Thank you Oliver!
Daniel Nestor Solenthaler
eMail: dan...@solenthaler.com
***
>> 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
[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
> 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! 👏👏👏
--
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
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
15 matches
Mail list logo