Re: OT mysql select command works on windows, but not on On-Rev or Mac

2015-06-30 Thread Mark Waddingham
Hi Matthias, It looks like a long query so I wonder if one of the MySQL server settings is different on the different systems? I found this after googling... Might be worth a look? http://stackoverflow.com/questions/16335011/what-is-maximum-query-size-for-mysql Mark Sent from my iPhone On

Re: OT mysql select command works on windows, but not on On-Rev or Mac

2015-06-30 Thread Matthias Rebbe | M-R-D
Thanks Mark. But the DB is only 64kb in size at the moment. So the maximum query size should not matter. I checked the On-Rev settings in my account for max_allowed_packet and i get 268435456. This should be enough, shouldn´t it? I will try on windows myself and will compare the settings with

Re: Livecode Store

2015-06-30 Thread FlexibleLearning.com
You don't have to log in to view to the 3rd party Extensions pages, but only the briefest of information is displayed. All the screenshots, write-ups and star ratings have failed to be transferred to the new-look website as promised. All most disappointing. Hugh Senior FLCo On Mon, Jun 29,

Re: [ANN] Super quick and easy deployment to plugged in iOS devices

2015-06-30 Thread Paul Hibbert
Works like a charm! So much easier than launching Xcode, by the time your app is saved, it’s already loading onto your device, super cool, and super cheap at $9. Thank you Monte. Paul On Jun 30, 2015, at 16:46, Monte Goulding mo...@sweattechnologies.com wrote: No problem SKIP, this one

Re: Detecting Multiple Clicks

2015-06-30 Thread Paul Hibbert
Nice share. Thank you Scott. Paul On Jun 30, 2015, at 13:03, Scott Rossi sc...@tactilemedia.com wrote: Thought folks might find the following useful... I currently have a situation where I need to detect multiple clicks on an object and differentiate between the number of click sets

Re: xCode Error with iOS 8.3 Device

2015-06-30 Thread Randy Hengst
Scott, I get this error regularly when loading on an iPod via Xcode… I’m sorry I didn’t mention that earlier… First, even when I get that message, the build has been placed on my iPod. And, when that didn’t happen, dragging the same build to the Xcode window worked. I’ve also received an

Re: [OT] Gravatars?

2015-06-30 Thread Mark Schonewille
Hi Richmond, I'd say that's completely up to you. Gravatar is used by many websites Someone could write your e-mail address and make your photo appear on places you'd rather not be associated. Although I have two low-resolution pictures there, I can imagine that many people would rather not

Re: [ANN] Super quick and easy deployment to plugged in iOS devices

2015-06-30 Thread Skip Kimpel
Wow... That's big Monte! Thank you, as always, for the amazing things you do! SKIP On Jun 30, 2015, at 12:50 AM, Monte Goulding mo...@sweattechnologies.com wrote: Hi LiveCoders One thing I’ve wanted for a long time is for the Test button to deploy to iOS devices in the same way that

How to Teach Coding

2015-06-30 Thread Jana Doughty
Hi LiveCode Community, Hope you're well and having a good week so far. We have a great blog post from our very own Richmond Mathewson on the blog today. He tells us about how he's teaching kids to code this summer: http://livecode.com/how-to-teach-coding/ Check it out and tell Richmond how

RE: Xcode Error with iOS 8.3 Device

2015-06-30 Thread Ralph DiMola
I'm running Mavericks with Xcode 6.2. In Xcode Devices window the 8.3 iPad show the Developer Disk Image could not be mounted and the 8.2 iPod does not show the error. The 8.3 iPad only show the error when you drag an app in but the app still gets installed and runs. Then if you look at a

Re: xCode Error with iOS 8.3 Device

2015-06-30 Thread J. Landman Gay
The part I noticed was at the bottom, where it mentioned you need Yosemite to build with a version of Xcode that supports iOS 8. I think I remember seeing that before. It looks like you're still running Mavericks. On June 30, 2015 1:08:12 AM CDT, Scott Rossi sc...@tactilemedia.com wrote: Yup,

Re: How to Teach Coding

2015-06-30 Thread Richmond
On 30/06/15 20:59, Phil Davis wrote: A while back, I took Larry Walker's follow me approach with two of my grandsons (ages 6 and 7 at the time): http://www.philofwestlinn.com/2013/11/17/follow-me-programming/ http://www.philofwestlinn.com/2013/12/04/our-time-machine-app/ They loved it! Of

Re: Xcode Error with iOS 8.3 Device

2015-06-30 Thread Scott Rossi
Thanks to everyone for all the feedback on this -- glad I'm not alone. I'll double check if the app gets copied over even when the error occurs. FWIW, I get the error on an iPhone 5s running iOS8.3. No error on an iPad iOS8.2. Regarding the comment about the need for Yosemite to build for iOS8,

RE: Xcode Error with iOS 8.3 Device

2015-06-30 Thread Ralph DiMola
Scott Rossi wrote If there is a restriction, perhaps Yosemite is needed for 8.3 ? That my understanding. I'll be upgrading to Yosemite in the very near future now that Xcode 7 has been released. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original

Re: How to Teach Coding

2015-06-30 Thread dunbarx
Richmond. A nice thing you are doing. I take a slightly different approach. I put a few controls on the screen, and then move the mouse around, asking what sort of things (events) might be occurring. Nobody gets what I mean at first, until I explain that I am sending messages to the machine

Re: How to Teach Coding

