Downloaded LC 9.5.1 for macOS and got this error message

2020-03-28 Thread kee nethery via use-livecode
“LiveCode Indy 9.5.1.app” can’t be opened because Apple cannot check it for malicious software. This software needs to be updated. Contact the developer for more information. I just downloaded this from the livecode web site, just now. What’s going on? Kee __

Re: Downloaded LC 9.5.1 for macOS and got this error message

2020-03-28 Thread kee nethery via use-livecode
Mar 28, 2020, at 6:55 PM, kee nethery via use-livecode >> wrote: >> >> “LiveCode Indy 9.5.1.app” can’t be opened because Apple cannot check it for >> malicious software. >> This software needs to be updated. Contact the developer for more >> information.

Re: Downloaded LC 9.5.1 for macOS and got this error message

2020-03-28 Thread kee nethery via use-livecode
leery about upgrading > these days. > >> On Mar 28, 2020, at 7:09 PM, kee nethery via use-livecode >> wrote: >> >> That worked. Thank you! Just upgraded to Catalina so still being exposed to >> the higher level of security it imposes. >> Kee &g

Re: Socket Help

2020-04-05 Thread Kee Nethery via use-livecode
Here’s how this should work. Server has an IP and port number that it listens on. Client sends a packet from the same IP and some random port. Computer routes the packet and it doesn’t have to send the packet out on the net. It goes out the client port and back in to the server port. Server r

Sample Stacks tab in IDE is not functional

2020-04-12 Thread kee nethery via use-livecode
Am unable to search and get results. 9.5.1 on MacOS Indy Edition Build 15505 Have gone to web site and it too is unresponsive. In specific I’d like to get a stack that can read or parse a QR code. Kee ___ use-livecode mailing list use-livecode@list

a QR Code reader for iOS and Android?

2020-04-13 Thread kee nethery via use-livecode
From what I can tell there used to be a QRcode scanner in code that Monte provided to LiveCode. I’m using the built in library to create a QR code and as far as I know, that is working great. Now I need something to scan and parse a QRcode. There was nothing I could find that did that in the sam

Re: a QR Code reader for iOS and Android?

2020-04-13 Thread kee nethery via use-livecode
t;put mergAVCamBarcodeTypes()” in the message box, it returns an empty list. Does that mean that Livecode can’t scan any barcode type on my Mac? That seems bizarre. Kee > On Apr 13, 2020, at 3:11 PM, kee nethery via use-livecode > wrote: > > From what I can tell there used to be a QRcode scanner i

Re: a QR Code reader for iOS and Android?

2020-04-13 Thread kee nethery via use-livecode
can exchange data between those devices using QR codes (assuming QR codes are supported by ios for scanning). Thanks! Kee > On Apr 13, 2020, at 3:47 PM, Monte Goulding via use-livecode > wrote: > > > >> On 14 Apr 2020, at 8:30 am, kee nethery via use-livecode >>

Re: What is a real?

2020-04-25 Thread Kee Nethery via use-livecode
In FORTRAN, any variable that starts with a letter in the alphabet from “I” to “N” is an INteger. All other variables are reals (something expressed in scientific notation). Kee Nethery ___ use-livecode mailing list use-livecode@lists.runrev.com Ple

Re: Sad truth about iOS apps

2020-05-16 Thread kee nethery via use-livecode
Replaced or just deleted any 32 bit apps I had. Opened files in 32 bit apps and converted them into something else, typically Text or PDF. Lots of files I printed to PDF and stored the PDF versions. Bought some software to open MacDraw files and save them as PDF. I had some WriteNow files that

Re: vCard save file format binfile or file?

2020-05-31 Thread kee nethery via use-livecode
> On May 31, 2020, at 4:56 PM, Bill Vlahos via use-livecode > wrote: > > If I just use URL file to save vCard files I will get different results on > Windows vs Macintosh regarding CRLF. VCard files are text files. UTF-8 files. https://tools.ietf.org/html/rfc6350#section-3.1 > The vCard st

Re: ProtonMail vs Apple

2020-08-14 Thread Kee Nethery via use-livecode
Bypassing Apple in app purchasing is technically trivial, plenty of apps have done it for years and they have followed the App Store rules when doing so. Physical services (eg Plumbers) and physical products (eg Amazon) they cannot use Apple IAP. Digital goods and services (eg Epic) are required

Re: Big Sur bugs

