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 29 Jun 2015, at 23:14, Matthias Rebbe | M-R-D 
 matthias_livecode_150...@m-r-d.de wrote:
 
 Hi,
 
 one of my customers is having a problem with a specific select command in a 
 view on MySQL on On-Rev Diesel and also on Jasmine.
 It´s working on his MySQL on Windows. I tried it here on Mac (imported his DB 
 dump).  The view is listed but opening it does not show any result. But it 
 crashes my MySQL and i have to restart the service.
 Even if i just execute the select command in PHPMyAdmin directly i do not get 
 any results.
 
 The select command is a little bit complex, but i post it here. Is there 
 something we do not see which might cause that crashes on Linux and mac, but 
 works on Windows?
 
 Here´s the select command. For better reading i put it on several lines.
 
 
 —
 select 
 `tagesplan`.`ID` AS `ID`,
 `tagesplan`.`Plan` AS `Plan`,
 `tagesplan`.`Tag` AS `Tag`,
 `tagesplan`.`mo1` AS `MoId1`,
 `b1`.`Bild` AS `Mobild1`,
 `b1`.`Name` AS `MoName1`,
 `tagesplan`.`mo2` AS `MoID2`,
 `b2`.`Bild` AS `Mobild2`,
 `b2`.`Name` AS `MoName2`,
 `tagesplan`.`mo3` AS `MoID3`,
 `b3`.`Bild` AS `Mobild3`,
 `b3`.`Name` AS `MoName3`,
 `tagesplan`.`mo4` AS `MoID4`,
 `b4`.`Bild` AS `Mobild4`,
 `b4`.`Name` AS `MoName4`,
 `tagesplan`.`mo5` AS `MoID5`,
 `b5`.`Bild` AS `Mobild5`,
 `b5`.`Name` AS `MoName5`,
 `tagesplan`.`mo6` AS `MoID6`,
 `b6`.`Bild` AS `Mobild6`,
 `b6`.`Name` AS `MoName6`,
 `tagesplan`.`mi1` AS `MiId1`,
 `b7`.`Bild` AS `Mibild1`,
 `b7`.`Name` AS `MiName1`,
 `tagesplan`.`mi2` AS `MiID2`,
 `b8`.`Bild` AS `Mibild2`,
 `b8`.`Name` AS `MiName2`,
 `tagesplan`.`mi3` AS `MiID3`,
 `b9`.`Bild` AS `Mibild3`,
 `b9`.`Name` AS `MiName3`,
 `tagesplan`.`mi4` AS `MiID4`,
 `b10`.`Bild` AS `Mibild4`,
 `b10`.`Name` AS `MiName4`,
 `tagesplan`.`mi5` AS `MiID5`,
 `b11`.`Bild` AS `Mibild5`,
 `b11`.`Name` AS `MiName5`,
 `tagesplan`.`mi6` AS `MiID6`,
 `b12`.`Bild` AS `Mibild6`,
 `b12`.`Name` AS `MiName6`,
 `tagesplan`.`ab1` AS `AbID1`,
 `b13`.`Bild` AS `Abbild1`,
 `b13`.`Name` AS `AbName1`,
 `tagesplan`.`ab2` AS `AbID2`,
 `b14`.`Bild` AS `Abbild2`,
 `b14`.`Name` AS `AbName2`,
 `tagesplan`.`ab3` AS `AbID3`,
 `b15`.`Bild` AS `Abbild3`,
 `b15`.`Name` AS `AbName3`,
 `tagesplan`.`ab4` AS `AbID4`,
 `b16`.`Bild` AS `Abbild4`,
 `b16`.`Name` AS `AbName4`,
 `tagesplan`.`ab5` AS `AbID5`,
 `b17`.`Bild` AS `Abbild5`,
 `b17`.`Name` AS `AbName5`,
 `tagesplan`.`ab6` AS `AbID6`,
 `b18`.`Bild` AS `Abbild6`,
 `b18`.`Name` AS `AbName6`,
 `b1`.`Textblock` AS `MoText1`,
 `b2`.`Textblock` AS `MoText2`,
 `b3`.`Textblock` AS `MoText3`,
 `b4`.`Textblock` AS `MoText4`,
 `b5`.`Textblock` AS `MoText5`,
 `b6`.`Textblock` AS `MoText6`,
 `b7`.`Textblock` AS `MiText1`,
 `b8`.`Textblock` AS `MiText2`,
 `b9`.`Textblock` AS `MiText3`,
 `b10`.`Textblock` AS `MiText4`,
 `b11`.`Textblock` AS `MiText5`,
 `b12`.`Textblock` AS `MiText6`,
 `b13`.`Textblock` AS `AbText1`,
 `b14`.`Textblock` AS `AbText2`,
 `b15`.`Textblock` AS `AbText3`,
 `b16`.`Textblock` AS `AbText4`,
 `b17`.`Textblock` AS `AbText5`,
 `b18`.`Textblock` AS `AbText6` 
 from ((`tagesplan` 
 join `bestandteile` `b1` on (`tagesplan`.`mo1` = `b1`.`nr`)) 
 join `bestandteile` `b2` on (`tagesplan`.`mo2` = `b2`.`nr`)) 
 join `bestandteile` `b3` on (`tagesplan`.`mo3` = `b3`.`nr`)) 
 join `bestandteile` `b4` on (`tagesplan`.`mo4` = `b4`.`nr`)) 
 join `bestandteile` `b5` on (`tagesplan`.`mo5` = `b5`.`nr`)) 
 join `bestandteile` `b6` on (`tagesplan`.`mo6` = `b6`.`nr`)) 
 join `bestandteile` `b7` on (`tagesplan`.`mi1` = `b7`.`nr`)) 
 join `bestandteile` `b8` on (`tagesplan`.`mi2` = `b8`.`nr`)) 
 join `bestandteile` `b9` on (`tagesplan`.`mi3` = `b9`.`nr`)) 
 join `bestandteile` `b10` on (`tagesplan`.`mi4` = `b10`.`nr`)) 
 join `bestandteile` `b11` on (`tagesplan`.`mi5` = `b11`.`nr`)) 
 join `bestandteile` `b12` on (`tagesplan`.`mi6` = `b12`.`nr`)) 
 join `bestandteile` `b13` on (`tagesplan`.`ab1` = `b13`.`nr`)) 
 join `bestandteile` `b14` on (`tagesplan`.`ab2` = `b14`.`nr`)) 
 join `bestandteile` `b15` on (`tagesplan`.`ab3` = `b15`.`nr`)) 
 join `bestandteile` `b16` on (`tagesplan`.`ab4` = `b16`.`nr`)) 
 join `bestandteile` `b17` on (`tagesplan`.`ab5` = `b17`.`nr`)) 
 join `bestandteile` `b18` on (`tagesplan`.`ab6` = `b18`.`nr`));
 
 
 
 Regards,
 
 Matthias
 
 
 
 
 
 ___
 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

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:

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 my Mac 
settings. Maybe i find something.

