Re: Web serving on OS X Server

2017-06-09 Thread Lee Hinde via 4D_Tech
Correct, I need other parts of OS X Server on this computer. > On Jun 9, 2017, at 11:54 AM, Chip Scheide <4d_o...@pghrepository.org> wrote: > > OS X server is OS X with a server application. > > On Fri, 9 Jun 2017 11:14:02 -0700, Lee Hinde via 4D_Tech wrote: >> I

Web serving on OS X Server

2017-06-09 Thread Lee Hinde via 4D_Tech
I've setup apache as a front end to 4D on 'regular' macs without issue. But now I need to do it on a Mac running the Server software and I'm not clear where/how to configure that and my google fu is failing me. Has anyone done that and can you point to directions? I'd settle for having 4D serve d

Re: Exodus utilities live?

2017-06-03 Thread Lee Hinde via 4D_Tech
Hi; I vote for Github. Keisuke Miyako has made it work for him. And, thanks for looking for ways to share code. On Jun 3, 2017, at 9:08 AM, Bob Finnerty via 4D_Tech <4d_tech@lists.4d.com> wrote: > > Hi David, > > Thanks for asking about my old components - good timing. All my components > (in

Re: Is it possible to do a search in the file system from 4D

2017-05-16 Thread Lee Hinde via 4D_Tech
I’d second that. I just tried it in the command line on a folder with 5,144 (nested) files and with almost 1,400 results the response was near instant. So, I tried this in 15.4 and Mac 10.12.5. Basically stripping the convert path stuff because I was passing in the full path and those commands

Re: Webserver and semi-static pages

2017-05-01 Thread Lee Hinde via 4D_Tech
4d manages that. You don’t have to. > On May 1, 2017, at 5:46 PM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Hi folks, > > So, let's imagine a web page being served by 4D web server. The page is a > .shtml template that will get populated with some values parsed out of the > q

Re: QR code

2017-04-26 Thread Lee Hinde via 4D_Tech
I’m using https://www.hmplugins.com/en/hmBarcode/Features-133.html in production. > On Apr 26, 2017, at 1:23 AM, Paul Lovejoy via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Hi, > > I spent some time on the partner section looking bu

Re: Why does 4D have uppercase UUIDs?

2017-04-24 Thread Lee Hinde via 4D_Tech
python -c 'import uuid; print uuid.uuid4()' returns: 8f1dad2d-2eec-4da7-b484-63a7e7549824 Not that that’s canonical, just offering another sample. > On Apr 23, 2017, at 10:03 PM, Keisuke Miyako via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > I wasn't aware of the argument that they should a

Re: Why would you do this? (Execute Formula Question.)

2017-04-20 Thread Lee Hinde via 4D_Tech
t; [image: http://]about.me/waynestewart > <http://about.me/waynestewart> > > > On 21 April 2017 at 09:55, Lee Hinde via 4D_Tech <4d_tech@lists.4d.com> > wrote: > >> Is that a historical thing? I’m in v15 on this database now and it seems >> to work if I cal

Re: Why would you do this? (Execute Formula Question.)

2017-04-20 Thread Lee Hinde via 4D_Tech
> That is EXACTLY why. > > Thanks, > Walt Nelson (Seattle) > New stuff coming! > www.foundationshell.com <http://www.foundationshell.com/> > w...@foundationshell.com <mailto:w...@foundationshell.com> > >> On Apr 20, 2017, at 11:52 AM, Lee Hinde via 4D_Tech

Re: Why would you do this? (Execute Formula Question.)

2017-04-20 Thread Lee Hinde via 4D_Tech
on is that this is an older database from pre v11 that's been > updated. > > > > Regards, > > Wayne > > > [image: --] > Wayne Stewart > [image: http://]about.me/waynestewart > <http://about.me/waynestewart> > > > On 21 April 201

Re: Why would you do this? (Execute Formula Question.)

2017-04-20 Thread Lee Hinde via 4D_Tech
gt; Sent from my iPhone > >> On Apr 20, 2017, at 2:52 PM, Lee Hinde via 4D_Tech <4d_tech@lists.4d.com> >> wrote: >> >> I got bit last night with this code: >> >> *C_BOOLEAN*(*$1*) >> >> >> *If *(*$1*) >> >> *EXECUTE

Re: Why would you do this? (Execute Formula Question.)

2017-04-20 Thread Lee Hinde via 4D_Tech
>> Object set enabled(button;$1) >> >> Regards >> Chuck >> Sent from my iPhone >> >>> On Apr 20, 2017, at 2:52 PM, Lee Hinde via 4D_Tech <4d_tech@lists.4d.com> >> wrote: >>> >>> I got bit last night with thi

Why would you do this? (Execute Formula Question.)

2017-04-20 Thread Lee Hinde via 4D_Tech
I got bit last night with this code: *C_BOOLEAN*(*$1*) *If *(*$1*) *EXECUTE FORMULA*("OBJECT SET ENABLED(FND_IO_OKBUTTON_I;True)") *Else * *EXECUTE FORMULA*("OBJECT SET ENABLED(FND_IO_OKBUTTON_I;False") *End if *//Ok to save On the second Execute Formula, there's a missing close parenthes

Re: question about setting select tab in v15.4

2017-04-19 Thread Lee Hinde via 4D_Tech
Of course! :-) Thanks. > On Apr 19, 2017, at 4:22 PM, Douglas von Roeder via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > Lee: > > SELECT LIST ITEMS BY POSITION(*;"PROPOSAL_Tab_L";1) > > > > > > -- > Douglas von Roeder > 949-33

question about setting select tab in v15.4

2017-04-19 Thread Lee Hinde via 4D_Tech
Inherited Foundation database using automatic tab controls in an input form. No array, setting the tab labels with the data source option in the property list. How do I programmatically set the active tab in this circumstance? **

Re: Top Menu Vs Sidebar (Web Applications)

2017-04-18 Thread Lee Hinde via 4D_Tech
IMHO, it’s chef’s choice. There are no standard, as far as I can tell. In my case, I do global links up top (but links, not menus) and then site-location specific things on the side. I.e, I use both. > On Apr 18, 2017, at 3:42 PM, Sujit Shah via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I

Re: Minute of Silence for the "Altura Toolbox"

2017-04-17 Thread Lee Hinde via 4D_Tech
If I had young children I’d read this to them at bedtime tonight. > On Apr 17, 2017, at 3:04 PM, Peter Jakobsson via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > > Being something of a “4D fossil” myself as one of our more celebrated peers > once put it, I couldn’t help raising an eyebrow at t

Re: Replacing - OAuth.bundle

2017-04-11 Thread Lee Hinde via 4D_Tech
On Tue, Apr 11, 2017 at 9:49 AM, Clive Wilson via 4D_Tech < 4d_tech@lists.4d.com> wrote: > My question is not strictly 4D, but I really need help on this. > How do you convert downloaded (from GITHub) into "xxx.bundle" files that > I can replace the old "OAuth.bundle" with. > Or, where can I get

[Off] Saying goodby to Larry Sharpe

2017-04-10 Thread Lee Hinde via 4D_Tech
Larry’s family held a send-off/wake/goodby dinner in Larry’s honor on Saturday night in Pacific Grove, CA. The 4D connection was honored with Larry’s 4D cap getting a place on the memories table. Among the things I never knew (or had forgotten) was that Larry was a track star in school. One

Re: 4D Compiler

2017-04-06 Thread Lee Hinde via 4D_Tech
On Apr 6, 2017, at 3:09 PM, Tim Nevels via 4D_Tech <4d_tech@lists.4d.com> wrote: > > I wonder whatever happened to the original 4D Compiler writer David Hemmo? > David’s at Apple now. > When he wrote 4D Compiler back in 1990 I thought he was a programming god... So did ACIUS, given the ori

Re: 4D World Tour 2017 (OFF) Hardware advice for the latest 4D Development

2017-04-05 Thread Lee Hinde via 4D_Tech
That’s the laptop I bought after the 2016 announcement. I.e., the one before. I also havne’t upgraded to Sierra. Sometimes I don’t even recognize the guy in the mirror. > On Apr 5, 2017, at 11:05 AM, Chuck Miller via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I just purchased the following:

Re: Question about passing JSON to 4D

2017-04-04 Thread Lee Hinde via 4D_Tech
WEB GET HTTP BODY($body) http://doc.4d.com/4Dv15/4D/15.4/WEB-GET-HTTP-BODY.301-3275031.en.html > On Apr 4, 2017, at 5:16 PM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Hi folks, > > I need a little guidance here. I have a web form (in a browser) that is > submitting data to 4D.

Re: DDOS Attack simulator

2017-03-24 Thread Lee Hinde via 4D_Tech
Totally appropriate, IMHO. The problem is the test. When the problem is the problem, look at that. I’m guessing for 98% of websites powered by 4D, a DDOS is highly unlikely. > On Mar 24, 2017, at 3:17 PM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Hi Steve, > Isn't that just

Re: Web server: All page links appear as visited after update

2017-03-23 Thread Lee Hinde via 4D_Tech
Yea, what Justin said. A typo in the url or wrote: > I have 4D web server render a page. The page contains a date picker the > user can use to pick a date. When they do the page makes a call back to 4D > where the requested data are found and returned to the page as TEXT > (stringified JSON). Th

Larry Sharpe

2017-03-15 Thread Lee Hinde via 4D_Tech
Larry passed away last week.. Obit here: http://www.mtdemocrat.com/obituaries/larry-sharpe/ ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive

Re: [ANN]: v2.0 of 4D v14/v15 Code Analysis Component Released

2017-03-12 Thread Lee Hinde via 4D_Tech
Thanks very much for this tool. On Tue, Mar 7, 2017 at 8:14 PM, Dani Beaubien via 4D_Tech < 4d_tech@lists.4d.com> wrote: > I have released v2.0 of the CodeAnalysis component. Please take a look at > the release notes below for more detail. > > MY COMMITMENT - ALWAYS WILL BE FREE > ===

Re: Old doesn't work with object fields

2017-02-22 Thread Lee Hinde via 4D_Tech
4D unpacks it the same each time? > On Feb 22, 2017, at 10:03 AM, Jeffrey Kain via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > If ((JSON Stringify($fieldPtr->))#(JSON Stringify(Old($fieldPtr-> > > Seems really inefficient, but it works.

Re: iNUG List "From" Change

2017-02-17 Thread Lee Hinde via 4D_Tech
Whatever you did fixed the issue. Thanks! https://www.dropbox.com/s/22eh2ueu3umf186/Screen%20Shot%202017-02-17%20at%2010.57.30%20AM.png?dl=0 > On Feb 17, 2017, at 9:43 AM, Timothy Penner wrote: > > In outlook the from address shows up like this: > http://imgur.com/a/logbQ > > The old "From" h

Re: LEP and Python Script

2017-02-15 Thread Lee Hinde via 4D_Tech
Sorry Cannon, ignore that, it’s incomplete and inaccurate. (other than that…) > On Feb 15, 2017, at 12:05 PM, Lee Hinde wrote: > > That isn’t setup to return a value (it just prints it to the console) and > it’s not setup to take an argument. >> On Feb 15, 2017, at 11:57 AM, Cannon Smith via 4D

<    1   2