2020-11-15 Thread Kee Nethery via use-livecode
Just to prevent bugs with earlier versions of macOS, please change: if item 1 of tVersion>10 or item 2 of tVersion>15 then to: if (item 1 of tVersion=10 and item 2 of tVersion>15) or (item 1 of tVersion>10) then Kee Nethery > On Nov 15, 2020, at 9:51 AM, Marty Knapp via use-livecode > w

Re: Chromebook apps?

2020-11-26 Thread Kee Nethery via use-livecode
If you are deploying a single purpose system, for example voter registration or data collection or multiuser simulations/games, Chromebooks are the way to go. And I can see LiveCode as the software for those single purpose custom built systems. Kee Nethery > On Nov 26, 2020, at 9:19 AM, J. Lan

Re: LiveCode Advanced Application Architecture eBook price reduced

2020-12-30 Thread Kee Nethery via use-livecode
Will ponder as I absorb it. Be safe in England. Kee Nethery > On Dec 30, 2020, at 8:44 AM, chipsm themartinz.com via use-livecode > wrote: > > Andre, I just purchased the book. I am reading as I send this email back to > you. > Thanks for this resource. It is valuable resource and I hope to

Is it possible to implement Mac App Store in-app purchases in LiveCode?

2021-01-03 Thread kee nethery via use-livecode
And if it is possible to do in-app purchases in macOS apps, are there instructions or sample code anywhere? It appears to me that the Apple documentation assumes I am using Swift and have imported a set of libraries that are called via Swift. Is there a sample stack somewhere for Mac apps? Ha

anyone doing in-app purchase on macOS?

2021-01-03 Thread kee nethery via use-livecode
Is this even possible? Kee Nethery ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: anyone doing in-app purchase on macOS?

2021-01-04 Thread Kee Nethery via use-livecode
oid. > > There is an enhancement request to extend this support to Mac apps: > > https://quality.livecode.com/show_bug.cgi?id=11749 > > Kind regards, > Panos > -- > >> On Mon, 4 Jan 2021 at 05:38, kee nethery via use-livecode < >> use-livecode@lists.

Re: Is it possible to implement Mac App Store in-app purchases in LiveCode?

2021-01-12 Thread kee nethery via use-livecode
> HI am surprised no one answered this, > > I found this. > > https://lessons.livecode.com/m/4069/l/186807-how-do-i-implement-in-app-purchases-in-livecode-apple-appstore > > On Sun, Jan 3, 2021 at 5:11 PM kee nethery via use-livecode < > use-livecode@lists.r

Re: [ANN] Release 9.6.2 RC-2

2021-01-12 Thread kee nethery via use-livecode
I look forward to the day I can transition to an ARM based Mac. Those puppies are amazingly fast and it’s unlikely Windows machines will be competitive at the same price point. But … I’ll be using my Mac Book Air for years to come, it’s only 6 years old. Kee > On Jan 12, 2021, at 2:47 PM, matt

Re: Considering work with livecode server

2021-01-19 Thread kee nethery via use-livecode
> On Jan 19, 2021, at 7:58 AM, Mark Smith via use-livecode > wrote: > > Hi Andre, how are “apps to bundled content” different from “apps that are > portals to web content" (Jacque’s description)? Or put another way, if > someone wanted to design a tourist app that highlighted interesting loc

Re: Considering work with livecode server

2021-01-24 Thread kee nethery via use-livecode
hanks > Mark > >> On Jan 20, 2021, at 4:25 AM, kee nethery via use-livecode >> wrote: >> >> An app to web content is a mystery app. Your restaurant review app that >> pulls from the web could easily be transformed into a pedophile shopping app >> by

Re: installing and running LC on 'headless' linux server

2021-02-01 Thread kee nethery via use-livecode
> On Feb 1, 2021, at 1:52 AM, Ben Rubinstein via use-livecode > wrote: > > Thanks Mark (and Matthias). That's very useful info which I'll stash for > another time. > > In this case I really don't want to use the LC code over HTTP. It is purely a > utility to run locally on this machine at s

Re: installing and running LC on 'headless' linux server

2021-02-01 Thread kee nethery via use-livecode
put field "counter" + 1 into field “counter" if the optionKey is up then send idleDoit to this stack in 1 second end if end idleDoit > On Feb 1, 2021, at 11:30 AM, Mark Wieder via use-livecode > wrote: > > On 2/1/21 10

Re: S3 Compatible?

