Microsoft app store

2023-08-25 Thread J. Landman Gay via use-livecode
Has anyone submitted a Windows app to the Microsoft store? I have a lead and if it pans out I'd like to know if there's a resource available here. Nothing is set yet but I'm thinking ahead. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

Re: OT - Mac Notarization Problem - Desperation setting in

2023-08-25 Thread Timothy Bleiler via use-livecode
Yes Matthias, I figured you had a good reason so I went back into the account and checked every single thing very carefully. When I saw that my device was not trusted I figured THAT had to be fixed!! Then I just followed your suggestion to redo everything and that’s when I learned about how the

Re: OT - Mac Notarization Problem - Desperation setting in

2023-08-25 Thread matthias rebbe via use-livecode
Congratulations. Good to know that you could resolve it. And now you know why wanted to do a remote session to repeat all steps from creating app-specific pw to connecting to apples services. ;) We could have found out sooner. ;) Unfortunately your security office prohibited the use of Teamviewe

Re: Merging PDF pages

2023-08-25 Thread Eller, Roger via use-livecode
Thank you for this and all the details, Matthias. I will give it a try. ~Roger From: use-livecode on behalf of matthias rebbe via use-livecode Sent: Friday, August 25, 2023 2:16 PM To: How to use LiveCode Cc: matthias_livecode_150...@m-r-d.de Subject: Re: M

Re: OT - Mac Notarization Problem - Desperation setting in

2023-08-25 Thread Bob Sneidar via use-livecode
Yes, this is the advantage of an. App specific password. It’s unrecoverable by you, and so by anyone else. Bob S On Aug 25, 2023, at 1:34 PM, Timothy Bleiler via use-livecode wrote: This time I saw the second part when they send the actual password. I think you need to copy this down becaus

Re: OT - Mac Notarization Problem - Desperation setting in

2023-08-25 Thread matthias rebbe via use-livecode
If you mean that the the link was shown normal and also in sharp bracktes, then that seems to be normal here in the list. I noticed this also in the past. > Am 25.08.2023 um 22:41 schrieb Timothy Bleiler via use-livecode > : > > It’s just not my day. The goofy links in my last post are just s

Re: OT - Mac Notarization Problem - Desperation setting in

2023-08-25 Thread Timothy Bleiler via use-livecode
It’s just not my day. The goofy links in my last post are just supposed to be references to the appleID site. I don’t know how all the rest of that got put in there. I’ve got to be more careful with my copy and paste I guess. > On Aug 25, 2023, at 4:34 PM, Timothy Bleiler via use-livecode >

Re: OT - Mac Notarization Problem - Desperation setting in

2023-08-25 Thread Timothy Bleiler via use-livecode
I think I’ve solved it. I’m very grateful to Matthias both for his code signing tool and his personal help with this problem. In the end it looks like the trouble was caused by a combination of my limited experience with the process and a lack of helpful feedback from Apple’s online tools at c

Re: OT - Mac Notarization Problem - Desperation setting in

2023-08-25 Thread scott--- via use-livecode
I use Matthias' brilliant “mrSignNotarizeHelperV4.livecode” project regularly and when I’ve had a problem in the past, ticking the “Debug mode” checkbox (which places each step of the terminal commands in the message box when you click the “Start” button) and then manually entering each of these

Re: Merging PDF pages

2023-08-25 Thread matthias rebbe via use-livecode
Just noticed that my steps are missing something. So here's version 2 of it. 1. download https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/pdftk_server-2.02-mac_osx-10.11-setup.pkg 2. to extract the pkg run the following in Terminal pkgutil --expand If the source path to the pkg contains sp

Re: OT - Mac Notarization Problem - Desperation setting in

2023-08-25 Thread Mark Smith via use-livecode
Hi Tim, Codesigning is (as you probably know) one of the tricker bits of building an app for distribution (and I’ve certainly had my share of failures and frustrations along the way). I am following this thread closely so if you don’t mind sharing, I’d be interested in hearing what the solution

Re: Merging PDF pages

2023-08-25 Thread matthias rebbe via use-livecode
On which OS are you planning to do this? On Windows and macOS you could make use of PDFTK server from PDFLabs.com On macOS PDFTK Server normally has to be installed to use it. But you could follow these steps here to get it working w/o installation. 1. Do not use the d/

Re: Merging PDF pages

