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 >

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. >> >

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

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

Re: Deployment: a plea/opportunity

2023-10-16 Thread kee nethery via use-livecode
LiveCode could do it for everyone. Kee Nethery > On Oct 13, 2023, at 10:52 AM, Klaus major-k via use-livecode > wrote: > > Bravo, Richard, you are so right, bravo! > >> Am 13.10.2023 um 19:46 schrieb Richard Gaskin via use-livecode >> : >> >&

Re: How to split a large xml file

2023-04-01 Thread kee nethery via use-livecode
to adjust. But for sure BBEdit was a champ in opening them and scrolling through them easily. Kee Nethery > On Apr 1, 2023, at 5:17 AM, jbv via use-livecode > wrote: > > Hi list, > > I have a 75Go xml file that I need to process, and therefore > need to split it into sma

Re: IP address and Country

2022-11-27 Thread kee nethery via use-livecode
the front zeros in an IP address were not eliminated). StartIP and EndIP columns were indexed. The lookup time was pretty quick. Kee Nethery ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

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,

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: > > T

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

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 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

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 Livecod

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 > &

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

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

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

Re: how do I get geoLocation on a Mac?

2021-03-02 Thread Kee Nethery via use-livecode
the page on an https enabled web site and see if I can get it to load in a browser widget. Will report back. But if all else fails, the IP to lat long is going to be a good solution. Thanks Kee Nethery > On Mar 1, 2021, at 8:35 PM, Paul Hibbert via use-livecode > wrote: > > I’m n

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

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 go

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

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: installing and running LC on 'headless' linux server

2021-02-01 Thread kee nethery via use-livecode
mimic this functionality. Basically I needed a stack to launch and run in the IDE and LiveCode didn’t have a way to do that. Kee Nethery ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and m

Re: Considering work with livecode server

2021-01-24 Thread kee nethery via use-livecode
might go for it, but assume they won’t. Not all app ideas can be apps. > > Are there any links available to guidelines that describe these limitations? Apple developer site makes you agree to their terms and conditions. Thats what you want to reread with a very critical ete. Kee > > T

Re: Considering work with livecode server

2021-01-19 Thread kee nethery via use-livecode
ng a secret pass phrase and then changing the data on the web site. (as an extreme example) Kee Nethery ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: htt

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,

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 < >

Re: anyone doing in-app purchase on macOS?

2021-01-04 Thread Kee Nethery via use-livecode
new features that might be similar, just don’t recall the details. Thanks, Kee Nethery > On Jan 4, 2021, at 4:13 AM, panagiotis merakos via use-livecode > wrote: > > Hello Kee, > > The IAP (in-app purchase) commands in LC are currently supported only on

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

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

2021-01-03 Thread kee nethery via use-livecode
? Has someone created a library I can use? Thanks, 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

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 r

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

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 v

Re: ProtonMail vs Apple

2020-08-14 Thread Kee Nethery via use-livecode
) are required to use IAP. Those are the terms of service. Of course Epic got booted. Nothing surprising about it other than that they thought they would get away with it. Kee Nethery > On Aug 14, 2020, at 2:32 AM, JeeJeeStudio via use-livecode > wrote: > > Waaah, now even EPIC with Fortn

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

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

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

Re: a QR Code reader for iOS and Android?

2020-04-13 Thread kee nethery via use-livecode
that 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 &g

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

a QR Code reader for iOS and Android?

2020-04-13 Thread kee nethery via use-livecode
that in the sample stacks. Any ideas? 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

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

Re: Socket Help

2020-04-05 Thread Kee Nethery via use-livecode
replies from its port to the client port (client is waiting for a reply). Try talking to your server with a browser on your computer and see what the server response looks like. Kee Nethery > On Apr 5, 2020, at 11:22 AM, Bob Sneidar via use-livecode > wrote: > > Hi all. >

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: Downloaded LC 9.5.1 for macOS and got this error message

2020-03-28 Thread kee nethery via use-livecode
That worked. Thank you! Just upgraded to Catalina so still being exposed to the higher level of security it imposes. Kee > On Mar 28, 2020, at 6:58 PM, Bob Sneidar via use-livecode > wrote: > > Try right-clicking it and selecting Open. > > Bob S > > >> On

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: How much do we have to pay to get a minimum of efficiency from HTML5