2021-02-25 Thread Kee Nethery via use-livecode
From this conversation am I to assume that if I am planning on building a project that relies on AWS S3, I’m gonna have to roll my own connector to it? Kee Nethery ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to s

Re: S3 Compatible?

2021-02-25 Thread Kee Nethery via use-livecode
Thank you for the clarification. Kee Nethery > On Feb 25, 2021, at 10:06 AM, Richard Gaskin via use-livecode > wrote: > > Kee Nethery wrote: > > > From this conversation am I to assume that if I am planning > > on building a project that relies on AWS S3, I’m gonna have > > to roll my own co

how do I get geoLocation on a Mac?

2021-03-01 Thread kee nethery via use-livecode
How do I get latitude & longitude within a macOS LiveCode script? ——— I know iOS has a way to tell you latitude & longitude. It appears that capability is not available on macOS. I know that macOS browsers, with WiFi on and connected, can determine lat/long with a javascript command. At t

Re: how do I get geoLocation on a Mac?

2021-03-02 Thread Kee Nethery via use-livecode
> advantage of lots more data returned should you need it and no messing with > Javascript. > > Paul > > > >> On 1Mar, 2021, at 10:34 AM, kee nethery via use-livecode >> wrote: >> >> How do I get latitude & longitude within a macOS LiveCode script? &

Re: Free APIs

2021-03-05 Thread kee nethery via use-livecode
> On Mar 5, 2021, at 9:36 AM, Tom Glod via use-livecode > wrote: > > Thanks James, a very useful list indeed. +1 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscript

Re: Finding invisible/non printable characters in a string

2021-05-10 Thread Kee Nethery via use-livecode
The ASCII characters at the beginning of the ASCII table (RS, GS, Bell, etc) typically display as a box. What you are describing are zero width Unicode characters. I think there are four. You could explicitly look for them. Kee Nethery > On May 10, 2021, at 7:09 AM, Paul Dupuis via use-livecode

Really need In App Purchasing for macOS

2021-05-14 Thread Kee Nethery via use-livecode
Any suggestions? Each month my app gets 800+ views on the App Store and 1 purchase. With IAP I could convert so many more into paying customers. Any suggestions on how to add IAP to a Mac app? Kee Nethery ___ use-livecode mailing list use-livecode@lis

Re: Really need In App Purchasing for macOS

2021-05-15 Thread kee nethery via use-livecode
currently deploy the “pro / costing money” version. Want to have a free version that demonstrates what it does as a teaser. Thanks, kee > > Please let us know how you solve your problem, and what extra success you had > with the strategy. > > Good luck! > > Rick > &

Re: httpd library

2021-07-25 Thread Kee Nethery via use-livecode
I’ve got a copy of that stack if you still need it. Kee Nethery > On Jul 25, 2021, at 10:51 AM, Bernard Devlin via use-livecode > wrote: > > Hi Rick > > Normally I'd agree with you (ever since Andre piped-up as a young man > saying he was building a webserver in Livecode, I've thought "just

Re: LiveCode community edition is gone

2021-09-02 Thread Kee Nethery via use-livecode
I like the idea of a free version that does not compile into an app. Lets schools teach LiveCode and lets people learn it before deciding to buy it. My two cents Kee Nethery ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: LiveCode community edition is gone

2021-09-07 Thread kee nethery via use-livecode
> On Sep 2, 2021, at 1:48 PM, Mark Smith via use-livecode > wrote: > > HI Kee, > > You do know the schools license gives you complete access to all 7 platforms > and permanent standalones for $25 a seat per year and the apps are > non-expiring? Did not know that. Kee _

Re: LiveCode 10 - what are your thoughts on the new features?

2021-09-07 Thread kee nethery via use-livecode
Still looking for a way to do in-app payments for macOS App Store apps. Thanks for the list of all the new stuff. Kee > On Sep 7, 2021, at 3:01 PM, Martin Koob via use-livecode > wrote: ___ use-livecode mailing list use-livecode@lists.runrev.com Plea

Re: deleting folders on server with revDeleteFolder

2022-07-17 Thread Kee Nethery via use-livecode
Perhaps try using something other than a period as the beginning folder name character? Could be that’s why it’s not working. Just a thought, could be totally wrong. Kee Nethery > On Jul 17, 2022, at 5:21 AM, Alex Tweedly via use-livecode > wrote: > > Those folders are > > "." - the folder

Re: LC converts phone number to scientific notation

