Re: 4D email client from Dave Batton, where to get the old sample 4DB ?

2017-03-28 Thread ADeeg via 4D_Tech
Tom, thanks for your reply. Your link points to the first email client from Dave Batton, in my linked pdf (found on the 4d server) there are pictures and descriptions from an enhanced version for 4d v11. Do you have this newer version too ? Regards Armin Tom Dillon wrote > Armin, > > I think

Re: 4D email client from Dave Batton, where to get the old sample 4DB ?

2017-03-28 Thread ADeeg via 4D_Tech
Yes great, thank you very much for your help Tom. This one looks better, but it seems that this was an early state of the email client. The pdf doc says, that 4d v11 is needed and the 4d plugins inside the beta are version 2004. But is is a good starter. the pdf is from 2008 and the demo from

Re: v13 - Callendars and push to ical

2017-03-25 Thread ADeeg via 4D_Tech
Try this one from Miyako, it works fine. https://github.com/miyako/4d-plugin-ical/tree/v2 Regards Armin -- View this message in context: http://4d.1045681.n5.nabble.com/v13-Callendars-and-push-to-ical-tp5750882p5750943.html Sent from the 4D Tech mailing list archive at Nabble.com.

Re: PDFCreator and Windows 7

2017-04-14 Thread ADeeg via 4D_Tech
David, If you like to get a well supported and stable pdf solution with much more features than pdf creator, then have a look at our plugin. We distribute it since 2004 (first version) Link: http://www.node.de/indexplug.htm Best Regards Armin David wrote > I installed PDFCreator v1.7.3 on my

Re: Printing Write Pro to PDF

2018-06-19 Thread ADeeg via 4D_Tech
Randy this one works fine, the demo database shows a Write Pro sample and creates Bookmarks inside the PDF http://www.node.de/indexplug.htm Regards Armin 4D Tech mailing list wrote > Has anyone successfully used WP Print to print a 4D Write Pro area in v16 > to a PDF? > > It seems we’re

Re: Printing Write Pro to PDF

2018-06-20 Thread ADeeg via 4D_Tech
Randy, as mentioned before, try our plugin, within 5 minutes you have a working solution. It produces very small pdf files and has a lot of features on top. And yes the sample database has also a Write Pro area to print The plugin comes with a silent driver installer and works from WinXP up to

Re: SFTP and Internet Commands

2017-12-23 Thread ADeeg via 4D_Tech
hmm, something is wrong in my code: it works with ftp and sftp, but not with ftps (latest build ftp 1.2) OB SET($options;\ "URL";"ftps://ftp.node.de/auto2.png";\ "USERNAME";"myuser";\ "PASSWORD";"mypass";\ "SSL_VERIFYHOST";0;\ "SSL_VERIFYPEER";0) $createMissingDir:=1 $cacert:=Get 4D

Re: IMAP_Download Command and Email Attachments

2018-01-03 Thread ADeeg via 4D_Tech
John, try this plugin. It is very fast and stable: https://github.com/miyako/4d-plugin-gmime Download with 4d imap commands and parse it with this plugin. Regards Armin -- Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html

4D Write Pro WP feature request - need your support

2018-08-29 Thread ADeeg via 4D_Tech
Hi list users, I've posted some feature requests to speed up the 4d write pro development. The rule from 4D is, more demand from us, is more chance to get this features. So please support me and klick the 4 stars to support these features. 1. 4D Write Pro Toolbar - more features please, images,

4D Mojave full disk access

