Re: Yertle the Turtle

2017-01-31 Thread Colin Holgate via use-livecode
en't done > the Maths yet) either be 29, 30 or 32 units. > > Whether, in the great scheme of things this is that important is not clear. > > Richmond. > > On 1/31/17 8:22 am, Colin Holgate via use-livecode wrote: >> It is, as you said, going to need sin and cos.

Re: Yertle the Turtle

2017-01-31 Thread Colin Holgate via use-livecode
I’m sure any system would not attempt to parse an infinite number of decimal places. The turtle would probably be placed at 1.41421356237 pixels. If you want to try more accurately than that, here’s the first million decimal places: https://apod.nasa.gov/htmltest/gifcity/sqrt2.1mil > On Jan

Re: It looks like Director is Finally Dead

2017-01-27 Thread Colin Holgate via use-livecode
I can’t find any announcements from Adobe, and the article doesn’t provide links. The logic in the article is a bit dumb. They say that Mac shockwave support is going to end, and so naturally they would get rid of the tool that makes shockwave content. But shockwave is only one part of what

Re: It looks like Director is Finally Dead

2017-01-27 Thread Colin Holgate via use-livecode
Thanks for the link. I’m going to post it on Marc Canter’s Facebook wall! > On Jan 27, 2017, at 10:03 AM, Klaus major-k via use-livecode > <use-livecode@lists.runrev.com> wrote: > > Hi Colin, > >> Am 27.01.2017 um 17:56 schrieb Colin Holgate via use-livecode >&g

Re: Yertle the Turtle

2017-01-30 Thread Colin Holgate via use-livecode
It is, as you said, going to need sin and cos. The X movement would be 30 * cos(37/180 * Pi), and the Y movement would be 30 * sin(37/180 * Pi), in your example case. > On Jan 30, 2017, at 11:14 PM, Richmond Mathewson via use-livecode > wrote: > > The problem

Re: Help needed with scaleFactor and scaling

2017-02-18 Thread Colin Holgate via use-livecode
This seems to work (to make button 1 appear to be 100 pixels from the top and left, and to appear to be 200 wide and 150 tall): on fixit put random(10)/10 + 1 into it set the scalefactor of this stack to it set the rect of btn 1 to 100/it,100/it,100/it+100/it,100/it+50/it end fixit

Re: [OT] Download Request

2017-01-11 Thread Colin Holgate via use-livecode
What was the fix? > On Jan 11, 2017, at 3:25 PM, Randy Hengst via use-livecode > wrote: > > A quick follow-up… the initial response from Apple said that they’d get back > to me within 3 business days… actually, they responded in 6 hours with a fix… > so, all

Re: Extra Title Bar in All Stacks

2017-03-25 Thread Colin Holgate via use-livecode
It’s a standard Sierra feature that LiveCode doesn’t fully support yet. The View menu is supposed to have a Show Tab Bar menu item, which would hide the tab bar part of the window. The option is there sometimes, so if you’re lucky enough to see it you can deselect it. If the tab bar is showing

for you language experts

2017-04-04 Thread Colin Holgate via use-livecode
This may amuse you: http://lolcode.org ___ 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: Release 9.0.0-rc1

2017-03-31 Thread Colin Holgate via use-livecode
It is apparently already next month where you are. > On Mar 31, 2017, at 6:48 PM, hh via use-livecode > wrote: > > I can't sleep. The new LC 9.0.0-rc1 features make me crazy. > Close to infinity. Converting all my stacks since two hours. >

Re: "System" font on Mac - diff between LC 8 and LC 9??

2017-04-11 Thread Colin Holgate via use-livecode
Yes, same here. I’m on 10.12.5, but I imagine it would behave the same on older systems. > On Apr 11, 2017, at 8:14 PM, James Hale via use-livecode > wrote: > > Could other with a Mac please give this a go to see if my observation is > local to my machine

Re: accents, graves & other funny charecters...

2017-04-15 Thread Colin Holgate via use-livecode
Replacing the characters is too late, although it may be possible if you figure out every accented character’s alternate non-unicode variation. See this article for how to fix the text before you use it: http://lessons.livecode.com/m/4071/l/6930-how-do-i-use-utf-8-text-with-fields

Re: [OT-ish] Updating MacBook from El Capitan to Sierra to install Xcode 8.3+

