Re: Certificate Problems

2018-05-12 Thread panagiotis merakos via use-livecode
Hi Bill, Also make sure that: 1. You use a development (not distribution) provisioning profile 2. "Beta version" is not checked 3. If the provisioning profile is associated with a specific app id, then you use the correct app id. Best, Panos On Sat, May 12, 2018, 03:33 prothero--- via

Re: Certificate Problems

2018-05-12 Thread prothero--- via use-livecode
I think it might be very helpful to know how the Apple Developer Web site, Xcode, and keychain interact on the Mac. One thing that is confusing me on the developer site, is when I try to make a new provisioning profile, it says there are no available certificates. Yet, when I go to the

PDF

2018-05-12 Thread Mike Bonner via use-livecode
I haven't needed to do this before, but is there a (relatively) easy way to extract the text from a bunch of pdf files? I'm hoping I can build some indexes for the boatload of files I want to go through. (THough, I guess I could bipass LC and just grep my heart out) Any suggestions?

Re: PDF

2018-05-12 Thread Paul Dupuis via use-livecode
I hear you. Too bad though because with XPDF, the function to fetch all the text from a PDF is just: function pdfText pFile   local tUnicodePageText, tUnicodeDocumentText   create inv group "pdfViewer" in this card   XPDFViewer_Open "pdfViewer",the windowID of this stack   XPDFViewer_Set

Re: PDF

2018-05-12 Thread Paul Dupuis via use-livecode
If you have a Business License, you can use the XPDF external available with those editions for doing that. On 5/12/2018 12:58 PM, Mike Bonner via use-livecode wrote: > I haven't needed to do this before, but is there a (relatively) easy way to > extract the text from a bunch of pdf files? I'm

Re: PDF

2018-05-12 Thread Mike Bonner via use-livecode
Ty Paul. Unfortunately, a business license is way outside my level of affordability. Looking into alternative methods to generate the index now, though I'd still love to find an lc way to do it. On Sat, May 12, 2018 at 11:30 AM, Paul Dupuis via use-livecode < use-livecode@lists.runrev.com>

Re: Certificate Problems

2018-05-12 Thread William Prothero via use-livecode
Panos: Thanks for the suggestion. I never would have thought that turning off “Beta Version” would solve my problem, but it did. The app loads now. Thanks! Bill > On May 11, 2018, at 11:59 PM, panagiotis merakos via use-livecode > wrote: > > Hi Bill, > > Also

Re: PDF

2018-05-12 Thread Mike Bonner via use-livecode
Thanks Richard. This helps cut my search down considerably. I had already set up an ubuntu vm on my unraid server, so I should be able to get something going. Much appreciated. On Sat, May 12, 2018 at 2:08 PM, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Mike

Re: PDF

2018-05-12 Thread Dr. Hawkins via use-livecode
the utilities pdf2txt and pdftotxt (or do they spell out text?) On Sat, May 12, 2018 at 9:58 AM, Mike Bonner via use-livecode < use-livecode@lists.runrev.com> wrote: > I haven't needed to do this before, but is there a (relatively) easy way to > extract the text from a bunch of pdf files? I'm

Re: Certificate Problems

2018-05-12 Thread ELS prothero via use-livecode
Ok, I’ve answered some of my own problems. Panos’ suggestion to make sure “Beta Version” was not checked in the iOS preferences, worked. So, until the next time when I lose a bit more hair, my app is loading and I can test it. Thanks, Colin and Panos, for the few words of wisdom that it took

Re: PDF

2018-05-12 Thread Mike Bonner via use-livecode
That is pretty darn easy. Sure makes me wish! On Sat, May 12, 2018 at 1:36 PM, Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > I hear you. Too bad though because with XPDF, the function to fetch all > the text from a PDF is just: > > function pdfText pFile > local

Re: PDF

2018-05-12 Thread Richard Gaskin via use-livecode
Mike Bonner wrote: > I haven't needed to do this before, but is there a (relatively) easy > way to extract the text from a bunch of pdf files? I'm hoping I can > build some indexes for the boatload of files I want to go through > (THough, I guess I could bipass LC and just grep my heart out) >

Re: PDF

2018-05-12 Thread Alex Tweedly via use-livecode
On 12/05/2018 21:08, Richard Gaskin via use-livecode wrote: Per Postel's Law, reduce the stockpile of PDFs littering humanity's infosphere by generating none except in the increasingly rare cases where no other format is a better choice. Good advice to improve the world :-). But

Re: PDF

2018-05-12 Thread Richard Gaskin via use-livecode
Alex Tweedly wrote: So I think we're a few years away from being able to replace PDF with ePub :-( No doubt. There's also an post from me in the archives around 2002 suggesting Mac should switch to Intel. Sometimes I'm a bit early. ;) As I said, long-term. General market inertia coupled

Re: Active window and mouse location

2018-05-12 Thread Bob Sneidar via use-livecode
Is the window that remains on top a modal or system window? Bob S > On May 11, 2018, at 08:09 , Douglas Ruisaard via use-livecode > wrote: > > no apologies necessary... you got it completely right!... Unfortunately your > idea doesn't work in Windows 7 and/or