Thanks again.

Regards,
Matthias



 Am 30.06.2015 um 09:22 schrieb Mark Waddingham m...@livecode.com:
 
 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 29 Jun 2015, at 23:14, Matthias Rebbe | M-R-D 
 matthias_livecode_150...@m-r-d.de wrote:
 
 Hi,
 
 one of my customers is having a problem with a specific select command in a 
 view on MySQL on On-Rev Diesel and also on Jasmine.
 It´s working on his MySQL on Windows. I tried it here on Mac (imported his 
 DB dump).  The view is listed but opening it does not show any result. But 
 it crashes my MySQL and i have to restart the service.
 Even if i just execute the select command in PHPMyAdmin directly i do not 
 get any results.
 
 The select command is a little bit complex, but i post it here. Is there 
 something we do not see which might cause that crashes on Linux and mac, but 
 works on Windows?
 
 Here´s the select command. For better reading i put it on several lines.
 
 
 —
 select 
 `tagesplan`.`ID` AS `ID`,
 `tagesplan`.`Plan` AS `Plan`,
 `tagesplan`.`Tag` AS `Tag`,
 `tagesplan`.`mo1` AS `MoId1`,
 `b1`.`Bild` AS `Mobild1`,
 `b1`.`Name` AS `MoName1`,
 `tagesplan`.`mo2` AS `MoID2`,
 `b2`.`Bild` AS `Mobild2`,
 `b2`.`Name` AS `MoName2`,
 `tagesplan`.`mo3` AS `MoID3`,
 `b3`.`Bild` AS `Mobild3`,
 `b3`.`Name` AS `MoName3`,
 `tagesplan`.`mo4` AS `MoID4`,
 `b4`.`Bild` AS `Mobild4`,
 `b4`.`Name` AS `MoName4`,
 `tagesplan`.`mo5` AS `MoID5`,
 `b5`.`Bild` AS `Mobild5`,
 `b5`.`Name` AS `MoName5`,
 `tagesplan`.`mo6` AS `MoID6`,
 `b6`.`Bild` AS `Mobild6`,
 `b6`.`Name` AS `MoName6`,
 `tagesplan`.`mi1` AS `MiId1`,
 `b7`.`Bild` AS `Mibild1`,
 `b7`.`Name` AS `MiName1`,
 `tagesplan`.`mi2` AS `MiID2`,
 `b8`.`Bild` AS `Mibild2`,
 `b8`.`Name` AS `MiName2`,
 `tagesplan`.`mi3` AS `MiID3`,
 `b9`.`Bild` AS `Mibild3`,
 `b9`.`Name` AS `MiName3`,
 `tagesplan`.`mi4` AS `MiID4`,
 `b10`.`Bild` AS `Mibild4`,
 `b10`.`Name` AS `MiName4`,
 `tagesplan`.`mi5` AS `MiID5`,
 `b11`.`Bild` AS `Mibild5`,
 `b11`.`Name` AS `MiName5`,
 `tagesplan`.`mi6` AS `MiID6`,
 `b12`.`Bild` AS `Mibild6`,
 `b12`.`Name` AS `MiName6`,
 `tagesplan`.`ab1` AS `AbID1`,
 `b13`.`Bild` AS `Abbild1`,
 `b13`.`Name` AS `AbName1`,
 `tagesplan`.`ab2` AS `AbID2`,
 `b14`.`Bild` AS `Abbild2`,
 `b14`.`Name` AS `AbName2`,
 `tagesplan`.`ab3` AS `AbID3`,
 `b15`.`Bild` AS `Abbild3`,
 `b15`.`Name` AS `AbName3`,
 `tagesplan`.`ab4` AS `AbID4`,
 `b16`.`Bild` AS `Abbild4`,
 `b16`.`Name` AS `AbName4`,
 `tagesplan`.`ab5` AS `AbID5`,
 `b17`.`Bild` AS `Abbild5`,
 `b17`.`Name` AS `AbName5`,
 `tagesplan`.`ab6` AS `AbID6`,
 `b18`.`Bild` AS `Abbild6`,
 `b18`.`Name` AS `AbName6`,
 `b1`.`Textblock` AS `MoText1`,
 `b2`.`Textblock` AS `MoText2`,
 `b3`.`Textblock` AS `MoText3`,
 `b4`.`Textblock` AS `MoText4`,
 `b5`.`Textblock` AS `MoText5`,
 `b6`.`Textblock` AS `MoText6`,
 `b7`.`Textblock` AS `MiText1`,
 `b8`.`Textblock` AS `MiText2`,
 `b9`.`Textblock` AS `MiText3`,
 `b10`.`Textblock` AS `MiText4`,
 `b11`.`Textblock` AS `MiText5`,
 `b12`.`Textblock` AS `MiText6`,
 `b13`.`Textblock` AS `AbText1`,
 `b14`.`Textblock` AS `AbText2`,
 `b15`.`Textblock` AS `AbText3`,
 `b16`.`Textblock` AS `AbText4`,
 `b17`.`Textblock` AS `AbText5`,
 `b18`.`Textblock` AS `AbText6` 
 from ((`tagesplan` 
 join `bestandteile` `b1` on (`tagesplan`.`mo1` = `b1`.`nr`)) 
 join `bestandteile` `b2` on (`tagesplan`.`mo2` = `b2`.`nr`)) 
 join `bestandteile` `b3` on (`tagesplan`.`mo3` = `b3`.`nr`)) 
 join `bestandteile` `b4` on (`tagesplan`.`mo4` = `b4`.`nr`)) 
 join `bestandteile` `b5` on (`tagesplan`.`mo5` = `b5`.`nr`)) 
 join `bestandteile` `b6` on (`tagesplan`.`mo6` = `b6`.`nr`)) 
 join `bestandteile` `b7` on (`tagesplan`.`mi1` = `b7`.`nr`)) 
 join `bestandteile` `b8` on (`tagesplan`.`mi2` = `b8`.`nr`)) 
 join `bestandteile` `b9` on (`tagesplan`.`mi3` = `b9`.`nr`)) 
 join `bestandteile` `b10` on (`tagesplan`.`mi4` = `b10`.`nr`)) 
 join `bestandteile` `b11` on (`tagesplan`.`mi5` = `b11`.`nr`)) 
 join `bestandteile` `b12` on (`tagesplan`.`mi6` = `b12`.`nr`)) 
 join `bestandteile` `b13` on (`tagesplan`.`ab1` = `b13`.`nr`)) 
 join `bestandteile` `b14` on (`tagesplan`.`ab2` = `b14`.`nr`)) 
 join `bestandteile` `b15` on (`tagesplan`.`ab3` = `b15`.`nr`)) 
 join `bestandteile` `b16` on (`tagesplan`.`ab4` = `b16`.`nr`)) 
 join `bestandteile` `b17` on (`tagesplan`.`ab5` = `b17`.`nr`)) 
 join `bestandteile` `b18` on (`tagesplan`.`ab6` = `b18`.`nr`));
 
 
 
 Regards,
 
 Matthias
 
 
 

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, 2015 at 11:09 AM Magicgate Software - Skip Kimpel 
 s...@magicgate.com wrote:
 
  You can find it under Extensions if you are going through the top
  navigation and 3rd Party once logged in and navigating from the left
 menu
  bar.
 
  SKIP KIMPEL
 
  On Mon, Jun 29, 2015 at 1:33 PM, Peter Haworth p...@lcsql.com wrote:
 
   Did the Livecode store go away?  I mean the part where 3rd party
  developers
   can list their products for sale?  Can't find it anywhere on the