2017-08-03 Thread Colin Holgate via use-livecode
It’s High Sierra that has APFS, and I did have major problems in trying that. It may be better by now, but when I had to wipe my drive I went back to regular HFS+. LiveCode seems to be working ok. > On Aug 3, 2017, at 3:28 PM, Ralph DiMola via use-livecode >

Re: $1,000 Bounty For LiveCode Bug 20240

2017-08-14 Thread Colin Holgate via use-livecode
Ha! That was the bug all along! Just kidding. I noticed that too. I was going to upload an mp4 so that more people could check it out, but that required downloading the AVI. > On Aug 14, 2017, at 8:07 PM, ** Clarence P Martin ** via use-livecode > wrote: > >

Re: $1,000 Bounty For LiveCode Bug 20240

2017-08-14 Thread Colin Holgate via use-livecode
VLC is great, but it only works if you get past the download stage. > On Aug 14, 2017, at 9:58 PM, RunRevPlanet via use-livecode > wrote: > > >> I transcoded Scott's video to m4v and uploaded it for those >> who interested and coudn't see it. > > Thank you

Re: High Sierra & LC

2017-07-14 Thread Colin Holgate via use-livecode
7.1.4 is intermittent, sometimes it opens fine. 8.1.4 and 8.1.5 have issues if they are set to open in 32 bit. 9.0.0 seems fine. Downloading 8.1.6 now to see how that does. > On Jul 14, 2017, at 11:46 AM, Marty Knapp via use-livecode > wrote: > > I just

Re: High Sierra & LC

2017-07-14 Thread Colin Holgate via use-livecode
I’m seeing the current issues without having gone to APFS. I did do that for the first beta, but it had some very bad things about it, and after I had to wipe my drive and recover files I decided to not go back to it yet. It shouldn’t really affect whether apps work correctly. > On Jul 14,

Re: Livecode on iPod

2017-07-15 Thread Colin Holgate via use-livecode
I would bet yes, but UDIDs that start with are fake. There are many ways to get the real UDID, if you want to create a build for them that they are included in the provisioning file. Look at this site as an example: https://www.getudid.io Settings wise is should be like iPhone. > On Jul

Re: HTML5 limitations?

2017-07-25 Thread Colin Holgate via use-livecode
Can LiveCode HTML5 include or call Javascript? If so you could use local storage InedxedDB for the database. Or WebSQL. If the data isn’t too big. > On Jul 25, 2017, at 3:28 PM, Matthias Rebbe via use-livecode > wrote: > > And direct db access is also not

Re: HTML5 limitations?

2017-07-25 Thread Colin Holgate via use-livecode
>> On Jul 25, 2017, at 5:07 PM, Colin Holgate via use-livecode >> <use-livecode@lists.runrev.com> wrote: >> >> Can LiveCode HTML5 include or call Javascript? If so you could use local >> storage InedxedDB for the database. Or WebSQL. If the data isn’t too bi

Re: [OT]h.264 alternatives

2017-07-19 Thread Colin Holgate via use-livecode
The copyright for x264 is GNU GENERAL PUBLIC LICENSE, but I don’t know if that means you can encode video for sale. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: [OT]h.264 alternatives

2017-07-19 Thread Colin Holgate via use-livecode
Are you sure that a license is needed for H.264 playback? That could seriously impact the viability of YouTube or Vimeo, if all users had to pay a license fee. My hope is that the license is just paid by the encoder tool maker. If you’re using Adobe Media Encoder you don’t have to pay a

Re: Verbosity and Lines of code

2017-06-30 Thread Colin Holgate via use-livecode
The way it is in Director is nice. These are all valid statements: put “one two three” into v put the last char of word 3 of v — “e” v = “one two three" put v.word[3].char[v.word[3].length] — “e" put [{a:1,b:2,c:3},{d:4,e:5,f:6}] into alist put alist[2].d — 4 put the d of alist[2] — 4 put item

Re: I need a "slider" in a circle

2017-07-04 Thread Colin Holgate via use-livecode
In the version I did you can also squash the oval in either direction, and the button still hugs the edge. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Polly's gone, or at least she's hiding in 8.1.4

2017-07-04 Thread Colin Holgate via use-livecode
It is odd that the menu item is there. It fails because that kind of control isn’t added by dragging from the tool palette, you have to create it with many mouse clicks. If it did make a control, what would it look like? If you think you’ve added polygon graphics in the past, could it be that

