Quartz Compositions

2015-04-13 Thread David Bovill
Previously I had some success playing Quart Composer compositions in LiveCode's player object - not able to get it working now. Is this something that we could easily build in Livecode Builder? ___ use-livecode mailing list use-livecode@lists.runrev.com P

Re: New LiveCode book

2015-04-13 Thread Dave Kilroy
Hi Stephen I too have downloaded your book and I look forward to reading it later - a 'hat tip' and a thank you to you for offering it free to the LiveCode community. Kind regards Dave PS: roughly how many hours did it take? - "The difference between genius and stupidity is; genius has i

Re: [OT] Yosemite QuickTime Player

2015-04-13 Thread Peter Haworth
Yeah, it seems to be related to the length of the video. Couldn't find any mention online so I've switched over to using Screenium since I need to get this video out the door. Thanks for checking. Pete lcSQL Software Home of lcStackBrowser

Re: [OT] Yosemite QuickTime Player

2015-04-13 Thread Paul Hibbert
Just tested and not seeing any problem here. Recorded a minute at full screen, saved and played fine. Yosemite: 10.10.2 QuickTime Player: 10.4 iMac: Late 2009, 21.5", 3.06 GHz Intel Core 2 Duo, 8GB Ram > On Apr 13, 2015, at 12:58, Peter Haworth wrote: > > Having an issue making a screen recor

Re: New LiveCode book

2015-04-13 Thread Tim Selander
Stephen, I have just downloaded the book and tutorial -- have not looked at them yet, but even so you deserve great thanks from the community for creating them and making them available freely to us all! Truly the spirit of HyperCard! Blessings. Tim Selander Tokyo, Japan On 15/04/14 0:52,

Re: lcTaskList and LiveCode 8

2015-04-13 Thread Bill Vlahos
Ben, DP-2 resolved the issue. Thank you. Bill > On Mar 16, 2015, at 9:02 AM, Benjamin Beaumont wrote: > > Hi Bill, > > Thanks for the report. We've got a good amount of resource working on the > IDE at the moment so it shouldn't take use too long to get this resolved. > > Warm regards, > >

Re: How to enter the Android Sdk Location when it is in "Library"

2015-04-13 Thread Michael Doub
I was able tp get to the AVD Manager thru Android Studio. And you are correct that it is quite slow. I am currently getting a failure that says that it cant find the package manager... Humm. This is why I generally build a simple launcher application that I manually load on to the device a

Re: How to enter the Android Sdk Location when it is in "Library"

2015-04-13 Thread Mark Schonewille
Hi Mike, I start the Android command line app by double-clicking it in sdk/tools. This starts the SDK manager, which allows me to manage AVD's. I have created an AVD with Android 2.3.3 and start this from the AVD manager. Any other version of Android is too slow to be practical for testing in

Re: ANN: Script Editor Themer V2 Released

2015-04-13 Thread Peter Haworth
Thanks Andy, I'll check it out here too. I have a front script with all sorts of message intercepts so I suspect we're treading on each others toes somewhere in there. Not sure why it's only a Mac issue though. Pete lcSQL Software Home of lcStackBrowser

Re: ANN: Script Editor Themer V2 Released

2015-04-13 Thread AndyP
RE: "lcStackBrowser" plugin problems This looks like a problem that happens on Mac only. I've downloaded the trial version of lcStackBrowser and have no problems on Win, but I am seeing the same problem on 10.10.2 , investigating further. - Andy Piddock My software never has bugs. It ju

Re: How to enter the Android Sdk Location when it is in "Library"

2015-04-13 Thread Mark Schonewille
Sorry... typo. It is ln -s -- 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 LiveC

Re: How to enter the Android Sdk Location when it is in "Library"

2015-04-13 Thread Michael Doub
Mark, Are you sure "ls -s" is correct? I thought ls was a listing command. I have not used true UNIX in years. the -s option in the man page just talks about listing the blocks of the file. -= Mike On 4/13/15 4:18 PM, Mark Schonewille wrote: Mike, I'm not sure that an alias will alwa

Re: How to enter the Android Sdk Location when it is in "Library"

2015-04-13 Thread Michael Doub
Oh one other thing... make sure that you install the 2.2 API libraries. These are NOT installed by default in the Android Studio installation. LiveCode will not work without them. -= Mike On 4/13/15 4:07 PM, Michael Doub wrote: I think I answered my own question with this process: 1) us

Re: How to enter the Android Sdk Location when it is in "Library"

2015-04-13 Thread Michael Doub
They have tried to really making installation idiot proof, in doing so they install the sdk in the Library directory by default and there is no option to change it. creating the alias seems to get livecode to build to run cleanly. I am trying to figure out how to set up the emulator now.. One