Livecode
   web site.


___
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: [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 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 
 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 it does on Android. mergTestApp was part 
 of the way there but I’ve gone the rest of the way with a new plugin called 
 mergDeploy. Just install the stack and associated external in your plugins 
 folder and LiveCode will recognise when you plugin an iOS device and list 
 it in the Test Targets submenu. You can then click the Test button and it 
 will install onto your device. Great for rapidly testing on a device where 
 it counts.
 
 This new plugin is available from mergExt.com http://mergext.com/ for $9 
 or bundled in mergExt Complete which is now $940 worth of products for $299.
 
 See http://mergext.com/plugins/mergdeploy/ 
 http://mergext.com/plugins/mergdeploy/ for more info.
 
 Cheers
 
 Monte
 
 --
 M E R Goulding http://goulding.ws/ 
 Software development services
 Bespoke application development for vertical markets
 
 mergExt http://mergext.com/ - There's an external for that!
 
 ___
 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
 
 ___
 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
 
 --
 M E R Goulding http://goulding.ws/ 
 Software development services
 Bespoke application development for vertical markets
 
 mergExt http://mergext.com/ - There's an external for that!
 
 ___
 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



Regards,

Paul Hibbert
p...@livecode.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: 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 (i.e.
 single-click, double-click, triple-click, etc).  The following seems to
 work well, detecting a 50-click event, after which point I got tired of
 clicking :-)
 
 -
 
 constant theClickThreshold = 300
 local theClickCount, theClickID
 
 on mouseDown
   if lineOffset(countClicks,pendingMessages()) = 0 then
  put 0 into theClickCount
   else cancel theClickID
   add 1 to theClickCount
   send countClicks to me in theClickThreshold millisecs
   put the result into theClickID
 end mouseDown
 
 command countClicks
   put theClickCount  millisecs() -- SHOW CLICK COUNT
   put 0 into theClickCount -- RESET
 end countClicks
 
 -
 
 
 The click threshold can be adjusted but seems to work well at 300
 milliseconds.  Change on mouseDown to before mouseDown to implement as
 a behavior.
 
 Regards,
 
 Scott Rossi
 Creative Director
 Tactile Media, UX/UI Design
 
 
 
 
 ___
 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