Re: [OT] Renewing Apple Developer ID Installer Certificate

2017-07-03 Thread Colin Holgate via use-livecode
I would think that it’s the same as with iOS. When you go back to https://developer.apple.com/account/mac/certificate/ after renewing your subscription it will most likely have an expired certificate. You make a new one, then go to the

Re: I need a "slider" in a circle

2017-07-04 Thread Colin Holgate via use-livecode
Here is a version that would work for a complete circle: global cw,ch,cx,cy,offx,offy on mousedown put the width of graphic "circle" / 2 into cw put the height of graphic "circle" / 2 into ch put the left of graphic "circle" + cw into cx put the top of graphic "circle" + ch into cy

Re: Polly's gone, or at least she's hiding in 8.1.4

2017-07-04 Thread Colin Holgate via use-livecode
Yes, I see. It seems that LiveCode 8 and 9 create a polygon with Points of -32768,-32768. A not very interest, far off dot. > On Jul 4, 2017, at 10:57 AM, Richmond Mathewson via use-livecode > <use-livecode@lists.runrev.com> wrote: > > > > On 7/4/17 8:18 pm, Colin

Re: Pinch and Zoom in Browser Widget

2017-07-03 Thread Colin Holgate via use-livecode
It also fails in Mac desktop, so you could save some time checking into why that is (if you have a trackpad that is). Where is the code for a widget stored? > On Jul 3, 2017, at 10:48 AM, Sannyasin Brahmanathaswami via use-livecode > wrote: > > We can to go a

Re: Submitting to the #%^%#? App Store

2017-07-04 Thread Colin Holgate via use-livecode
ought that > happened when we created to executable from LC. > > Sent from my iPhone > >> On Jul 4, 2017, at 10:05 PM, Colin Holgate via use-livecode >> <use-livecode@lists.runrev.com> wrote: >> >> Are you using an App Store Distribution profile? Was its certi

Re: Submitting to the #%^%#? App Store

2017-07-04 Thread Colin Holgate via use-livecode
Are you using an App Store Distribution profile? Was its certificate your Distribution one? > On Jul 4, 2017, at 7:02 PM, Jonathan Lynch via use-livecode > wrote: > > Both venting and seeking advice. > > Actually submitting an app to iTunes Connect is not

Re: mobile - fullscreenmode "exactFit"

2017-07-06 Thread Colin Holgate via use-livecode
On the exactFit question, I still can’t think of a use case for that mode. What it should do is stretch your card contents to fill the screen. The other fullscreenmodes are more useful. Do you lay out your interface with code? If not, what’s your approach for handling 16:9 iPhone screen and

Re: Will LiveCode run an x86 android device?

2017-04-26 Thread Colin Holgate via use-livecode
x86 Android devices can run ARM code in emulation. The performance would be better if you could publish to x86, but the app should work. > On Apr 26, 2017, at 12:22 PM, Mike Bonner via use-livecode > wrote: > > I don't think you can build for x86 android but

Re: answer file under OSX El Capitan no longer has titlebar

2017-04-24 Thread Colin Holgate via use-livecode
I get the title prompt with answer too, without any workaround. But talking about that for a moment, it would need to be this: on mouseUp local pp,myPath put "I m the missing prompt" into pp answer file pp with myPath titled pp end mouseUp In LiveCode 8 you can’t get away with: put "I m

Re: answer file under OSX El Capitan no longer has titlebar

2017-04-24 Thread Colin Holgate via use-livecode
I seem to have prompt text in the title bar of the file dialog. But that’s with Sierra not El Capitan. > On Apr 24, 2017, at 11:57 AM, Paul Dupuis via use-livecode > wrote: > > First, I realize I am on old versions of things. I am using LC 6.7.11 > and running

Mark in a kilt...

2017-07-31 Thread Colin Holgate via use-livecode
I bet Kevin and Mark didn’t feel at all self conscious: https://www.youtube.com/watch?v=ZBUR8U03B3U ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Mark in a kilt...

2017-07-31 Thread Colin Holgate via use-livecode
uld > wearing a suit & tie :-) > > Alex. > > > On 01/08/2017 00:45, Jonathan Lynch via use-livecode wrote: >> Excellent! >> >> Sent from my iPhone >> >>> On Jul 31, 2017, at 6:44 PM, Colin Holgate via use-livecode >>> <use

[OT] pretty folders