Re: How to enter the Android Sdk Location when it is in "Library"

2015-04-13 Thread Mark Schonewille
Mike, I'm not sure that an alias will always work. Hence the trick with a hard link in my other reply. -- 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

Re: How to enter the Android Sdk Location when it is in "Library"

2015-04-13 Thread Michael Doub
I think I answered my own question with this process: 1) using the finder locate the sdk directory by holding down the option key and navigate using the GO menu. 2) make an alias for the sdk directory 3) move the alias somewhere out of the Library directory 4) now update the livecode preference

Re: How to enter the Android Sdk Location when it is in "Library"

2015-04-13 Thread Mark Schonewille
Hi Mike, Can't you install the SDK in the Applications folder? If not, execute this in the terminal: ls -s /User/mike/Libraries/Android/sdk /Applications/Android/Android_SDK You may need to use sudo: sudo ls -s ... Now you can navigate to the Android_SDK folder in the Applications fold

RE: How to enter the Android Sdk Location when it is in "Library"

2015-04-13 Thread Ralph DiMola
In the mobile prefs point the Android SDK to the folder where the SDK is installed. This folder should contain something similar to: add-ons AVD Manager.exe build-tools docs extras platform-tools platforms samples SDK Manager.exe SDK Readme.txt sources system-images temp tools uninstall.exe Ralp

[OT] Yosemite QuickTime Player

2015-04-13 Thread Peter Haworth
Having an issue making a screen recording with QT in Yosemite. The recording stops after 40 seconds - no indication it did that until you stop record and try to play it back. Also, clicking the stop recording button in the menu bar hangs QT and have to force quit to get out of it. Anyone come ac

How to enter the Android Sdk Location when it is in "Library"

2015-04-13 Thread Michael Doub
I just installed Android Studio. It installs the sdk in /User/mike/Libraries/Android/sdk. I have not figured out a way to enter this path into the mobile preferences section. Can any one provide me with some guidance? I filled a bug report, but I need a work around. Thanks Mike __

Re: ANN: Script Editor Themer V2 Released

2015-04-13 Thread Guglielmo Braguglia
I'm using OSX 10.10.3 and LC 6.7.4 :-) Guglielmo Magicgate Software - Skip Kimpel 13 Apr 2015 20:38 pm I also have the lcStackBrowser and I have no issues. There must be some other cause for this conflict. I am using Win and 7.0.3 SKIP On Mon, Apr 13, 2015 at 2:0

Re: Can't Build for Android - "could not compile application class"

2015-04-13 Thread Ray
Thanks for the heads-up Pierre. I'll look out for that. On 4/13/2015 3:03 PM, Pierre Sahores wrote: Ray, Be sure to comment (Android bug, iOS OK) : # set the acceleratedRendering of this stack to true if you use it. Its a known issue the LC team works on to get it removed ASAP : [Bug 14879

Re: Can't Build for Android - "could not compile application class"

2015-04-13 Thread Pierre Sahores
Ray, Be sure to comment (Android bug, iOS OK) : # set the acceleratedRendering of this stack to true if you use it. Its a known issue the LC team works on to get it removed ASAP : [Bug 14879] android mobile app launch hangs up while processing the opencard handler of cd 1 Best, Pierre > L

Re: Can't Build for Android - "could not compile application class"

2015-04-13 Thread Ray
Ralph - many thanks for these steps! I had forgotten about this. On 4/13/2015 2:59 PM, Ralph DiMola wrote: Make sure that Java JDK installed. Download and install the Android SDK. In LC prefs in the mobile pane select the folder for the Android SDK. Run the "SDK Manager" it's in the Android SDK

RE: Can't Build for Android - "could not compile application class"

2015-04-13 Thread Ralph DiMola
Make sure that Java JDK installed. Download and install the Android SDK. In LC prefs in the mobile pane select the folder for the Android SDK. Run the "SDK Manager" it's in the Android SDK folder. There you can view/update the tools. The tools are listed at the top. If you already have the Android

Re: Can't Build for Android - "could not compile application class"

2015-04-13 Thread Ray
What SDK/Platform/Build tools? I know that's almost comical but evidently I forgot if there are things to download like iTune and Xcode on the Mac. Can you refresh my memory please? On 4/13/2015 2:40 PM, Ralph DiMola wrote: I get that when the Android SDK is not in sync with the version tha

RE: Can't Build for Android - "could not compile application class"

2015-04-13 Thread Ralph DiMola
I get that when the Android SDK is not in sync with the version that LC expects. What version of the SDK/Platform/Build tools are you running? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun

Re: ANN: Script Editor Themer V2 Released