___
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: 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 error or iPad only builds that the app is designed only 
for iPad… that would make sense except I get it when trying to load on the 
iPad… dragging the same build a second time also “fixes” that problem

be well,
randy

Randy Hengst
www.classroomFocusedSoftware.com


 On Jun 30, 2015, at 12:07 AM, Scott Rossi sc...@tactilemedia.com wrote:
 
 I get this error when trying to copy an LC standalone onto my iPhone 5
 running iOS 8.3:
 
 The Developer Disk Image could not be mounted.
 
 
 Trying the few options found on the web (more recent xCode, restarting the
 phone) hasn't solved the issue.  Anybody run across this one before?
 
 OS X 10.9.5
 xCode 6.2
 LC 7.0.4
 
 Thanks  Regards,
 
 Scott Rossi
 Creative Director
 Tactile Media, UX/UI Design
 
 
 
 
 ___
 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

___
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: [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 use Gravater.


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Installer Maker for LiveCode:
http://qery.us/468

Buy my new book Programming LiveCode for the Real Beginner 
http://qery.us/3fi


LiveCode on Facebook:
https://www.facebook.com/groups/runrev/

On 6/29/2015 22:20, Richmond wrote:

Somebody has asked me to add a photo of yourself to your Gravatar.

This makes me feel uncomfortable as I don't feel an urge to have
photographs of me bandied around everywhere.

I wonder how other List Users fell about this.

Richmond.



___
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



___
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: [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 it does on Android. mergTestApp was part of the 
 way there but I’ve gone the rest of the way with a new plugin called 
 mergDeploy. Just install the stack and associated external in your plugins 
 folder and LiveCode will recognise when you plugin an iOS device and list it 
 in the Test Targets submenu. You can then click the Test button and it will 
 install onto your device. Great for rapidly testing on a device where it 
 counts.
 
 This new plugin is available from mergExt.com http://mergext.com/ for $9 or 
 bundled in mergExt Complete which is now $940 worth of products for $299.
 
 See http://mergext.com/plugins/mergdeploy/ 
 http://mergext.com/plugins/mergdeploy/ for more info.
 
 Cheers
 
 Monte
 
 --
 M E R Goulding http://goulding.ws/ 
 Software development services
 Bespoke application development for vertical markets
 
 mergExt http://mergext.com/ - There's an external for that!
 
 ___
 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

___
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

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 great he is!

Thanks!

Jana Doughty


___
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: 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 different
device and return to the 8.3 iPad window the error flashes and then
disappears and will reappear when you drag another app in. My bottom line is
apps built with either 6.7.5 or 7.0.5 can be dragged into Devices window
for both devices and the apps run just fine even with the Developer Disk
Image could not be mounted error on the 8.3 device.

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net


-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of J. Landman Gay
Sent: Tuesday, June 30, 2015 11:07 AM
To: How to use LiveCode
Subject: Re: xCode Error with iOS 8.3 Device

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, 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 get this error when trying to copy an LC standalone onto my iPhone
5
 running iOS 8.3:

 The Developer Disk Image could not be mounted.


 Trying the few options found on the web (more recent xCode,
restarting
the
 phone) hasn't solved the issue.  Anybody run across this one before?

 OS X 10.9.5
 xCode 6.2
 LC 7.0.4

I found this:

http://stackoverflow.com/questions/26508036/xcode-6-ios-8-1-the-devel
oper
-disk-image-could-not-be-mounted

Just ran into this after absentmindedly upgrading my phone to iOS
8.3.
Resolution required an upgrade to OS X Yosemite (10.10) before I could 
update to a version of Xcode that supports that version of iOS.

Sounds like you need Yosemite.

-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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



___
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

-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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


___
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: 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, 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 get this error when trying to copy an LC standalone onto my iPhone
5
 running iOS 8.3:

 The Developer Disk Image could not be mounted.


 Trying the few options found on the web (more recent xCode,
restarting
the
 phone) hasn't solved the issue.  Anybody run across this one before?

 OS X 10.9.5
 xCode 6.2
 LC 7.0.4

I found this:

http://stackoverflow.com/questions/26508036/xcode-6-ios-8-1-the-developer
-disk-image-could-not-be-mounted

Just ran into this after absentmindedly upgrading my phone to iOS
8.3.
Resolution required an upgrade to OS X Yosemite (10.10) before I could
update to a version of Xcode that supports that version of iOS.

Sounds like you need Yosemite.

-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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



___
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

-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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: 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 course I had the luxury (and challenge) of working 
with them at their kitchen table.


Phil



On 6/30/15 10:26 AM, dunb...@aol.com wrote:

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 when, say, I 
simply move the cursor (mouseMove).



Most will see that something happens when I click the mouse, and if I 
say that the machine knows where a button is, it also knows when 
the cursor crosses that threshold (mouseEnter). From there I get 
several responses, like when the mouse leaves. Nobody ever gets 
mouseStillDown



Anyway, from there I can start to show how if I send a message, I can 
trap a message, and the rest is easy.



Well, not necessarily easy...


Craig Newman



-Original Message-
From: Jana Doughty jana.doug...@livecode.com
To: use-livecode use-livecode@lists.runrev.com
Sent: Tue, Jun 30, 2015 11:15 am
Subject: How to Teach Coding


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 great he is!

Thanks!

Jana
Doughty


___
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

  ___
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






___
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: 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, this
doesn't seem to be the case -- I'm able to build for the 8.2 device
apparently without issues.  If there is a restriction, perhaps Yosemite is
needed for 8.3 ?

Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design




On 6/30/15, 8:26 AM, Ralph DiMola rdim...@evergreeninfo.net wrote:

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 different
device and return to the 8.3 iPad window the error flashes and then
disappears and will reappear when you drag another app in. My bottom line
is
apps built with either 6.7.5 or 7.0.5 can be dragged into Devices window
for both devices and the apps run just fine even with the Developer Disk
Image could not be mounted error on the 8.3 device.

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net


-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On
Behalf
Of J. Landman Gay
Sent: Tuesday, June 30, 2015 11:07 AM
To: How to use LiveCode
Subject: Re: xCode Error with iOS 8.3 Device

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, 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 get this error when trying to copy an LC standalone onto my iPhone
5
 running iOS 8.3:

 The Developer Disk Image could not be mounted.


 Trying the few options found on the web (more recent xCode,
restarting
the
 phone) hasn't solved the issue.  Anybody run across this one before?

 OS X 10.9.5
 xCode 6.2
 LC 7.0.4

I found this:

http://stackoverflow.com/questions/26508036/xcode-6-ios-8-1-the-devel
oper
-disk-image-could-not-be-mounted

Just ran into this after absentmindedly upgrading my phone to iOS
8.3.
Resolution required an upgrade to OS X Yosemite (10.10) before I could
update to a version of Xcode that supports that version of iOS.

Sounds like you need Yosemite.

-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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



___
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

-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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


___
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



___
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: 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 Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Scott Rossi
Sent: Tuesday, June 30, 2015 2:15 PM
To: LiveCode Mail List
Subject: Re: Xcode Error with iOS 8.3 Device

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, this
doesn't seem to be the case -- I'm able to build for the 8.2 device
apparently without issues.  If there is a restriction, perhaps Yosemite is
needed for 8.3 ?

Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design




On 6/30/15, 8:26 AM, Ralph DiMola rdim...@evergreeninfo.net wrote:

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 different device and return to the 8.3 iPad window the error 
flashes and then disappears and will reappear when you drag another app 
in. My bottom line is apps built with either 6.7.5 or 7.0.5 can be 
dragged into Devices window for both devices and the apps run just 
fine even with the Developer Disk Image could not be mounted error on 
the 8.3 device.

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net


-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On 
Behalf Of J. Landman Gay
Sent: Tuesday, June 30, 2015 11:07 AM
To: How to use LiveCode
Subject: Re: xCode Error with iOS 8.3 Device

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, 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 get this error when trying to copy an LC standalone onto my 
 iPhone
5
 running iOS 8.3:

 The Developer Disk Image could not be mounted.


 Trying the few options found on the web (more recent xCode,
restarting
the
 phone) hasn't solved the issue.  Anybody run across this one before?

 OS X 10.9.5
 xCode 6.2
 LC 7.0.4

I found this:

http://stackoverflow.com/questions/26508036/xcode-6-ios-8-1-the-deve
l
oper
-disk-image-could-not-be-mounted

Just ran into this after absentmindedly upgrading my phone to iOS
8.3.
Resolution required an upgrade to OS X Yosemite (10.10) before I 
could update to a version of Xcode that supports that version of iOS.

Sounds like you need Yosemite.

-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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



___
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

-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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


___
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



___
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


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit 

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 when, say, I simply move the cursor (mouseMove).


Most will see that something happens when I click the mouse, and if I say that 
the machine knows where a button is, it also knows when the cursor crosses 
that threshold (mouseEnter). From there I get several responses, like when the 
mouse leaves. Nobody ever gets mouseStillDown


Anyway, from there I can start to show how if I send a message, I can trap a 
message, and the rest is easy.


Well, not necessarily easy...


Craig Newman 



-Original Message-
From: Jana Doughty jana.doug...@livecode.com
To: use-livecode use-livecode@lists.runrev.com
Sent: Tue, Jun 30, 2015 11:15 am
Subject: How to Teach Coding


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 great he is!

Thanks!

Jana
Doughty


___
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

 
___
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: 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 challenge) of working 
with them at their kitchen table.


Phil



On 6/30/15 10:26 AM, dunb...@aol.com wrote:

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 when, say, I simply move the cursor (mouseMove).


Most will see that something happens when I click the mouse, and if I say that the machine 
knows where a button is, it also knows when the cursor crosses that threshold 
(mouseEnter). From there I get several responses, like when the mouse leaves. Nobody ever gets 
mouseStillDown


Anyway, from there I can start to show how if I send a message, I can trap a 
message, and the rest is easy.


Well, not necessarily easy...


Craig Newman



-Original Message-
From: Jana Doughty jana.doug...@livecode.com
To: use-livecode use-livecode@lists.runrev.com
Sent: Tue, Jun 30, 2015 11:15 am
Subject: How to Teach Coding


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 great he is!

Thanks!

Jana
Doughty


___
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

  
___

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



--
Phil Davis


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


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 challenge) of working 
with them at their kitchen table.