2017-08-07 Thread Colin Holgate via use-livecode
A marketing email just came in, about a custom folder icon maker. I don’t know what the normal price is, but $3 seems like a good deal, so I bought it. https://itunes.apple.com/us/app/folder-designer/id964860276

Re: Completely OT - flat earth

2017-08-22 Thread Colin Holgate via use-livecode
Here’s a video I took from my plane seat yesterday: https://www.facebook.com/colin.holgate.5/videos/10159330358430694/ Unfortunately we crossed the eclipse path sooner than I hoped, and so only got around 75% eclipse. ___ use-livecode mailing list

Re: Completely OT - flat earth

2017-08-22 Thread Colin Holgate via use-livecode
It’s time-lapse. Can’t remember how many minutes it was over, but it wasn’t many pictures. > On Aug 22, 2017, at 8:14 AM, Mark Wieder via use-livecode > <use-livecode@lists.runrev.com> wrote: > > On 08/22/2017 06:25 AM, Colin Holgate via use-livecode wrote: >> I was in

Re: Completely OT - flat earth

2017-08-22 Thread Colin Holgate via use-livecode
I manually fixed each picture to make them match, more or less: https://www.facebook.com/colin.holgate.5/videos/10159333252840694/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: LC buttons look like poo in iOS, options?

2017-05-10 Thread Colin Holgate via use-livecode
from my iPhone > >> On May 10, 2017, at 7:59 AM, Colin Holgate via use-livecode >> <use-livecode@lists.runrev.com> wrote: >> >> Do you have something on these lines?: >> >> “on preopenstack >> if the platform contains "iphone" then i

Re: SVG widget?

2017-05-13 Thread Colin Holgate via use-livecode
I tried the path data from the file I made for you. The text letter R is handled differently, but the M path data copy into LiveCode ok. > On May 13, 2017, at 9:12 AM, Richmond Mathewson via use-livecode > wrote: > > Is it true that the Livecode SVG widget is

Re: Summer Visit

2017-05-13 Thread Colin Holgate via use-livecode
Hope John has a good trip. > On May 13, 2017, at 10:42 AM, Richmond Mathewson via use-livecode > wrote: > > Dear Mum and Dada, > > I have booked and paid for a flight with British Airways as follows: > > Sofia - Heathrow 18 August, arrive at Heathrow at 4 pm.

Re: SVG image from Illustrator

2017-05-13 Thread Colin Holgate via use-livecode
Your email address doesn’t show up in the message, so I put one here: http://colin.scienceninja.com/rm.svg The R is from text and the M is brush stroke. If you can tell me what to draw I can do other ones. > On May 13, 2017, at 5:37 AM, Richmond Mathewson via use-livecode >

Re: SVG widget?

2017-05-13 Thread Colin Holgate via use-livecode
In LiveCode 8.1.4 the path data for the M seems to look ok, and I didn’t get any errors. > On May 13, 2017, at 9:56 AM, hh via use-livecode > wrote: > > @Colin > Your letter "R" is not part of the (single) path. > > @Richmond > The widget SVG Icon is set up to

Re: Dan Shafer

2017-06-22 Thread Colin Holgate via use-livecode
Here’s his Facebook page: https://www.facebook.com/onemindfellowship Not being completely sure it’s the right Dan Shafer, I checked the book mentioned on Facebook, and Amazon shows that book along with all the tech ones. So I think it must be him.

Re: Android policy update

2017-05-18 Thread Colin Holgate via use-livecode
The policy does tell you that if an existing app is not allowed you have 30 days to submit an update. So, a little slower that ASAP. > On May 18, 2017, at 7:51 AM, Bob Sneidar via use-livecode > wrote: > > Dam! I was almost ready to deploy my new iOS app, Jerky

Re: Android policy update

2017-05-18 Thread Colin Holgate via use-livecode
The things that you’re talking about, involving an app updating itself, does that currently get past Apple review? That would be an argument to use with Google, in that Apple have usually been tougher about this. Also, does Google’s policy suggest that you can’t even update an image in the

Re: news about the new Google Play policy

2017-05-22 Thread Colin Holgate via use-livecode
I did get follow up messages from the Google policy guy. Here’s what he said: " I will indeed talk to the team behind developing the policies update around dynamic code loading and surface the livecode environment. I do not believe that the intent here is to prevent their model, but we will

Re: Second stumbling block

