Re: CONVERT PICTURE v17

2019-03-09 Thread Charles Miller via 4D_Tech
You need to do convert in 32 bit and make sure to take care of transparency Chuck On Sat, Mar 9, 2019 at 2:17 PM Wayne Stewart via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Are you running the code in 32 bit mode on a computer with QuickTime > installed? > > On Sat, 9 Mar 2019 at 19:27, David Garr

Re: Dropbox Upload and Dropbox Download Methods

2019-03-09 Thread Douglas von Roeder via 4D_Tech
Tim: Agree with Kirk — thanks for posting this! -- Douglas von Roeder 949-336-2902 On Fri, Mar 8, 2019 at 6:12 PM Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> wrote: > Tim, > Thanks for sharing this. > > On Fri, Mar 8, 2019 at 3:55 PM Tim Nevels via 4D_Tech < > 4d_tech@lists.4d.com> > wrote:

Re: CONVERT PICTURE v17

2019-03-09 Thread Wayne Stewart via 4D_Tech
Are you running the code in 32 bit mode on a computer with QuickTime installed? On Sat, 9 Mar 2019 at 19:27, David Garrard via 4D_Tech <4d_tech@lists.4d.com> wrote: > I have some legacy pictures fields with .PICT pictures in them in my > Windows database that I am converting to v17 64 bit. Here

Re: Help LEP macOS to open the Emoji viewer

2019-03-09 Thread Keisuke Miyako via 4D_Tech
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: Help LEP macOS to open the Emoji viewer

2019-03-09 Thread Keisuke Miyako via 4D_Tech
which version of macOS? the code is not allowed in Terminal on Mojave; osascript is not allowed to send keystrokes (1002) https://www.reddit.com/r/MacOS/comments/9lwlsv/script_editor_not_allowed_to_send_keystrokes/ on top of that, to grant automation to 4D, you must have a specific key info.pl

Help LEP macOS to open the Emoji viewer

2019-03-09 Thread Armin Deeg via 4D_Tech
Hi, I like to display the charmap from macOS to allow the insert of special chars in Write Pro. When I paste this in terminal it works osascript -e 'tell app "System Events" to keystroke space using {control down, command down}‘ When I try this with LEP, nothing

CONVERT PICTURE v17

2019-03-09 Thread David Garrard via 4D_Tech
I have some legacy pictures fields with .PICT pictures in them in my Windows database that I am converting to v17 64 bit. Here is my code to convert the pictures to JPG format. ALL RECORDS([DOCC_Document]) For ($i;1;Records in selection([DOCC_Document])) GOTO SELECTED RECORD([DOCC_Document];$i) G