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

2017-02-22 Thread JPR via 4D_Tech
solve the problem. My very best, JPR > On 21 Feb 2017, at 12:23, 4d_tech-requ...@lists.4d.com wrote: > > Date: Tue, 21 Feb 2017 12:20:40 +1100 > From: Wayne Stewart > To: 4D iNug Technical <4d_tech@lists.4d.com> > Subject: Re: JPR_Text2Pict and Objects, a perfect en

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: 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,

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: 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: JPR_Text2Pict and Objects, a perfect engagement...

2017-02-21 Thread JPR via 4D_Tech
sts.4d.com wrote: > > Date: Tue, 21 Feb 2017 12:20:40 +1100 > From: Wayne Stewart > To: 4D iNug Technical <4d_tech@lists.4d.com> > Subject: Re: JPR_Text2Pict and Objects, a perfect engagement... > Message-ID: > > Content-Type: text/plain; charset=UTF-8 > >

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

2017-02-20 Thread Wayne Stewart via 4D_Tech
Hi, How can you embed a carriage return so you can have multiple lines? Regards, Wayne Wayne Stewart about.me/waynestewart On 9 November 2015 at 04:38, JPR wrote: > [JPR] > > Hi All, > > The first version of JPR Text2Pict method has been made in 2000. It's purpose > was to convert a Text