Phil



On 6/30/15 10:26 AM, dunb...@aol.com wrote:

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 when, say, I 
simply move the cursor (mouseMove).



Most will see that something happens when I click the mouse, and if I 
say that the machine knows where a button is, it also knows when 
the cursor crosses that threshold (mouseEnter). From there I get 
several responses, like when the mouse leaves. Nobody ever gets 
mouseStillDown



Anyway, from there I can start to show how if I send a message, I can 
trap a message, and the rest is easy.



Well, not necessarily easy...


Craig Newman



-Original Message-
From: Jana Doughty jana.doug...@livecode.com
To: use-livecode use-livecode@lists.runrev.com
Sent: Tue, Jun 30, 2015 11:15 am
Subject: How to Teach Coding


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 great he is!

Thanks!

Jana
Doughty


___
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

  ___
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





--
Phil Davis


___
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


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 without the need to
push a full blow app update to the store.

Your feedback is greatly appreciated!

SKIP
___
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: 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 DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net


-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Magicgate Software - Skip Kimpel
Sent: Tuesday, June 30, 2015 3:41 PM
To: How to use LiveCode
Subject: Update SQLlite in app

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 without the need to
push a full blow app update to the store.

Your feedback is greatly appreciated!

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


___
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: 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 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 Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On
Behalf
Of Scott Rossi
Sent: Tuesday, June 30, 2015 2:15 PM
To: LiveCode Mail List
Subject: Re: Xcode Error with iOS 8.3 Device

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, this
doesn't seem to be the case -- I'm able to build for the 8.2 device
apparently without issues.  If there is a restriction, perhaps Yosemite is
needed for 8.3 ?

Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design




