“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
__
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.
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
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
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
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
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
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
>>
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
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
> 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
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
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
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
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
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
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
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.
> 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
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
> 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
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
> 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
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
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
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 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
> 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?
&
> 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
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
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
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
>
&
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
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
> 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
_
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
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
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
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
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
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
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.
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
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.
>>
>
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
>
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
> 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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
>
> (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
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
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
___
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
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
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
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:
>>
>>
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:
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
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
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
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
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
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
> 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,
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
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
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
>>
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-
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
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
> 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.
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
.
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 - 100 of 113 matches
Mail list logo