2022-09-11 Thread kee nethery via use-livecode
I had the same problem with long integer numbers being imported into a spreadsheet. My solution was to append “a” to the numbers before they got imported into the spreadsheet. Kee Nethery > On Sep 9, 2022, at 3:00 AM, Klaus major-k via use-livecode > wrote: > > Hi friends, > > I have a ver

Re: IP address and Country

2022-11-27 Thread kee nethery via use-livecode
When we did this, the database table had a start and end IP address range column. The IP addresses were entered into the table as integers without the dots. I’m not sure but I think we might have put a “1” at the beginning of the IP address integers so that everything stayed 13 digits (ie the f

Re: How to split a large xml file

2023-04-01 Thread kee nethery via use-livecode
I had to do this once upon a time and I used some of the unix commands in Terminal on a mac. The command is “split” and it was wicked fast. Just be sure to work on a copy of the file. Many examples on the interwebs. If you were going to do this day in a day out, yes, a GUI app would be a good id

Re: Deployment: a plea/opportunity

2023-10-16 Thread kee nethery via use-livecode
I’ve stopped development of my Mac app because LiveCode does not support in-app purchases (ie, allowing me to get paid) and the deployment hassle is just not worth it for an app that has no way to make money. There is NO REASON for each developer to painfully figure out how to deploy apps when

Re: Top things you are waiting for ....

2023-11-18 Thread kee nethery via use-livecode
In App Purchases for MacOS apps. When I can’t make money using LiveCode, I have to use something else. Everything in LiveCode should be Unicode. Really surprised there is stuff that is not. Kee Nethery ___ use-livecode mailing list use-livecode@lists.

How to edit a How To Lesson?

2024-02-11 Thread kee nethery via use-livecode
I seem to have forgotten how to edit my LiveCode lesson. Can someone point to a how to on how to edit a lesson? In specific: https://lessons.livecode.com/m/4071/l/876834-signing-and-uploading-apps-to-the-mac-app-store Thanks, Kee Nethery ___ use-live

Re: How to edit a How To Lesson?

2024-02-11 Thread kee nethery via use-livecode
ppear to grant me any additional access to my lesson. Will try the screensteps download. Thanks, Kee > >> Am 11.02.2024 um 23:04 schrieb kee nethery via use-livecode >> : >> >> I seem to have forgotten how to edit my LiveCode lesson. >> >

Re: How to edit a How To Lesson?

2024-02-11 Thread kee nethery via use-livecode
The link is not lessons.livecode.com but rather https://runrev.screenstepslive.com/admin/v2/sites/14751/toc This looks like it will get me to the edit page. Not sure I need the Screensteps app but we’ll see. Thanks Kee > On Feb 11, 2024, at 2:58 PM, kee nethery via use-livecode >

macOS and iOS sandbox permissions

2018-05-30 Thread kee nethery via use-livecode
I’m looking for a list of sandbox permissions needed for various functions to actually work when the app is deployed by an Apple AppStore. I know about these since I use them in my macOS app: com.apple.security.files.user-selected.read-write com.apple.security.network.client What sandbox permis

Re: UTF8 on LC server

2018-05-31 Thread kee nethery via use-livecode
> On May 31, 2018, at 4:33 PM, Tim Selander via use-livecode > wrote: > > Thanks, Warren. > > Yes, I've got that header set up, and UTF8 is working fine, pages look great. > But LC server is not handling character chunking in variables the same way as > LC desktop. In desktop, I can say "pu

Re: UTF8 on LC server

2018-05-31 Thread kee nethery via use-livecode
I’m assuming you are using “unicode” (aka UTF-16) and not UTF8 to do all your transforming of the data? Kee > On May 31, 2018, at 4:46 PM, Tim Selander via use-livecode > wrote: > > Thanks, Kee. > > Actually, I had found the reference to codepoint in the dictionary and tried > it. But it see

worth it's salt in security

2018-06-06 Thread kee nethery via use-livecode
There is a bunch of basic info on the use of a salt on the web. The wikipedia article is a good start. It depends upon where and how you are using it. Mostly they discuss using a salt with a hash function. They recommend a long salt. They recommend storing the salt with the hashed password. Us

Re: worth it's salt in security

2018-06-06 Thread kee nethery via use-livecode
Yes, My description was about hashing. If your main concern is encrypting …. not something I know. sorry. Kee > On Jun 6, 2018, at 7:32 PM, Richard Gaskin via use-livecode > wrote: > > Brian Milby wrote: > > From the dictionary: > > > > The password and salt value are combined and scrambled t

Re: Best practise approach for artwork for iOS and Android?

2018-06-11 Thread Kee Nethery via use-livecode
If you use the imagery you have, don’t distort it to fill the screen. That always looks bad. Add white space and/or crop but keep the proportions correct. If you run them through a smoothing filter to up the dpi, you will want to bit poke each image to restore sharp corners that should not have

Re: Examples of encryption for database access

2018-06-28 Thread Kee Nethery via use-livecode
On Jun 28, 2018, at 9:17 AM, William Prothero via use-livecode wrote: > Another question I have is the best way to process the input text to > eliminate injection type attacks. I have a series of functions that filter out everything but ... digitsOnly() <- deletes everything other than 0 thro

Re: Apple's 30%--anyway around it?

2018-07-16 Thread Kee Nethery via use-livecode
First you develop a business selling ebooks that does not utilize the AppStore. You sell online and the ebooks are useable on macOS, Windows, Android, web browser. Once that is fully functional, you add yet another reader, one for iOS. People who have already purchased content via some other m

Re: Why you should sanitize input data

2018-07-16 Thread kee nethery via use-livecode
We had a system interface between a public web server and a SQL database that ran pre-formed SQL commands. The table was specified, the variables were typed, the output was processed by XSLT, etc. The public server called a function that included the variables and got back whatever the XSLT p

Re: 64 bit LC

2018-07-20 Thread Kee Nethery via use-livecode
On Jul 20, 2018, at 7:39 PM, Jerry Jensen via wrote: > > Just whip out your HP-35. It gets right answers! > .Jerry Long ago I sat on a bus at a conference next to the product manager for the HP-35. He said that they ran out of a part that was no longer made and had to re-design the board to use

Re: A poor man's app updater

2018-08-04 Thread Kee Nethery via use-livecode
For sure don’t try to write updates to Applications on macOS, that requires permissions. Far better to treat them as app data and store in same place preferences get stored. Kee Nethery > On Aug 3, 2018, at 5:29 PM, Peter Bogdanoff via use-livecode > wrote: > > So, to store and access LC sta

Re: [OT]Silly weekend LC poll

2018-08-25 Thread Kee Nethery via use-livecode
For me both are pronounced the way they would be as a full word except only the first syllable is pronounced. > CHAR: Rhymes with "care" > LOC: Rhymes with "smoke" Kee Nethery ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit th

Re: [OT]Silly weekend LC poll

2018-08-25 Thread Kee Nethery via use-livecode
I’ll just switch to using my nose. :-) Kee Nethery > On Aug 25, 2018, at 10:06 PM, J. Landman Gay via use-livecode > wrote: > > I swear one of these days someone is going to sew your fingers shut. > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.h