2018-12-03 Thread ADeeg via 4D_Tech
Hi, if your app needs full disk access an macOS 10.14.x Mojave and newer, then the users have to grant the access for your 4D application. I use this to check the access privileges: C_TEXT($in;$out;$err;$path) If ((<>SystemVersion="Mac 10.14") | (<>SystemVersion="Mac 10.15") |

Re: 4D Mojave full disk access

2018-12-03 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > Armin, > Thanks! > > Could you expand on what you mean by “full disk access”? In Mojave what > becomes inaccessible? > John John, as an example. My App scans the emails from Apple Mail and shows them inside a Listbox to work with them (grab attachments,

Re: Form Scaling & Optimal Fonts...

2018-12-10 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > For many projects, I’m working with a larger team where the precise size > of fonts and other stylesheet details are already decided. In this case, > I’m designing new forms and optimizing some old ones via Windows 10 (for a > legacy application that looks like it ran

RE: PDF generation on Windows - Latest Thinking

2018-09-13 Thread ADeeg via 4D_Tech
Hi all, if you need a stable rock solid solution to print pdf files on windows, have a look at our pdf plugin with pdf driver. pdf printer driver and 32/64 Bit 4D plugin (v17 too ;-) no boring update messages much smaller pdfs than the win 10 built in driver add bookmarks add letter forms mail

Re: PDF generation on Windows - Latest Thinking

2018-09-14 Thread ADeeg via 4D_Tech
eployment in server environments > > Thanks and regards > > Chuck > > On Thu, Sep 13, 2018 at 10:11 AM ADeeg via 4D_Tech < > 4d_tech@.4d >> > wrote: -- Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html

Re: PDF generation on Windows - Latest Thinking

2018-09-17 Thread ADeeg via 4D_Tech
For everyone who wants to get small PDF files under 4D windows with the Win 10 PDF printer, but is not interested in purchasing our wonderful PDF plugin with PDF printer, here is a code snip to reduce the size of PDF files with the Ghostscript Plugin from Magic Miyako. We use it on macOS to

Re: Printing an existing PDF file with 4D silently.

2019-01-26 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > Hi All, > > We have a need to send existing PDF documents to print (paper) without a > user’s input. Programmatically we would select the appropriate PDF, set > the appropriate printer, and print. Is anyone doing this via 4D with > success? Would you be willing to

Re: Printing to PDF (again)

2019-04-04 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > Does anybody know of any way to manage the options for printing to PDF? > Specifically, for example: > - Specify the resolution > - Make hyperlinks active > > ? > Pat Pat try http://www.node.de/indexplug.htm Regards Armin -- Sent from:

Re: Help LEP macOS to open the Emoji viewer

2019-03-11 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > it seems the code > > CGEventPost(kCGHIDEventTap, e); > > cancels the pressed state of control, option, fn, command (but not shift) > implicitly. > > I've changed the code to support a combination of modifiers. > > https://github.com/miyako/4d-plugin-virtual-key >

Re: Printing a PDF document from 4D

2019-03-19 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > Has anyone here had the need to print a PDF document from 4D, and found a > solution? > > I am not talking about generating a PDF from 4D. I have an existing PDF > document and I need 4D to print it for me! Exactly, user selects a PDF > document and I have 4D command

Re: Help LEP macOS to open the Emoji viewer

2019-03-10 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > P.S. > > to post keystrokes programmatically > > https://github.com/miyako/4d-plugin-virtual-key > > to do it the proper way (it seems, not tested) > > https://developer.apple.com/documentation/appkit/nsapplication/1428455-orderfrontcharacterpalette?language=objc

Re: v17 conundrum in design

2019-02-10 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > Hi All, > > I have an object method that shows no break points either in the method or > when I show break points, yet it continues to stop at a particular line of > code and it is annoying. Any ideas out there what it might be. > > Thanks and regards > Chuck Chuck

Re: Migrating 4D Write Pictures to 4D Write Pro Objects

2019-05-15 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > Hi All, > > 4D v17R4 Windows and Macintosh Stand alone and 4D Server > I do not have an old 4D Write plugin only the new 4D Write Pro > App upgraded from 4D 2012 to 4D V17 > > I am working on the final v17 conversion piece migrating older 4D Write > saved in picture

Re: v15 to v17 Conversion of Obsolete _o_C_STRING/_o_ARRAY STRING Commands

2019-06-09 Thread ADeeg via 4D_Tech
Narinder, there is a working method from Bertrand. http://forums.4d.com/Post/DE/17445198/1/17445199 Open the struct, copy the method and enjoy Regards Armin 4D Tech mailing list wrote > Hi all. I am migrating a v15 database to v17, 4D Server running on Mac. I > need some opinions as to what

Re: 4DWrite Pro Toolbar Widget Control

2019-06-19 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > The 4DWrite Pro Toolbar in v17Rn is a welcome addition. I’m wondering what > level of program control is available. The setup code which comes with the > WritePro area when dropped onto a form from the Object Library mentions > the ability to switch toolbars.

Re: Any 4D Write Pro Features Available Only in 64Bit?

2019-06-19 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > What 4DWrite Pro features, if any, are only available in 64bit? As part of > an effort to move a large 4DWrite installation onto 4DWrite Pro I’d like > to run as long as possible with Write Classic and Write Pro ‘side by > side’. Since WriteClassic can only run under

Re: Apple Notarizing (Where is 4D documentation on how to notarize a 4D merged app?)

2019-06-23 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > Is there a Tech Note or Tip detailing the steps to submit signed 4D merged > app for notarization? > > (Searching the knowledge base didn't find anything for "notarize" or > "notarizing") > > *** > > > Magic Miyako wrote it > >

Re: AreaList Pro Column Background Color

2019-05-12 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > AreaList Pro question… I have an array based area that has columns for > each day of the week. I want to have the Sunday and Saturday columns show > with a light gray background. > > I can set the background color for rows that have data, but the area is > not always

Re: Resizing text on en Entry form

2019-05-01 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > I have code to resize the font in a listbox/listing form. > > I was wondering if there anyone has code they would share to resize all > text on an entry form? something like command/control + (or -) on a > web page. > > Thanks > Chip Chip, attached to this bug

Re: Connecting to FTP

2019-05-01 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > I run an FTP server for my clients. All of the connections are secure FTP > - port . > > I can’t get the FTP_Login to work. I assume that it is using regular FTP, > port 21. > > I tried ###.###.###.###: for the address, but no joy. > > Any Ideas? > >

Re: HTTP Get on 4D Server v15 - is it synchronous?

2019-05-01 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > Hi, > > We’re working on incorporating the retrieval of fairly voluminous xml from > our website in an interactive form in 4D. Since we have workstations > spread around about 50 locations accessing 4D Server over a VPN and the > web server is running in the same

Re: Resizing text on en Entry form

2019-05-01 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > I have code to resize the font in a listbox/listing form. > > I was wondering if there anyone has code they would share to resize all > text on an entry form? something like command/control + (or -) on a > web page. > > Thanks > Chip Chip, attached to this bug

Re: Macs slow down generating PDFs

2019-07-02 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > Anyone notice that generating a large batch of PDFs on MacOS slows down? > I'm trying to generate several thousand PDFs, and it starts out (on my > Mac) at a clip of over 1 per second... after an hour it's down one every > few seconds... after a few hours its a couple

Re: PICTs

2019-08-27 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > In v13, or v15 is there a way to tell is a picture in the library is in > PICT, or other format? > > Thanks > Chip Chip, this is an easy method to get the picture types without plugin calls: It checks for PICT, but the code is easy to modify to get the other pictre

Re: 4D v17r4 Windows Print To PDF ignoring PAGE SETUP

2019-07-06 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > Yes, that works for the most part, but I’m trying to avoid making all > those changes if there is another solution. Still seems odd that PAGE > SETUP works for everything but the Windows 10 PDF Printer. Is there any > way of finding out if it’s a known bug? > > What

Re: 4D Write Pro v17R6 (How to get 2-different layouts on the same page?)

2019-11-02 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > How would I programmatically format a page, like this: > > <2-columns> > > > <1-column> > > In other words -- on the **same** page -- I would like to have > **2-different** layouts. This is not possible with WP at the moment Armin -- Sent from:

Re: Migrating to 4D Write Pro

2019-10-30 Thread ADeeg via 4D_Tech
Hi for converting old 4W/ or 4W6 write documents to Write Pro, there is a technote Link: https://blog.4d.com/migrate-4d-write-documents-stored-in-picture-fields/ but you have to adjust the component to make it work in 64 bit. See this forum post from me: Link:

Re: Write Pro Hide/clear pictures when printing

2019-10-30 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > Hi, > > We want to print a Write Pro document without printing the contained > pictures > Say we print to paper that has corporate identity, we don’t want to print > the logo that is inside the Pro document > So we want copy the pro document to a new one, and in this

Re: Windows Code Signing

2019-10-09 Thread ADeeg via 4D_Tech
There is a tech note for using signtool.exe https://kb.4d.com/assetid=78265 4D Partners only Regards Armin -- Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html ** 4D Internet Users Group (4D iNUG) Archive:

Re: Windows Code Signing

2019-10-10 Thread ADeeg via 4D_Tech
John, if you purchase the codesign certificate from comodo (don't forget the 15% coupon) Then it took 2-3 days until you get it. First you have to verify your mail and phone. After the certificate is ready and you download it, this gets stored inside your browser certificates named "Sectico

Re: Menu Bar Associated with Form

2020-01-31 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > Is there a way to programmatically get the Menu Bar associated with a > form? > > FORM GET PROPERTIES does not appear to return the associated Menu Bar. > > The Menu Bar and other parameters of the form are shown in the Form > Properties dialog. > > > Thanks, > >

Re: Write PICT to disk, 64bit

2020-02-15 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > Hi all: We have some 4D Write Pro documents that contain PICT (and other > format) images. This code will give us a list of all images from the > document: > > $res := WP Get Elements($area; wk_type_image) > > We would like to be able to write these images to disk -

Re: 4D write pro add a new section.

2020-01-11 Thread ADeeg via 4D_Tech
I think that invoke action is not the best choice Try https://doc.4d.com/4Dv17R6/4D/17-R6/WP-Create-subsection.301-4433866.en.html Instead Armin 4D Tech mailing list wrote > I see I can add a new subsection. But I am still trying to figure out how > I would create new sew section object to

alternative to create a mac pkg installer

2020-03-09 Thread ADeeg via 4D_Tech
Hi all, In the last years I have used the Packages Installer for my macOS apps. Link: [url]http://s.sudre.free.fr/Software/Packages/about.html[/url] But since the obligation to notarize the apps, I can't use the Packages installer builder anymore, because the notarization fails, don't know why.

Re: PDF Creation

2020-10-19 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > Hi All, > > I need to generate a PDF document from 4D application. > > Someone know how i can do? > > Thanks > > Ferdinando If you like to use a commercial plugin with pdf driver, try this link: http://www.node.de/indexplug.htm A lot of features and smallest pdf

Re: [4D v18.3; Mac {10.13.6} + {10.15.7}] LEP-voodoo

2021-03-05 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > Everyone, > > Many thanks for the answers and the tips, it was very helpful. > > I followed up on all the tips and tricks > > • “./“ Yes and no > • $MyShellScript.sh > - hard coded in BBedit > - created in 4D >