On 6/30/15, 8:26 AM, Ralph DiMola rdim...@evergreeninfo.net wrote:

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 different device and return to the 8.3 iPad window the error
flashes and then disappears and will reappear when you drag another app
in. My bottom line is apps built with either 6.7.5 or 7.0.5 can be
dragged into Devices window for both devices and the apps run just
fine even with the Developer Disk Image could not be mounted error on
the 8.3 device.

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net


-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On
Behalf Of J. Landman Gay
Sent: Tuesday, June 30, 2015 11:07 AM
To: How to use LiveCode
Subject: Re: xCode Error with iOS 8.3 Device

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, 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 get this error when trying to copy an LC standalone onto my
 iPhone
5
 running iOS 8.3:

 The Developer Disk Image could not be mounted.


 Trying the few options found on the web (more recent xCode,
restarting
the
 phone) hasn't solved the issue.  Anybody run across this one before?

 OS X 10.9.5
 xCode 6.2
 LC 7.0.4

I found this:

http://stackoverflow.com/questions/26508036/xcode-6-ios-8-1-the-deve
l
oper
-disk-image-could-not-be-mounted

Just ran into this after absentmindedly upgrading my phone to iOS
8.3.
Resolution required an upgrade to OS X Yosemite (10.10) before I
could update to a version of Xcode that supports that version of iOS.