2017-05-28 Thread Colin Holgate via use-livecode
I just tried that, and the insertion point seems to be right after the new character. At least it is in LiveCode 8. > On May 28, 2017, at 10:21 AM, Richmond Mathewson via use-livecode > wrote: > > Here's a right &*^%$# with *textField*s: > > I have thousands

Re: nice Sierra feature

2017-05-28 Thread Colin Holgate via use-livecode
frame. > > On May 28, 2017 5:35 AM, "Colin Holgate via use-livecode" < > use-livecode@lists.runrev.com> wrote: > >> Was just testing something and needed to look up a function in the >> dictionary. As can often happen, especially when you freque

nice Sierra feature

2017-05-28 Thread Colin Holgate via use-livecode
Was just testing something and needed to look up a function in the dictionary. As can often happen, especially when you frequently alternate between using one and two monitors, the top of the dictionary window was underneath the macOS menubar. To fix that in the past I would do something on the

Re: news about the new Google Play policy

2017-05-19 Thread Colin Holgate via use-livecode
use-livecode > <use-livecode@lists.runrev.com> wrote: > > On 2017-05-19 04:39, Colin Holgate via use-livecode wrote: >> Let me know what you think. > > All I'd really like is a more well-defined policy - that's all that's > needed here I think. After all, if one

Re: news about the new Google Play policy

2017-05-19 Thread Colin Holgate via use-livecode
I asked one of the Google Play developer support team if there was someone at Google whose job it is to be familiar with non-Google development tools. He didn’t know who that would be, but he asked about which tool I meant. Pointed him towards the LiveCode site, and he said he would check it

news about the new Google Play policy

2017-05-18 Thread Colin Holgate via use-livecode
At Google I/O they have one building which is called Office Hours, and in there you can queue up and get to ask Google team members any questions you have. Most teams are represented, with an hour for each session. One of the teams there wasn’t even on the schedule, but I had been pointed to

Re: how to download an image

2017-06-04 Thread Colin Holgate via use-livecode
Scott’s routine worked for me too. It’s worth checking where the spaces and returns there are in his test, I had to edit it from the email version. I also just tested in the multiline message box. For testing in a button, in LiveCode 8, you have to declare the variable as well. This was the

Re: 64 bit desktop apps

2017-06-07 Thread Colin Holgate via use-livecode
I’m running High Sierra, the one before the 32 bit ban I guess, and it can still run LiveCode 5 ok. > On Jun 7, 2017, at 4:41 PM, Mark Waddingham via use-livecode > wrote: > > On 2017-06-07 17:05, Charles Szasz via use-livecode wrote: >> Apple announced that

Re: Flash Talks Still Wanted - 50 minute slots almost gone

2017-06-01 Thread Colin Holgate via use-livecode
Thinking ahead, when all talks that are going to happen are booked, if there are some spaces left you could expand the talk to 14 minutes. Anyone asking to talk could say: “I can easily do it in 7 minutes”, “can do it in 7 but would cover more in 14”, “need 14 minutes, but could rush it in 7”.

ftp oddity

2017-06-06 Thread Colin Holgate via use-livecode
I’m trying to get a stack to upload itself to FTP, using this article as a guide: http://lessons.livecode.com/s/3527/m/4071/l/6998-uploading-a-file-using-ftp The script seems to be working, and I get upload progress

Re: Ben Beaumont jumps ship

2017-06-14 Thread Colin Holgate via use-livecode
I think that Oracle Media Objects was based on the Plus code, which also had its own life as a Windows only tool. I programmed a 12 CD-ROM series in OMO, though we didn’t get around doing the last two. You can still buy those CD-ROMs, but I think thy wouldn’t work on a modern OS:

LiveCode apps in Google Play

2017-06-15 Thread Colin Holgate via use-livecode
If you remember, a few weeks ago we were worrying about whether Google’s policy change would affect LiveCode apps. I asked a policy manager about that at Google I/O, and he just followed up to say that he couldn’t find any LiveCode apps in Google Play. I found one (Casey’s Solitaire), but

Re: LiveCode apps in Google Play

2017-06-15 Thread Colin Holgate via use-livecode
Ralph sent me a list of 12 apps he has done. Are there other ones? I won’t email a reply today, to give people east of me a chance to add to the list! > On Jun 15, 2017, at 3:04 PM, Colin Holgate wrote: > > If you remember, a few weeks ago we were worrying about

Re: LiveCode apps in Google Play