Re: [OT]Silly weekend LC poll

2018-08-26 Thread Kee Nethery via use-livecode
On Aug 25, 2018, at 11:47 PM, Richmond Mathewson wrote: > > Who nose, and who chars? > > As long as one's life is field with joy, nothing matters. > > Richmond. I kneel before the master Kee Nethery ___ use-livecode mailing list use-livecode@lists.

Re: Exiting a repeat loop

2018-10-04 Thread kee nethery via use-livecode
This might not work for you but, I put: if the optionkey is down then exit repeat end if So not trying to capture a specific event, just looking to see if a key is pressed down. What happens is that I put one of these within every repeat loop and when it hits one, it quickly dumps out of th

Re: Sorting search results - solution needed

2018-10-23 Thread Kee Nethery via use-livecode
I’d deconstruct the values into separate items and then sort by the last item, then next to last, eventually getting to the first. Kee Nethery > On Oct 23, 2018, at 12:22 PM, Scott Seward via use-livecode > wrote: > > Hi, > > I need to sort the result set of a search. But the common sort mec

Re: LiveCode Pseudo Captcha?

2018-10-31 Thread kee nethery via use-livecode
We had a math question that was randomly generated. What is the result of ? And for answers we would include the three answers that used the three possible operations. The question was in words, the answers were digits. Seemed to work for us. Kee > On Oct 31, 2018, at 1:05 PM, J. Landman Ga

Re: LC/macOS App Store

2018-11-09 Thread kee nethery via use-livecode
Did you try this checklist? If you did and it didn’t work, please let me know so I can fix it. Kee Nethery http://lessons.livecode.com/m/4071/l/876834-signing-and-uploading-apps-to-the-mac-app-store ___ use-livecode mailing list use-livecode@lists.r