Sounds like you need Yosemite.

-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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



___
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

-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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


___
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



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription
preferences:

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, after which point I got tired of
clicking :-)

-

constant theClickThreshold = 300
local theClickCount, theClickID

on mouseDown
   if lineOffset(countClicks,pendingMessages()) = 0 then
  put 0 into theClickCount
   else cancel theClickID
   add 1 to theClickCount
   send countClicks to me in theClickThreshold millisecs
   put the result into theClickID
end mouseDown

command countClicks
   put theClickCount  millisecs() -- SHOW CLICK COUNT
   put 0 into theClickCount -- RESET
end countClicks

-


The click threshold can be adjusted but seems to work well at 300
milliseconds.  Change on mouseDown to before mouseDown to implement as
a behavior.

Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design




___
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: 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 get this error when trying to copy an LC standalone onto my iPhone 5
 running iOS 8.3:

 The Developer Disk Image could not be mounted.


 Trying the few options found on the web (more recent xCode, restarting
the
 phone) hasn't solved the issue.  Anybody run across this one before?

 OS X 10.9.5
 xCode 6.2
 LC 7.0.4

I found this:

http://stackoverflow.com/questions/26508036/xcode-6-ios-8-1-the-developer
-disk-image-could-not-be-mounted

Just ran into this after absentmindedly upgrading my phone to iOS 8.3.
Resolution required an upgrade to OS X Yosemite (10.10) before I could
update to a version of Xcode that supports that version of iOS.

Sounds like you need Yosemite.

-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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



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

___
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: 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 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, 2015 at 11:09 AM Magicgate Software - Skip Kimpel 
 s...@magicgate.com wrote:
 
 You can find it under Extensions if you are going through the top
 navigation and 3rd Party once logged in and navigating from the left
 menu
 bar.
 
 SKIP KIMPEL
 
 On Mon, Jun 29, 2015 at 1:33 PM, Peter Haworth p...@lcsql.com wrote:
 
 Did the Livecode store go away?  I mean the part where 3rd party
 developers
 can list their products for sale?  Can't find it anywhere on the
 Livecode
 web site.
 
 
 ___
 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