2017-06-15 Thread Colin Holgate via use-livecode
There seem to be a lot of Gurudeva apps. Do you have the Google Play link for your one? > On Jun 15, 2017, at 7:40 PM, Sannyasin Brahmanathaswami via use-livecode > wrote: > > The > > Gurudeva.app > > is livecode and is on Google Play > > Not sure if the

Re: LiveCode apps in Google Play

2017-06-16 Thread Colin Holgate via use-livecode
-livecode@lists.runrev.com> wrote: > > On 2017-06-16 00:04, Colin Holgate via use-livecode wrote: >> If you remember, a few weeks ago we were worrying about whether >> Google’s policy change would affect LiveCode apps. I asked a policy >> manager about that at Google I/O, and h

Re: LiveCode apps in Google Play

2017-06-16 Thread Colin Holgate via use-livecode
Other than asking here, can you suggest a better way to find out what LiveCode apps are in Google Play? > On Jun 16, 2017, at 9:49 AM, Mark Waddingham via use-livecode > <use-livecode@lists.runrev.com> wrote: > > On 2017-06-16 18:09, Colin Holgate via use-livecode wrot

Re: Creating apps directly on mobile devices

2017-04-29 Thread Colin Holgate via use-livecode
There are other apps that do basically that, so it should be acceptable. You’re only allowing the user to play back local content, or to share to external devices. Apple don’t like it if you can download code into the app. > On Apr 29, 2017, at 5:10 PM, Jonathan Lynch via use-livecode >

Re: Android policy update

2017-05-18 Thread Colin Holgate via use-livecode
I haven’t been following this topic, but I happen to be at Google I/O. If there are any short questions I could ask while I’m here I could ask around. One thing I’m going to go to this morning involves Google Play policies. ___ use-livecode mailing

Re: read from file until a line begins with a certain word

2017-09-16 Thread Colin Holgate via use-livecode
One thought, what if you read overlapping chunks. Like, read from 0-1, then from 9900-2, etc. If the overlap is longer than your test string you would still be able to pick it up, in the cases where the string spanned the chunk boundary. First test could be to read in 1 chunks and

Re: Chipp Walters 3D object viewer stack

2017-09-23 Thread Colin Holgate via use-livecode
It may be a different one, but is it this?: https://github.com/angerangel/LCR3D > On Sep 23, 2017, at 3:46 PM, Alejandro Tejada via use-livecode > wrote: > > Hi All, > > I was looking in the mail list archives, the name of > Chipp Walters Stack that could import

Re: Converting iOS app build to .ipa file (latest iTunes update stops you doing this)

2017-09-13 Thread Colin Holgate via use-livecode
You can use Xcode to drag apps onto connected devices. It works with .app as well as .ipa. Apple have a configurator app. It also works with LiveCode .app: https://itunes.apple.com/us/app/apple-configurator-2/id1037126344?mt=12

Re: Deploying to Android (Amazon Fire 7)

2017-09-05 Thread Colin Holgate via use-livecode
I don’t know the answer to your question, but as far as testing a LiveCode app on Android goes, I would use the Development menu, Test Target, Test, to try it on a connected Android device. For installing an APK I would usually just post it online somewhere, that way I can try it on various

Re: Deploying to Android (Amazon Fire 7)

2017-09-05 Thread Colin Holgate via use-livecode
I don’t know for sure if it’s still needed, but here are the steps I wrote about, that were needed back then, to add Kindle Fire to ADB:

Re: A modest proposal for a new property

2017-09-26 Thread Colin Holgate via use-livecode
The way that this problem is handled in sort other tools is to have a definable hit area for each control (usually those would be buttons). You can set the idle, over, and pressed versions of the button’s image, and also you can set the hit area image. LiveCode already has a way to do most of

Re: A modest proposal for a new property

2017-09-26 Thread Colin Holgate via use-livecode
How do you currently set the alpha channel? The hit area icon I was suggesting could be an image with the alpha channel that the button uses. That way you could have any shape hit area, it wouldn’t have to be based on the button’s icon. > On Sep 26, 2017, at 1:14 PM, Richard Gaskin via

Re: Site won't load

2017-08-24 Thread Colin Holgate via use-livecode
If this was iOS, Apple don’t allow loading of insecure sites. Are the ones that work HTTPS and the ones that don’t HTTP? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Completely OT - flat earth

