TAOW (Mojave and CREATE THUMBNAIL)

2018-11-24 Thread JOHN BAUGHMAN via 4D_Tech
I want to see if this has already been reported but don’t see how to search for existing cases about Mac OS 10.14 in the TAOW. Running 10.14.1 with 16R6 if I do… CREATE THUMBNAIL($ImagePtr->;vThumbnail;98;120) vThumbnail displays slanted to the left with what looks like multiple

Re: Using Preg Replace to replace tags

2018-11-24 Thread Pat Bensky via 4D_Tech
Thanks Jim! I could not get your solution to work with Rob's plugin, but it works perfectly with the Regex component which I found on the Forum - here's the link if anybody needs it: http://forums.4d.com/Post/EN/7161740/1/7161741 My test code: $source:="Some text.Set this text in bold please ."

Re: Using Preg Replace to replace tags

2018-11-24 Thread Jim Crate via 4D_Tech
On Nov 24, 2018, at 9:39 AM, Pat Bensky via 4D_Tech <4d_tech@lists.4d.com> wrote: > > I'm attempting to use the Regex Plugin from Pluggers to replace tags with > different tags. > For example, change this text: > > Some text.Set this text in bold please . > > to > > Some text.<@bold:>Set

Be willing to be a beginner with ORDA

2018-11-24 Thread Kirk Brooks via 4D_Tech
Miyako wrote this in another post recently: "Form" based design is a total rethink of how to use variables in forms. Form is an object, and an object is a reference, which drastically reduces the need for pointers. historically a pointer can only point to tables, fields, variables and arrays.