RE: 4D Server Crashes When Tracing Buggy Web Connection Code

2017-04-09 Thread Sannyasin Siddhanathaswami via 4D_Tech
Aloha, Thanks for the tip. Tons and tons of errors in the first run of Check Syntax in the compiler. It is nice that it highlights the line numbers/issues in an open method. The errors though are mostly or all, “The Variable xxx has not been explicitly declared in the typing methods.” As I

Re: Off topic, sending binary files

2017-04-09 Thread Keisuke Miyako via 4D_Tech
perhaps you could add another call to LEP that would chmod +x immediate before you call LEP on to execute scamimage... > 2017/04/09 20:09、Peter Mew via 4D_Tech <4d_tech@lists.4d.com> のメール: > The binary is a command line program called scanimage, which allows me to > interface with a flatbed

Re: Unexpected Command Key Shortcuts (15.4)

2017-04-09 Thread Jeffrey Kain via 4D_Tech
And I doubt anyone really needs "Go to line number" when the line numbers are listed in the margin... > On Apr 9, 2017, at 12:55 AM, Keisuke Miyako via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > it might take a while getting used to using command+K for both forms and > methods, > but you no

Re: Off topic, sending binary files

2017-04-09 Thread John DeSoi via 4D_Tech
A disk image might work, but it will still likely be quarantined. You'll have to execute a command to remove that, but I don't think it requires sudo. Applescript Editor and Automater can create stand-along executables. There is also this: https://sveinbjorn.org/platypus John DeSoi, Ph.D.

Re: Off topic, sending binary files

2017-04-09 Thread Wayne Stewart via 4D_Tech
Peter, Have you tried Keka? (7-zip). He'll need the same at the other end but I've never had issues Wayne On Sun, 9 Apr 2017 at 21:09, Peter Mew via 4D_Tech <4d_tech@lists.4d.com> wrote: > Hi > I turn to your combined wisdom, because I don't know where else to go. > I want to send a small Mac

Off topic, sending binary files

2017-04-09 Thread Peter Mew via 4D_Tech
Hi I turn to your combined wisdom, because I don't know where else to go. I want to send a small Mac binary file to a friend. All the methods I've tried so far result in the unsetting of the executable bit. I know this can be reset using chmod +x, but he is reluctant to use any terminal command

Re: 4D Compiler

2017-04-09 Thread Nigel Greenlee via 4D_Tech
Heinz, Timothy. I completely agree. A strict nomenclature with typing is essential. In fact its the only way i too have been able to implement auto declaration in my code-not just locals-i was inspired by your comment about doing it for locals on here a while back to go back and complete work