2017-08-22 Thread Colin Holgate via use-livecode
I was in the southwest of England that day. It was very dense cloud, so we didn’t see the sun at all. Here’s a time-lapse of what we saw: https://www.facebook.com/colin.holgate.5/videos/10159330354275694/ > On Aug 22, 2017, at 5:03 AM, Francis Nugent Dixon via use-livecode >

Re: HTML5 - Playing Audio files tutorial?

2017-08-25 Thread Colin Holgate via use-livecode
Normally you would play MP3 or OGG in HTML5. Do MP3 files play ok? > On Aug 25, 2017, at 11:06 AM, JOHN PATTEN via use-livecode > wrote: > > Hi All, > > I have followed the tutorial here on playing audio files, >

Re: [ANN] Important: New release of LiveCode 8.1.6

2017-08-31 Thread Colin Holgate via use-livecode
Is there anything that can be done in Xcode 8 to make it work for other versions of LiveCode? > On Aug 31, 2017, at 3:42 AM, panagiotis merakos via use-livecode > wrote: > > Hi all, > > Since the week beginning 21st August 2017, LiveCode iOS apps are being >

Re: Was I hallucinating? Totally OT, perhaps relevant

2017-11-14 Thread Colin Holgate via use-livecode
I was at Google for meetings last week, some of which was with the Google Home and also Assistant teams. They have the same need as Siri, and I imagine that they solve the problem in the same way. For Google, they are always listening for “ok google”, and Apple are listening for “hey Siri”.

Re: iPhone X or "Apple is just the most annoying company of all time"

2017-11-03 Thread Colin Holgate via use-livecode
-livecode@lists.runrev.com> wrote: > > On 11/2/17 7:17 PM, Colin Holgate via use-livecode wrote: >> Apple do document what they mean by a safe area, and the amount it eats into >> the screen isn’t very much: >> https://developer.apple.com/ios/human-interface-guidelines/overview/ip

Re: iPhone X or "Apple is just the most annoying company of all time"

2017-11-03 Thread Colin Holgate via use-livecode
So did Kindle, and that certainly has layout issues. The immersive mode I meant is the one that was added to the most recent Android system. > On Nov 3, 2017, at 2:53 PM, J. Landman Gay via use-livecode > <use-livecode@lists.runrev.com> wrote: > > On 11/3/17 6:53 AM, Col

Re: iPhone X or "Apple is just the most annoying company of all time"

2017-11-02 Thread Colin Holgate via use-livecode
Apple do document what they mean by a safe area, and the amount it eats into the screen isn’t very much: https://developer.apple.com/ios/human-interface-guidelines/overview/iphone-x/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Certificate Problems

2018-05-11 Thread Colin Holgate via use-livecode
that old profiles can cause > confusion. > > It does seem like a failure like that should generate some kind of alert > saying why. > Best, > Bill > > >> On May 11, 2018, at 6:01 PM, Colin Holgate via use-livecode >> <use-livecode@lists.runrev.com> wrote:

Re: Certificate Problems

2018-05-11 Thread Colin Holgate via use-livecode
Unrelated to LiveCode I read about something today to do with old provisioning files and Xcode. Short version is, go here: ~/Library/MobileDevice/Provisioning Profiles/ Delete everything, then in Xcode Preferences, Account, Download Manual Profiles. That will download only valid profiles, and

Re: Certificate Problems

2018-05-11 Thread Colin Holgate via use-livecode
promising. I only vaguely remember how to do this.on Mac, how...? > Bill > > William Prothero > http://earthlearningsolutions.org > >> On May 11, 2018, at 6:11 PM, Colin Holgate via use-livecode >> <use-livecode@lists.runrev.com> wrote: >> >> It’s som

Re: export imagedata into a file ?

2018-05-08 Thread Colin Holgate via use-livecode
I was failing to even get the image in! But, the thing I would have tried if that had worked would be to set the paintCompression of the image to “jpeg". > On May 8, 2018, at 10:17 AM, jbv via use-livecode > wrote: > > Hi list, > I have a script that starts as

Re: Splash-stack apps on Google Play

2018-05-21 Thread Colin Holgate via use-livecode
At the time Mark thought there might be some LCB tweaks LiveCode might make to keep Google happy, but after the Google guys looked at a number of LiveCode apps, they concluded that they don’t seem to violate the new policy. Well, it was new 11 months ago when this came up last time!