2015-04-13 Thread Magicgate Software - Skip Kimpel
I also have the lcStackBrowser and I have no issues. There must be some other cause for this conflict. I am using Win and 7.0.3 SKIP On Mon, Apr 13, 2015 at 2:00 PM, Guglielmo Braguglia wrote: > Me too, and works fine. ;-) > > I had trouble with the plugin only if also the Peter Haworth > "lc

Re: ANN: Script Editor Themer V2 Released

2015-04-13 Thread Peter Haworth
Sounds like Andy and I should figure out why that happens. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Mon, Apr 13, 2015 at 11:00 AM, Guglielmo Braguglia < guglie...@bragugl

Re: ANN: Script Editor Themer V2 Released

2015-04-13 Thread Guglielmo Braguglia
Me too, and works fine. ;-) I had trouble with the plugin only if also the Peter Haworth "lcStackBrowser" plugin is running. My solution was closing "lcStackBrowser", setting new script theme with "Script Editor Themer" and after restarting "lcStackBrowser". Guglielmo Skip Kimpel

Can't Build for Android - "could not compile application class"

2015-04-13 Thread Ray
I can't build for an Android phone with 7.0.2 (rc2). I found the following thread: http://forums.livecode.com/phpBB2/viewtopic.php?t=7357 but it's lengthy and it's four years old. Does anybody know of a simple fix for this? ___ use-livecode ma

Re: Release: LiveCode 8.0.0 DP 2

2015-04-13 Thread Richmond
On 13/04/15 19:31, Ali Lloyd wrote: Dear list members, We are pleased to announce the release of LiveCode 8.0 DP 2. Warning: this is not a stable release. Please ensure you back up your stacks before testing them. Known issues with 8.0.0 DP 2: - The new property inspector lacks some properties

Re: New LiveCode book revised web address

2015-04-13 Thread Marian Petrides MD
Thank you, Stephen! This looks like it will be very helpful! > On Apr 13, 2015, at 12:00 PM, stgoldb...@aol.com wrote: > > > > > > > Got off to a bad start! The Medmaster web address in my last posting today > had a typo, which is corrected below. We try again: > > >I am pleased

Re: Release: LiveCode 8.0.0 DP 2

2015-04-13 Thread Matthias Rebbe | M-R-D
http://downloads.livecode.com > Am 13.04.2015 um 18:39 schrieb Colin Holgate : > > Can you say where to get the build? It doesn’t yet show up in the Check For > Updates dialog. > > > > ___ > use-livecode mailing list > use-livecode@lists.runrev.co

Re: New LiveCode book

2015-04-13 Thread Pierre Sahores
Hi Stephen, There is some few books very, very different from thousands others… In France, lots of Hypercard’s developers discovered this magic app’s design/development functional/object programing language because two of those kind of books : Hypercard, by Jean-Jacques Greif Hypertalk, by Jea

Re: Release: LiveCode 8.0.0 DP 2

2015-04-13 Thread Colin Holgate
Can you say where to get the build? It doesn’t yet show up in the Check For Updates dialog. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://l

Release: LiveCode 8.0.0 DP 2

2015-04-13 Thread Ali Lloyd
Dear list members, We are pleased to announce the release of LiveCode 8.0 DP 2. Warning: this is not a stable release. Please ensure you back up your stacks before testing them. Known issues with 8.0.0 DP 2: - The new property inspector lacks some properties present in the old property inspector

New LiveCode book revised web address

2015-04-13 Thread stgoldb...@aol.com
Got off to a bad start! The Medmaster web address in my last posting today had a typo, which is corrected below. We try again: I am pleased to announce my new book, LiveCode Lite: Computer Programming Made Ridiculously Simple.

New LiveCode book

2015-04-13 Thread stgoldb...@aol.com
I am pleased to announce my new book, LiveCode Lite: Computer Programming Made Ridiculously Simple. It is temporarily available as a free PDF download at www.medmaster/livecode.html, along with a LiveCode scripting tutorial for Mac or Windows. The original HyperCard language had only about

Re: ANN: Script Editor Themer V2 Released

2015-04-13 Thread AndyP
Thanks for the feedback Skip. - Andy Piddock My software never has bugs. It just develops random features. Copy the new cloud space, get your free 15GB space now: Get Copy Script editor Themer for LC http://2108.co.uk PointandSee is a FREE simple but full featured under cursor col

Re: ANN: Script Editor Themer V2 Released

2015-04-13 Thread Skip Kimpel
I also store my plugins folder in DropBox but I do not experience any issues or errors. All works fine from my side. SKIP > On Apr 13, 2015, at 2:13 AM, AndyP wrote: > > Hi Stephen, > > This is odd, I have had my plugins in Dropbox right from the start of > development. I suspect both the