2019-11-19 Thread kee nethery via use-livecode
> On Nov 19, 2019, at 12:01 AM, hh via use-livecode > wrote: > > TMHO there are so few license holders in HTML5 that > there is nearly no step forward in that field -- sadly > a downward spiral. Interesting. And I was waiting for it to be production ready before paying

Re: server push to desktop client

2019-11-05 Thread Kee Nethery via use-livecode
to initiate first contact with a client. Kee Nethery > On Nov 4, 2019, at 11:26 PM, Phil Davis via use-livecode > wrote: > > I need to make a desktop app (Mac only for now) that receives pushed data > from a LC server. I've never done this - all the desktop <-> server > inte

Re: Learning from scratch - any recommendations?

2019-11-01 Thread kee nethery via use-livecode
My recommendation is to have them start with scratch.mit.edu and spend a month making stuff with that language. Scratch is built for 1st graders to pick up and it is extremely satisfying as the starter language. They get exposed to all sorts of concepts, message passing, variables, flow

Re: My old man vs LC Standalone

2019-10-21 Thread kee nethery via use-livecode
My wife built a Hypercard stack standalone that was protected by a dongle. But, every call to the dongle was something you could search for in the scripts. So she had scripts that did hashes of the scripts that talked to the dongle. And she had scripts that did hashes of the scripts that

Re: Catalina

2019-10-09 Thread kee nethery via use-livecode
I’m not so concerned with the latest version of Catalina as I am with some of the software I use ceasing to function. Want to make sure I either update everything to 64bit, find a replacement, or convert documents into a format that will work with the 64bit apps that I do have. Kee > On Oct

Livecode unit test harness?

2019-10-02 Thread kee nethery via use-livecode
I assume RunRev does unit tests for LiveCode. Is there a test harness where we can submit a stack to be in the unit test set of tests that they use? Hypercard was hella reliable, I’d love for Livecode to be as reliable. Kee Nethery ___ use-livecode

Re: Mac Codesigning stops working. (revSecurity.dylib)

2019-09-29 Thread Kee Nethery via use-livecode
. Kee Nethery > On Sep 29, 2019, at 12:46 PM, Tony Trivia via use-livecode > wrote: > > Hi all. > > I had the whole Mac codesigning thing under control, notarization, all > that. Was successfully signing, notarizing and distributing (as third > party) my MacOS app a

Re: Python to LiveCode

2019-09-28 Thread kee nethery via use-livecode
is typically structured. That’s what I did. Tedious but straightforward and successful. Kee Nethery > On Sep 28, 2019, at 11:35 AM, Patrick Roza via use-livecode > wrote: > > I would like to take the python code and convert it to LiveCode. I know > there is a cheat sheet but it is

Re: OT: Catalina - the end of ad hoc & in-house development?

2019-09-09 Thread kee nethery via use-livecode
click on everything and download stuff and agree to all sorts of silly stuff and then claim that they have been hacked (and perhaps they have been hacked). I’m OK with extra steps if the OS becomes safer for folks who really do not understand security. Just my two cents. Kee nethery > On Se

Re: OSX File Extension

2019-09-07 Thread Kee Nethery via use-livecode
I seem to recall a Wikipedia article that lists all of the file extensions not file types but file extensions. You might want to look to see if yours is already in use. Kee Nethery > On Sep 7, 2019, at 10:44 PM, JB via use-livecode > wrote: > > Thanks for the info! I guess

Re: identifying macOS folders that are considered to be files?

2019-05-28 Thread kee nethery via use-livecode
that appear to have a file type on them. What a mess. Kee Nethery > On May 24, 2019, at 11:45 PM, Kee Nethery via use-livecode > wrote: > > Mark, Trevor, > > Thank you. Will test tomorrow. Will report back. Thanks again > > Kee Nethery > >> On May 24, 2019, at

Re: identifying macOS folders that are considered to be files?