2015-06-30 Thread Phil Davis
A while back, I took Larry Walker's follow me approach with two of my grandsons (ages 6 and 7 at the time): http://www.philofwestlinn.com/2013/11/17/follow-me-programming/ http://www.philofwestlinn.com/2013/12/04/our-time-machine-app/ They loved it! Of course I had the luxury (and

Re: How to Teach Coding

2015-06-30 Thread Phil Davis
Richmond, I love your feedback loop with the kids correcting your coding - brilliant! And most certainly effective. Phil On 6/30/15 10:59 AM, Phil Davis wrote: A while back, I took Larry Walker's follow me approach with two of my grandsons (ages 6 and 7 at the time):

Update SQLlite in app

2015-06-30 Thread Magicgate Software - Skip Kimpel
Good afternoon, If I have an app in the App store and I want to update the SQLite db with a modified db that I place on my web server, am I able to do that or does Apple have some type of restrictions to prevent / discourage that method. It boils down to wanting to update the data in my app

RE: Update SQLlite in app

2015-06-30 Thread Ralph DiMola
Do it all the time with 6 apps. When the OTA update is posted to the server I notify the user of a pending data update and allow the user to take it now or later. Apple saw this and thought I was updating the app and rejected me. I explained that is was only the data and was approved. Ralph

Re: Xcode Error with iOS 8.3 Device

2015-06-30 Thread Scott Rossi
Aand apparently 8.4 is out now. Joy. Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 6/30/15, 11:48 AM, Ralph DiMola rdim...@evergreeninfo.net wrote: Scott Rossi wrote If there is a restriction, perhaps Yosemite is needed for 8.3 ? That my understanding. I'll

Detecting Multiple Clicks

2015-06-30 Thread Scott Rossi
Thought folks might find the following useful... I currently have a situation where I need to detect multiple clicks on an object and differentiate between the number of click sets (i.e. single-click, double-click, triple-click, etc). The following seems to work well, detecting a 50-click event,

Re: xCode Error with iOS 8.3 Device

2015-06-30 Thread Scott Rossi
Yup, that's the post I found, but trying a few suggestions on there hasn't solved the issue. Still looking... Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 6/29/15, 10:26 PM, J. Landman Gay jac...@hyperactivesw.com wrote: On 6/30/2015 12:07 AM, Scott Rossi wrote: I

Re: xCode Error with iOS 8.3 Device

2015-06-30 Thread Thierry Douez
Scott, and what happened if you build your Standalone with 8.1 settings ? Regards, Thierry Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage sunnYpdf - sunnYrex - sunnYtext2speech

Re: Livecode Store

2015-06-30 Thread Graham Samuel
So, we need to tell LC support - I will do this shortly if nobody else has done so. Graham On 30 Jun 2015, at 09:33, FlexibleLearning.com ad...@flexiblelearning.com wrote: You don't have to log in to view to the 3rd party Extensions pages, but only the briefest of information is

Re: xCode Error with iOS 8.3 Device

2015-06-30 Thread Michael Gruenthal
So the problem persists with OS X 10.10.3, Xcode 6.3.2 and LC 7.0.5? On 6/30/15, 2:08 AM, use-livecode on behalf of Scott Rossi use-livecode-boun...@lists.runrev.com on behalf of sc...@tactilemedia.com wrote: Yup, that's the post I found, but trying a few suggestions on there hasn't solved the

Re: [ANN] Super quick and easy deployment to plugged in iOS devices

2015-06-30 Thread Monte Goulding
No problem SKIP, this one will save me way more time than it took to write. So much quicker than browsing to the app and dragging it over to Xcode. On 30 Jun 2015, at 8:45 pm, Skip Kimpel skiplon...@gmail.com wrote: Wow... That's big Monte! Thank you, as always, for the amazing things you

Re: Reordering cards?

2015-06-30 Thread Bob Sneidar
I cooked breakfast with it once… well actually I put some eggs in a hot pan, went about programming for 5 minutes, and hey presto! Breakfast! Who’s to say it was the hot pan and not Livecode?? Bob S On Jun 26, 2015, at 03:52 , Richmond

Re: Is this a bug or expected behavior?

2015-06-30 Thread Bob Sneidar
Fascinating, Captain. Putting the long id of group 1 of me resolves to the buttons long id. It is indeed ignoring “group 1 of”. Bob S On Jun 28, 2015, at 08:59 , Richard Gaskin ambassa...@fourthworld.com wrote: Mike Bonner wrote: Make a stack, put a button on it. In the script of the

Re: Detecting Multiple Clicks

2015-06-30 Thread JB
Thanks Scott! John Balgenorth On Jun 30, 2015, at 1:03 PM, Scott Rossi sc...@tactilemedia.com wrote: Thought folks might find the following useful... I currently have a situation where I need to detect multiple clicks on an object and differentiate between the number of click sets (i.e.

Re: Xcode Error with iOS 8.3 Device

2015-06-30 Thread Monte Goulding
On 1 Jul 2015, at 4:14 am, Scott Rossi sc...@tactilemedia.com wrote: Thanks to everyone for all the feedback on this -- glad I'm not alone. I'll double check if the app gets copied over even when the error occurs. It doesn’t resolve your problem but have you tried mergDeploy or mergTestApp?

Re: Livecode Store

2015-06-30 Thread Monte Goulding
On 30 Jun 2015, at 5:33 pm, FlexibleLearning.com ad...@flexiblelearning.com wrote: All most disappointing. And still called LiveCode 7 Extensions which makes people think they are obsolete... -- M E R Goulding http://goulding.ws/ Software development services Bespoke application