[Somewhat OT] Mac Code Signing - can anyone explain?

2018-01-15 Thread Graham Samuel via use-livecode
I wrote an earlier mail on this subject. Good thing nobody replied, since I more or less worked it out myself. I have now generated a couple of certificates (app and installer), so I should be able to do the code signing. However, in my Keychain Access under “My Certificates” I have a lot of fol

AW: Code Signing Blues

2018-01-15 Thread Tiemo Hollmann TB via use-livecode
Hi Graham, log into you developer.apple.com account go to Certificates, Identifiers & Profiles Select the wanted certificate on the right side (one click) Click Download That should do it to get them on you new machine Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-liveco

AW: [Somewhat OT] Mac Code Signing - can anyone explain?

2018-01-15 Thread Tiemo Hollmann TB via use-livecode
Sorry my reply was for your first post. For your second post, I am always unsure myself, cause this is a job you only do once a couple of years. I *think*, you could delete all the messed up certificates and download the one you need once. But this is not a recepie!, just my unproven thoughts. Pr

15. AW: Code Signing Blues (Tiemo Hollmann TB)

2018-01-15 Thread Martin Meili via use-livecode
Hi Tiemo Watch these two videos. As far as for me (not a pro but a real hobbyist), they did the trick. Before following the recipes, I opened KEYCHAIN and deleted any profile having to do with iOs signing and installing. After having "a clean keychain", I managed to execute a Certificate Signing

Re: Anyone else got two-monitor issues with LC9 on Mac?

2018-01-15 Thread Dave Kilroy via use-livecode
Hi all - this is how I arrange my screens (also pretty much how they are physically) I'm running a 2014 15" mbp on High Sierra and my two external monitors are the special LG 5k ones (with thunderbolt 2 to

Re: Android devpt on Mac OS -- your setup?

2018-01-15 Thread Andrew Bell via use-livecode
::: Mac OS version ::: 10.11.5 on MBP 10.12.6 on iMac school IT just forced me to update the iMac to 10.13.2 but I haven't compiled anything since then (thanks Apple for not backwards applying Meltdown/Spectre patches) ::: LC version(s) ::: 8.1.8 Business until the pesky "could not open

[ANN] This Week in LiveCode 112

2018-01-15 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #112 here: https://goo.gl/KxWK1g This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

dg2 performance issues

2018-01-15 Thread Andrew Bell via use-livecode
I'm experiencing a big degradation in performance with dg2. I have a datagrid with a 224x119 image and two text fields. Slow scrolling using dg1 (8.1.8) is silky smooth but slow scrolling using dg2 (9dp11) is jittery at slow speeds. This isn't as noticeable with faster whip scrolls but look

Re: [Somewhat OT] Mac Code Signing - can anyone explain?

2018-01-15 Thread Ron Metzker via use-livecode
Hi Graham, The keys have a date time stamp in them that is encrypted. That is how it knows which one to use. DO NOT delete your old keys. It uses them in case you have to rebuild an old application that has already been signed. I have never done this for iOS, so don’t have any knowledge of How

Naive Question time again

2018-01-15 Thread Richmond Mathewson via use-livecode
When a new version (dp, rc, stable) of LiveCode is released how much of the change from the previous version resides in the engine and how much in the IDE (i.e. the collection of stacks starting with rev associated with the engine? Richmond. ___ use-l

Re: Naive Question time again

2018-01-15 Thread Brian Milby via use-livecode
I’m not sure that is an easy one to answer in a short email. In GitHub, the IDE is a sub-project so most of the changes there are separated out. The dictionary content is in the main repo though as are the extensions (widgets/libraries). Some things require updates to both projects like the SVG com

Re: Naive Question time again

2018-01-15 Thread J. Landman Gay via use-livecode
On 1/15/18 1:03 PM, Richmond Mathewson via use-livecode wrote: When a new version (dp, rc, stable) of LiveCode is released how much of the change from the previous version resides in the engine and how much in the IDE (i.e. the collection of stacks starting with rev associated with the engine?

Re: Naive Question time again

2018-01-15 Thread Tom Glod via use-livecode
i'm curious why you need to know that On Mon, Jan 15, 2018 at 3:49 PM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 1/15/18 1:03 PM, Richmond Mathewson via use-livecode wrote: > >> When a new version (dp, rc, stable) of LiveCode is released how much of >> the >

Mac path to Android SDK?

2018-01-15 Thread Nicolas Cueto via use-livecode
To configure Mobile prefs on Mac, where might the Android SDK be? LC states "The root directory may look something like: ...android-sdk-mac", so I'll try searching for that in the meantime. Thank you. -- Nicolas Cueto ___ use-livecode mailing list use-

RE: Mac path to Android SDK?

2018-01-15 Thread Ralph DiMola via use-livecode
You have to download the SDK and unzip it. Get it here ==>https://developer.android.com/studio/index.html#command-tools Scroll down to "Get just the command line tools" and download the zip file for your platform. Unzip it. Go to the folder and run "SDK Manager" and make sure you have download the

Re: Mac path to Android SDK?

2018-01-15 Thread Mark Wieder via use-livecode
On 01/15/2018 04:55 PM, Ralph DiMola via use-livecode wrote: You also need to install JRE and JDK from the Oracle site. JDK 1.8.0 has been working well for me. Although note that OpenJDK works just as well and avoids the Oracle unpleasantness. http://openjdk.java.net/ -- Mark Wieder ahso

Re: Android devpt on Mac OS -- your setup?

2018-01-15 Thread Nicolas Cueto via use-livecode
Can now test on Android device from Mac. Hooray. Thanks, Andrew. But went with what LC recommends. Kind of. -- Nicolas Cueto On 15 January 2018 at 22:50, Andrew Bell via use-livecode < use-livecode@lists.runrev.com> wrote: > > ::: Mac OS version ::: >> > 10.11.5 on MBP > 10.12.6 on iMac > schoo

Re: use-livecode Digest, Vol 172, Issue 22

2018-01-15 Thread Brian Milby via use-livecode
Here is a function for Windows that will replace with and include " " for multiple spaces. It retains the other formatting. (It won't catch paragraph level formatting as is though.) So if you are copying code, this could be used to clean it for paste as rich text: *on* mouseUp *local* tFor