2019-05-25 Thread Kee Nethery via use-livecode
Mark, Trevor, Thank you. Will test tomorrow. Will report back. Thanks again Kee Nethery > On May 24, 2019, at 6:53 PM, Mark Waddingham via use-livecode > wrote: > > I’m pretty sure bundles always have a PkgInfo file in them too - so you > should (alternatively to

identifying macOS folders that are considered to be files?

2019-05-24 Thread kee nethery via use-livecode
”. They can be opened up and the contents can be viewed. Is there any way to know which “folders” are actually treated by the OS as files? Thanks, Kee Nethery ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

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

Notarization & hardening for macOS non-App Store Apps?

2019-05-09 Thread kee nethery via use-livecode
I’m running into and I could sorely use some help if any of you have gone through this notarization process on a macOS app. Kee Nethery ——— TLDR ——— The developer ID certificate is the same one used to sign an app on the AppStore and it is not expired so … I’m really stumped as to why

Re: Upcoming MacOS 14.5 with software “notarization” requirements

2019-04-12 Thread kee nethery via use-livecode
apps will need to be notarized. Kee Nethery > On Apr 9, 2019, at 7:27 PM, Tariel Gogoberidze via use-livecode > wrote: > > Hi > > It seems that as of MacOS 14.5 all new and updated apps would not run > without been “notarized” by Apple. > > https://develo

Re: Notarizing applications for macOS

2019-04-09 Thread kee nethery via use-livecode
o say that it really did come from me and so that the OS can checksum the bundle of bits to make sure they match what I signed and haven’t been altered by malware." Of course, data needs to be stored outside of the standalone but I kind of remember that is required anyway. Kee Nethery > On Apr

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: 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: > > Ma

LiveCode Localization?

2019-03-16 Thread kee nethery via use-livecode
. Thanks, 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: 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.

Re: Format text data records for processing in Livecode

2019-02-26 Thread kee nethery via use-livecode
>”. Where (the seconds) is the actual value for the seconds. Then I’ll use the ASCII codepoints that were allocated for delimiters. And I’ll add my replacement separators at the front of the data stream knowing that I can see what that entire string should get replaced with. My two cents.

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: 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
ng-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 st

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

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

Re: Should I forget HC? Honestly?

2019-01-26 Thread Kee Nethery via use-livecode
teach them a solid subset of Livecode and let them discover everything else on their own. Just my thoughts. Kee Nethery > On Jan 25, 2019, at 11:22 PM, Ingar Roggen via use-livecode > wrote: > > Hi, all of you! > Twice I have asked through this list for help to get an idea

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: 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

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

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=32030* > >> On 13.01.19 22:

Re: Anyone using the HTML 5 LiveCode tool?

2018-12-21 Thread kee nethery via use-livecode
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 >> a écrit :

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:

revsecurity.dylib is not 64-bit on macOS

2018-12-03 Thread kee nethery via use-livecode
must I remove from my app so that revsecurity.dylib does not get installed (or can be safely removed manually)? Kee Nethery ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

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

Re: uploading new app to mac app store

2018-12-02 Thread kee nethery via use-livecode
to "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

uploading new app to mac app store

2018-12-01 Thread kee nethery via use-livecode
anyone uploaded a new macOS app with Xcode 10 (or would be willing to look over what I’ve done) who could help me figure out what I’ve done incorrectly? Happy to do a screen share and show you what steps I’ve taken. Thanks in advance. Kee Nethery

Re: LC-apps for HC

2018-12-01 Thread Kee Nethery via use-livecode
Great clarification. Thank you. Your question now makes perfect sense to me, and I don’t have the answer for you. Hopefully someone else does. Kee Nethery > On Dec 1, 2018, at 1:42 AM, Ingar Roggen > wrote: > > I recognize the importance of asking adequate questions.

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,

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

Re: Issues with app delivery!

2018-11-26 Thread kee nethery via use-livecode
nside the 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

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 >&g

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
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
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

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 > >

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: 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

Re: LC/macOS App Store

2018-11-09 Thread kee nethery via use-livecode
ess. > > (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

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

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

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. B

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

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

  1   2   3   >