Re: LC/macOS App Store

2018-11-09 Thread kee nethery via use-livecode
> > (I think we should include that important step if possible.) > > I will attempt to work through it one more time anyway, > and get back to you after I’m sure I have wasted enough > time and energy. > > Thanks, > > Rick > > > >> On Nov 9, 2

Re: LC/macOS App Store

2018-11-09 Thread kee nethery via use-livecode
I agree that the LiveCode Application Builder should handle all the details. The stacks that others have built work great … until they don’t. That’s why my instructions are all Terminal based. If something errors out, you can see the error and perhaps deal with it. When everything is hidden beh

where can I learn about macOS app Help menu Search menu item?

2018-11-17 Thread kee nethery via use-livecode
Building a macOS app and in the Help menu, the top menu item is “Search” with a search field. How do I populate the data that gets searched so that answers to questions about the app can live there? Trying to search for “search” and “Menu” is not useful. Thanks, Kee Nethery ___

Re: where can I learn about macOS app Help menu Search menu item?

2018-11-19 Thread kee nethery via use-livecode
Awesome. thanks! Kee > On Nov 18, 2018, at 11:55 PM, Pi Digital via use-livecode > wrote: > > Here’s the link to the Apple Dev page for help view files > > https://developer.apple.com/library/archive/documentation/Carbon/Conceptual/ProvidingUserAssitAppleHelp/authoring_help/authoring_help_boo

Re: Issues with app delivery!

2018-11-26 Thread kee nethery via use-livecode
Try this URL https://developer.apple.com/documentation/security/com_apple_security_app-sandbox?language=objc It’s not very useful. But it does say that entitlement needs a boolean. Try adding to the entitlements.plist the following: com.apple.security.app-sandbox Wonder what y

Re: Issues with app delivery!

2018-11-26 Thread Kee Nethery via use-livecode
What is revsecurity.dylib used for? That probably tells us what you are using that my app was not. Kee > On Nov 26, 2018, at 2:57 PM, kee nethery via use-livecode > wrote: > > Try this URL > > https://developer.apple.com/documentation/security/com_apple_security_app-san

Re: Issues with app delivery!

2018-11-26 Thread Kee Nethery via use-livecode
t 2:59 PM, Kee Nethery via use-livecode > wrote: > > What is revsecurity.dylib used for? That probably tells us what you are using > that my app was not. > > Kee > >> On Nov 26, 2018, at 2:57 PM, kee nethery via use-livecode >> wrote: >> >>

Re: Issues with app delivery!

2018-11-26 Thread kee nethery via use-livecode
ndering if perhaps revsecurity.dylib is being used > for the password protection of the stack. That could be it. > If that is the problem though how are people supposed to > protect their code? > > Rick > >> On Nov 26, 2018, at 5:59 PM, Kee Nethery via use-livecode >> wrote:

Re: Issues with app delivery!