2023-08-25 Thread panagiotis m via use-livecode
Hello all, There is a built-in utility on MacOS for merging PDFs. You can call it from "shell", as Paul suggested. This seems to work - tested on MacOS Mojave. It merges "test1.pdf" and "test2.pdf" into "merged.pdf" on Desktop. Just check that the path of tApp actually exists in modern MacOS as w

Re: OT - Mac Notarization Problem - Desperation setting in

2023-08-25 Thread matthias rebbe via use-livecode
The Keychain.app does not have any influence on passwords entered in the command line. Passwords entered in terminal will not be replaced by Keychain.app. > Am 25.08.2023 um 16:37 schrieb Timothy Bleiler via use-livecode > : > > Thank you Heather, > > I’ll take a look. Matthias Rebbe is also

Re: OT - Mac Notarization Problem - Desperation setting in

2023-08-25 Thread Timothy Bleiler via use-livecode
Thank you Heather, I’ll take a look. Matthias Rebbe is also trying to help me find the problem. Regards, Tim Bleiler > On Aug 25, 2023, at 4:13 AM, Heather Laine via use-livecode > wrote: > > Tim - codesigning is not my expertise but failed password credentials I deal > with frequently :).

Re: Merging PDF pages

2023-08-25 Thread Paul Dupuis via use-livecode
The short answer is NO. There is nothing built into Livecode to take a set fo existing PDF files and append them to create a readable PDF that is them all stitched together. Neither the XPDF external nor the PDF widget will do this. You best option is to use some 3rd party command line utility

Re: Merging PDF pages

2023-08-25 Thread Craig Newman via use-livecode
Richmond. Did I mention this was a bit clunky? Craig > On Aug 25, 2023, at 9:39 AM, Craig Newman via use-livecode > wrote: > > Hmmm. > > Rereading, did you want to be able to collect existing pdf documents, read > them, and then output a single new PDF? If so, I guess you can import those

Re: Merging PDF pages

2023-08-25 Thread Richmond Mathewson via use-livecode
Humph . . . importing documents at images and then knitting them together . . . be aware that you will lose one the most valuable things about a PDF document: the embedded text layer. Richmond. On 25.08.23 16:39, Craig Newman via use-livecode wrote: Hmmm. Rereading, did you want to be able t

Re: Merging PDF pages

2023-08-25 Thread Craig Newman via use-livecode
Hmmm. Rereading, did you want to be able to collect existing pdf documents, read them, and then output a single new PDF? If so, I guess you can import those documents as images on successive cards, and do what I posted earlier. Seems clunky, but then you are asking LC to do something clunky.

Re: Merging PDF pages

2023-08-25 Thread Craig Newman via use-livecode
Hi. Sure. Try this in a button on card 1 of a new stack with, say, three cards: on mouseUp get the desktop folder open printing to pdf it & "/" & “yourNamehere" & ".pdf" repeat with x = 1 to 3 print card x end repeat close printing end mouseUp And I wonder if the new pdf widget has that

Merging PDF pages

2023-08-25 Thread Eller, Roger via use-livecode
It's been a while since I've posted a question here. Is it possible to use livecode script to merge multiple 1-page PDFs into a multipage PDF without using Acrobat or other 3rd party software? Thanks. ~Roger ___ use-livecode mailing list use-liveco

Re: Polygrid sorting

2023-08-25 Thread Paul Dupuis via use-livecode
Thank you Panos! I must be going blind not to have seen the example when I clicked on the Dictionary entry for the message! On 8/25/2023 5:16 AM, panagiotis m via use-livecode wrote: Hello Paul, See the example in the dictionary for the "headerClick" message: local sDirection on headerClic

Re: Polygrid sorting

2023-08-25 Thread panagiotis m via use-livecode
Hello Paul, See the example in the dictionary for the "headerClick" message: local sDirection on headerClick pColumnNumber local tText put the text of me into tText put not sDirection[pColumnNumber] into sDirection[pColumnNumber] set the itemDel to tab # Sort data by this

Re: OT - Mac Notarization Problem - Desperation setting in

2023-08-25 Thread Heather Laine via use-livecode
Tim - codesigning is not my expertise but failed password credentials I deal with frequently :). A possible gotcha is that your password is saved to your keychain, and then, if you change it, the changed password is overwritten by the saved password, invisibly since the password is hidden when e