Re: Dark Mode in macOS Mojave, any thoughts from the mothership?

2018-06-14 Thread Colin Holgate via use-livecode
>>We haven’t yet got a system with it running on yet. If anyone does (Colin?) I have several tight deadline things on at the moment, otherwise I would have gone ahead and installed it! Come to think of it, I do have an external drive I could try it on.

Re: Devawriter Pro: Fund Raiser Goes Live!

2018-05-31 Thread Colin Holgate via use-livecode
Read the other two articles, then divide by 2. > On May 31, 2018, at 10:57 PM, Richard Gaskin via use-livecode > wrote: > > Lagi Pittas wrote: > > I would put a couple of "we love ya" perks $1 $5 or $7 (there is some > > psychology with the last one). > > I would love to learn more about 7,

Re: 8.1.10 Reporting the ScreenSize of a iPhone7: 0,0,375,667

2018-06-23 Thread Colin Holgate via use-livecode
I’m working on an update to an Adobe AIR app, and one thing for me to have to figure out is that on iPhone 7 some graphics are being cut off. The screens are fine on other phones that are the same screen size. Which suggests there may be something about iPhone 7 that is odd, that is nothing to

Re: iOS 12 compatibility

2018-07-03 Thread Colin Holgate via use-livecode
Skype also crashes. With Adobe AIR apps a current app crashes, but one from four years ago doesn’t. Hopefully Apple will fix things. On Tue, Jul 3, 2018 at 1:53 PM panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > Hello Andrew, > > No we did not have a chance to look

Re: Home Screen Icon Not Rendered on iOS

2018-07-30 Thread Colin Holgate via use-livecode
Do you all know about the Assets.car requirement in iOS 11? Instead of including individual icons (which you have to do to support older iOS), you now include an Assets.car file, that has all of the icon sizes. It would be an included file. It is possible to make the file using Xcode, but I

Re: ANN: *** targetSdkVersion requirements Android ***

2018-07-25 Thread Colin Holgate via use-livecode
One problem this may introduce is that from Android 6 onwards you’re expected to only ask permission to use features at the time the user reaches that part of your app, like it has always been on iOS. I wrote about publishing to Android before Android 6, I’m not sure how that gets handled. Are

Re: iOS 12 compatibility

2018-07-25 Thread Colin Holgate via use-livecode
Did you mean all iOS apps, or LC ones in particular? I know that Skype crashes for example. If you have an app in the store I could test it for you. > On Jul 25, 2018, at 2:43 PM, Randy Hengst via use-livecode > wrote: > > Not to be alarmist, but does this discovery suggest all current iOS

Re: iOS 12 compatibility

2018-07-25 Thread Colin Holgate via use-livecode
; be well, > randy > www.classroomFocusedSoftware.com > >> On Jul 25, 2018, at 6:56 PM, Colin Holgate via use-livecode >> wrote: >> >> Did you mean all iOS apps, or LC ones in particular? I know that Skype >> crashes for example. If you have an app in the store I

A few solutions to problems I had

2018-08-08 Thread Colin Holgate via use-livecode
I needed to refresh an app today, not one in any store, just a utility app I made for a friend. It didn’t go easily! First issue was that between my old MacBook Pro running macOS 10.14, and my new MacBook Pro running 10.13.6, I couldn’t find a combination of LiveCode and Xcode that would work.

Re: How to filter a list with a variable anywhere in a line

2018-08-13 Thread Colin Holgate via use-livecode
In that book I wrote there is a chapter on making a web scraper, something that could pull images and other media from a web page. I soon found all the articles talking about not using regex with HTML, so I used a mixture of techniques instead. Here’s the first part I wrote about it: “A common

Re: Fun with Windows 10

2018-08-14 Thread Colin Holgate via use-livecode
I tried both 8.1.1 and 9.0.1 in Windows 10 Home version 1803, and they were ok. If you get Properties on the EXE, and “Run compatibility tourbleshooter”, does that show up anything? ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: iPad Pro Simulator

2018-08-24 Thread Colin Holgate via use-livecode
This is not obvious at all, but the splash screen name of default-portr...@2x.png is now owned by iPad Pro. To support iPad Pro, iPad Retina, and iPad 1, you need these splash screens: default-portr...@2x.png - 2048x2732 Default-Portrait@2x~ipad.png - 1536x2048 Default-Portrait~ipad.png -

  1   2   3   >