2018-11-26 Thread kee nethery via use-livecode
he contents of the standalone > and unfortunately it doesn’t tell me if it is 32 or 64 bit. :-( > > Rick > >> On Nov 26, 2018, at 11:36 PM, kee nethery via use-livecode >> wrote: >> >> Sounds like a bug report is in order? >> >> Also, I wonder if you

Re: LC-apps for HC

2018-11-30 Thread kee nethery via use-livecode
And I thought I was the last hold-out using Hypercard. Sold all my PPC Mac Minis. Kee nethery ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://l

Re: LC-apps for HC

2018-11-30 Thread kee nethery via use-livecode
Livecode is a program for creating programs. MacPaint is a program for creating images that as far as I know ran on 68K macs. Not sure it ever ran on PPC Macs. Not sure if MacPaint images can import into Livecode. Asking if MacPaint works in LC doesn’t make sense to me. Kee > On Nov 30, 2018, at

Re: LC-apps for HC

2018-12-01 Thread Kee Nethery via use-livecode
c and imagination. Ingar > > Sendt fra min iPhone > >> 1. des. 2018 kl. 06:36 skrev kee nethery via use-livecode >> : >> >> Livecode is a program for creating programs. >> MacPaint is a program for creating images that as far as I know ran on 68K >> ma

uploading new app to mac app store

2018-12-01 Thread kee nethery via use-livecode
I’m uploading a new app to the Mac App Store and at the same time, revising my LiveCode Lesson on the same. Stuff has changed OR I’m just really missing something obvious. I’ve got the app built, signed, all that good stuff. I’ve added it into developer.apple.com with it’s bundle ID of com.ello

Re: uploading new app to mac app store

2018-12-02 Thread kee nethery via use-livecode
uot;system default” > made the problem go away. > > Once I did that, Application Loader finally > successfully uploaded my app to the > Apple App Store. Whew! > > The status of it is now in review. I will keep > my fingers crossed that they approve it and > that nothin

Re: Issues with app delivery!

2018-12-03 Thread kee nethery via use-livecode
> On Nov 28, 2018, at 1:51 PM, Rick Harrison via use-livecode > wrote: > > Brian, > > Do you mean: > > sudo codesign --verbose --deep --force --sign "3rd Party Mac Developer > Application: MYCOMPANY NAME (KDSK9SJUNK)” --entitlements > assuming you meant --entitlements Kee > > If so,

revsecurity.dylib is not 64-bit on macOS

2018-12-03 Thread kee nethery via use-livecode
Trying to upload to the Mac App Store and I get this error. “Unsupported Architectures. Your executable contained the following disallowed architectures: ‘[i386 (in com.elloco.ellocotools.pkg/Payload/El Loco Tools.app/Contents/MacOS/revsecurity.dylib)]’. New apps submitted to the Mac App Store

Anyone using the HTML 5 LiveCode tool?

2018-12-21 Thread kee nethery via use-livecode
Was thinking of trying it out but the details indicate that it is not yet ready for production. Kee ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: htt

Re: Anyone using the HTML 5 LiveCode tool?

2018-12-21 Thread kee nethery via use-livecode
ers, like me, will > want to get out of Apple's clutches, which is always asking for more. > > Translated with www.DeepL.com/Translator > > Alain Vezina > Dir, Logilangue > Montreal, Canada > >> Le 21 déc. 2018 à 13:45, kee nethery via use-livecode >>

Re: How to remove emoji's from unicode string

2019-01-13 Thread Kee Nethery via use-livecode
On my phone so verify this. Shouldn’t you be using codepointoffset(),not offset()? Kee Nethery > On Jan 13, 2019, at 1:34 PM, Richmond via use-livecode > wrote: > > Cop a look at this: > > *http://forums.livecode.com/viewtopic.php?f=7&t=32030* > >> On 13.01.19 22:17, Stephen MacLean via use-

The merge function is redundant?

2019-01-18 Thread kee nethery via use-livecode
I’m confused. Can someone explain why merge function exists when the put function works just as well? merge( [[ 1 + 2 ]] = 3) vs put 1 + 2 && “= 3” What is it that merge can do that a put cannot do? Just asking because I don’t want LiveCode to end up like Perl where there are so many completely

Re: The merge function is redundant?

2019-01-18 Thread kee nethery via use-livecode
Thanks everyone. Templates makes sense. Just for grins, perhaps the dictionary entry could be enhanced with Jacque’s example. It makes sense to me now. Kee ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscrib

Re: Livecode Dictionary

2019-01-19 Thread kee nethery via use-livecode
> On Jan 19, 2019, at 8:54 AM, Brian Milby via use-livecode > wrote: > > We have an even better option now. Contributions to the actual dictionary > can be submitted via GitHub. If you have to post this here, it means it needs to be more obvious in the Dictionary wrapper that we all use.

Re: Should I forget HC? Honestly?

2019-01-26 Thread Kee Nethery via use-livecode
As someone who last year sold all my PPC Mac Minis that ran HyperCard, I’d suggest that you either get a version of Mac OS 9 running in a simulator, and run the real HyperCard, or switch to Livecode in all its glory. Trying to build a limited version of Livecode, that mimics HyperCard, seems l

Re: Bay Area Maker Faire

2019-02-11 Thread kee nethery via use-livecode
I go to the Bay Area Maker Faire each year. I’ll be there this year. It’s a pretty amazing event. The creativity on display of things people have built is astonishing. Cube Satellites, robots, drones, sewn objects, all sorts of stuff, very inspirational. Kee

Mac App Store step by step instructions just updated.

2019-02-20 Thread kee nethery via use-livecode
Signing and Uploading apps to the Mac App Store http://lessons.livecode.com/m/4071/l/876834-signing-and-uploading-apps-to-the-mac-app-store Have gone through the app revision process and my app was reviewed and published so as of yesterday, the step by step instructions are correct. Kee Nethery

Re: Mac App Store step by step instructions just updated.

2019-02-21 Thread kee nethery via use-livecode
signhelper.dermattes.de/> > >> Am 21.02.2019 um 06:55 schrieb kee nethery via use-livecode >> mailto:use-livecode@lists.runrev.com>>: >> >> Signing and Uploading apps to the Mac App Store >> http://lessons.livecode.com/m/4071/l/876834-signing-and-uploading-apps

Re: Mac App Store step by step instructions just updated.

2019-02-21 Thread kee nethery via use-livecode
tamaker.dermattes.de/> > https://winsignhelper.dermattes.de <https://winsignhelper.dermattes.de/> > >> Am 21.02.2019 um 22:42 schrieb kee nethery via use-livecode >> mailto:use-livecode@lists.runrev.com>>: >> >> >> >>> On F

Re: Mac App Store step by step instructions just updated.

2019-02-21 Thread kee nethery via use-livecode
be >> >> free tools for Livecoders: >> https://instamaker.dermattes.de <https://instamaker.dermattes.de/> >> https://winsignhelper.dermattes.de <https://winsignhelper.dermattes.de/> >> >>> Am 21.02.2019 um 22:42 schrieb kee nethery via use-livecode >&g

Re: Format text data records for processing in Livecode

2019-02-26 Thread kee nethery via use-livecode
What about accidentally choosing a codepoint that is already in the text? I tend to use tab and return for spreadsheet data. For text that needs to include tabs and returns, I use the ASCII codepoints designed for delimiting data; Unit Separator ACSII37, Record Separator ASCII36, Group Separato

Re: Drag-and-Drop with Desktop Files

2019-03-14 Thread kee nethery via use-livecode
I had drag and drop in my macOS app but … when going with the AppStore, and sandboxing, there was no way for drag and drop to trigger the sandbox permission that would allow the app to read that file. I knew which file, but since it did not go through the dialog box, the permission wasn’t set.

LiveCode Localization?

2019-03-16 Thread kee nethery via use-livecode
Does anyone on this list have an app that you localize into other languages (French, German, Japanese, etc)? If so, I’d like to ask you how you support localization. Want to see if there is a common method since LiveCode does not support the techniques used by macOS, iOS, Android, Windows. Tha

Re: Apple Wants Application Specific Password

2019-03-19 Thread kee nethery via use-livecode
My experience was that I had to use the application uploader embedded in Xcode and all I needed was my developer ID and password. Far as I know it was my “normal” password. Kee Nethery > On Mar 19, 2019, at 12:03 PM, Sannyasin Brahmanathaswami via use-livecode > wrote: > > Matthias: Does tha

Re: Apple Wants Application Specific Password

2019-03-19 Thread kee nethery via use-livecode
Perhaps things changed in the last couple of weeks. Kee > On Mar 19, 2019, at 2:52 PM, kee nethery via use-livecode > wrote: > > My experience was that I had to use the application uploader embedded in > Xcode and all I needed was my developer ID and password. Far as I kn

Re: Notarizing applications for macOS

2019-04-09 Thread kee nethery via use-livecode
I have to admit, I’ve only read about this notarization thing but based upon my experience in getting an app approved for the macOS app store, my answer would be yes. Yes you can notarize LC standalones. My guess is that you just code sign the app with your apple developer ID certificates. My g

Re: Upcoming MacOS 14.5 with software “notarization” requirements

2019-04-12 Thread kee nethery via use-livecode
My understanding from conversations with people who should know is that apps that have already been approved by you on your macOS computer and are logged in your computer’s gatekeeper system to be allowed to run, will continue to be allowed to run when you update your OS. New versions and new ap

Notarization & hardening for macOS non-App Store Apps?

2019-05-09 Thread kee nethery via use-livecode
Help. I volunteered to research this topic and present on it. I’ve documented the process to upload to the App Store, figured this would be less steps and I could figure it out and present on it at the LiveCode conference (as well as document it on the lessons web site). There are two issues I

Re: Notarization & hardening for macOS non-App Store Apps?

2019-05-09 Thread kee nethery via use-livecode
. Kee > >> On 10 May 2019, at 10:29 am, kee nethery via use-livecode >> wrote: >> >> Help. >> >> I volunteered to research this topic and present on it. I’ve documented the >> process to upload to the App Store, figured this would be less steps an

  1   2   >