___
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: 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 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 get this error when trying to copy an LC standalone onto my iPhone 5
 running iOS 8.3:

 The Developer Disk Image could not be mounted.


 Trying the few options found on the web (more recent xCode, restarting
the
 phone) hasn't solved the issue.  Anybody run across this one before?

 OS X 10.9.5
 xCode 6.2
 LC 7.0.4

I found this:

http://stackoverflow.com/questions/26508036/xcode-6-ios-8-1-the-develope
r
-disk-image-could-not-be-mounted

Just ran into this after absentmindedly upgrading my phone to iOS 8.3.
Resolution required an upgrade to OS X Yosemite (10.10) before I could
update to a version of Xcode that supports that version of iOS.

Sounds like you need Yosemite.

-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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



___
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



___
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: [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 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 it does on Android. mergTestApp was part of 
 the way there but I’ve gone the rest of the way with a new plugin called 
 mergDeploy. Just install the stack and associated external in your plugins 
 folder and LiveCode will recognise when you plugin an iOS device and list it 
 in the Test Targets submenu. You can then click the Test button and it will 
 install onto your device. Great for rapidly testing on a device where it 
 counts.
 
 This new plugin is available from mergExt.com http://mergext.com/ for $9 
 or bundled in mergExt Complete which is now $940 worth of products for $299.
 
 See http://mergext.com/plugins/mergdeploy/ 
 http://mergext.com/plugins/mergdeploy/ for more info.
 
 Cheers
 
 Monte
 
 --
 M E R Goulding http://goulding.ws/ 
 Software development services
 Bespoke application development for vertical markets
 
 mergExt http://mergext.com/ - There's an external for that!
 
 ___
 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
 
 ___
 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

--
M E R Goulding http://goulding.ws/ 
Software development services
Bespoke application development for vertical markets

mergExt http://mergext.com/ - There's an external for that!

___
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: 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 
richmondmathew...@gmail.commailto:richmondmathew...@gmail.com wrote:

Wow! I knew LiveCode was incredibly versatile: but skinning cats - really: bet 
that's a new
one on most LiveCode programmers.

Err, sorry, lost control there for a few moments.

___
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: 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 button put
  set the width of group 1 of me to random(the width of this card)
 
  Apply, and click the button.  The button width changes despite being
  directed at a group that doesn't exist.
 
  Is this expected behavior, or should I report it as a bug?  It
  behaves the same no matter what figmentary object you reference
  before of me. Apparently of me trumps all? Tested in 6.6.2 and 7.0.5
 
 Technically this may be a bug, because the statement can't logically resolve 
 (groups can't be members of buttons), so one could argue that it should 
 refuse to compile rather than try to guess at what you might have meant.
 
 I think what's happening there is that you've found a specific case of nested 
 object references that confuses the engine to the point that it ignores the 
 part that doesn't make sense (group 1 of) and just uses the part that does 
 (me).
 
 Moving the script to the card level produces the expected result.
 
 Maybe it's worth filing a bug report on, but maybe that might have 
 unanticipated side-effects on other forgiving things the interpreter does, so 
 it may be tricky to resolve; I haven't read that part of the code base so I 
 can't say.
 
 All I can recommend in the here-and-now is that if you find yourself writing 
 object references that you know don't make sense and produce unexpected 
 results, don't do that. :)
 
 -- 
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com
 
 ___
 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

___
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: 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.
 single-click, double-click, triple-click, etc).  The following seems to
 work well, detecting a 50-click event, after which point I got tired of
 clicking :-)
 
 -
 
 constant theClickThreshold = 300
 local theClickCount, theClickID
 
 on mouseDown
   if lineOffset(countClicks,pendingMessages()) = 0 then
  put 0 into theClickCount
   else cancel theClickID
   add 1 to theClickCount
   send countClicks to me in theClickThreshold millisecs
   put the result into theClickID
 end mouseDown
 
 command countClicks
   put theClickCount  millisecs() -- SHOW CLICK COUNT
   put 0 into theClickCount -- RESET
 end countClicks
 
 -
 
 
 The click threshold can be adjusted but seems to work well at 300
 milliseconds.  Change on mouseDown to before mouseDown to implement as
 a behavior.
 
 Regards,
 
 Scott Rossi
 Creative Director
 Tactile Media, UX/UI Design
 
 
 
 
 ___
 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
 


___
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: 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? 
Both use a private framework that isn’t part of Xcode so you might have better 
luck.

Cheers

Monte

--
M E R Goulding http://goulding.ws/ 
Software development services
Bespoke application development for vertical markets

mergExt http://mergext.com/ - There's an external for that!

___
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: 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 development for vertical markets

mergExt http://mergext.com/ - There's an external for that!

___
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