Any experiences with LC videograbber?

2015-09-14 Thread Tiemo Hollmann TB
Hello, I am testing the videoGrabber functions and have downloaded the videoGrabberTest stack on Win 7 with LC 6.5.2. Neither revInitializeVideoGrabber, nore revPreviewVideo or any of the other commands seems to do anything. Any experiences with these commands or this test stack? IS anybody

Re: Any experiences with LC videograbber?

2015-09-14 Thread Martin Koob
I had been using revVideoGrabber in my Mac OS X program. I started to have difficulties with later Mac Book Pros with retina screens. I think there were other issues as well. Search the QA centre http://quality.runrev.com/buglist.cgi?quicksearch=videograbber and you can see the confirmed but

Re: Release 6.7.7 RC 4 / 7.1.0 RC 3

2015-09-14 Thread Peter TB Brett
On 11/09/2015 15:59, Sebastien Nouat wrote: **iOS 9.0* *With the next maintenance cycle planned to start next week, and Apple releasing iOS 9.0 on the 16th of September, we would love to offer you the ability to deploy on iOS 9.0 devices in this release. However, Apple's decision of

iOS: Missing 64-bit support

2015-09-14 Thread Dan Friedman
Does anyone know the magic combination needed to get a app accepted by Apple? I'm using LC 7.0.1, and XCode 6.1. I uploaded an update to an app this morning and got this error: ERROR ITMS-90086: "Missing 64-bit support - Beginning on February 1, 2015 new iOS apps submitted to the App Store

Re: iOS: Missing 64-bit support

2015-09-14 Thread Colin Holgate
It was LiveCode 7.0.2 that gave 64 bit support. ___ 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

[ANN] UltraEdit Wordfiles for LCS and LCB

2015-09-14 Thread jameshale
Looking around for text editors with code folding and I found UltraEdit. It is not free ($79) although you can try it out for 30 days. It is cross platform and you can get it from here It too has language definition files which it calls "wordfiles" I have made wordfiles for both

AW: Any experiences with LC videograbber?

2015-09-14 Thread Tiemo Hollmann TB
Thanks Martin for your experience Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Martin Koob Gesendet: Montag, 14. September 2015 15:37 An: use-revolut...@lists.runrev.com Betreff: Re: Any experiences with LC videograbber?

Re: Thoughts about Functions, Pseudocode & Natural Language

2015-09-14 Thread Mark Wieder
On 09/14/2015 02:27 AM, Peter TB Brett wrote: Wasn't COME FROM originally an INTERCAL feature? Yep. Along with PLEASE. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Compiling multi-module LiveCode Builder programs

2015-09-14 Thread Peter TB Brett
Hi all, I've written another blog in my series about pure LiveCode Builder programs. This time, I discuss how to compile projects with lots of modules correctly, and provide a Makefile that should be pretty much all you need to get started with compiling and running large LCB-only

Using FileMaker as ODBC Source

2015-09-14 Thread Javier Miranda
Hi friends, can you take a look to this code please? on mouseUp put "ODBC" into theDBType put "localhost" into theDBHost put "SACyV" into theDBName put "Admin" into theDBUser put “bcdea" into theDBPassword put revOpenDatabase( theDBType, theDBName , theDBHost, theDBUser,

Re: [ANN] LiveCode External to validate the MAS Receipt

2015-09-14 Thread Guglielmo Braguglia
Hi Matthias, I see that "Receigen" is still updated and, probably, is one of the best tools. About the described procedure and how to make the OS X external ... I don't know, I don't have tested with last versions of OS X and Xcode. So ... try and let we know :) Guglielmo Matthias Rebbe

Re: Thoughts about Functions, Pseudocode & Natural Language

2015-09-14 Thread Peter TB Brett
On 12/09/2015 20:47, Jerry Jensen wrote: And then there’s the well-known Forth construct: ComeFrom . . . Wasn't COME FROM originally an INTERCAL feature? Peter -- Dr Peter Brett LiveCode Open Source Team LiveCode on reddit:

Re: Accessing the Foundation library with LiveCode Builder

2015-09-14 Thread Peter TB Brett
On 10/09/2015 03:29, JB wrote: This is excellent! Thank you and please let us know when you post more examples. I'm glad you've enjoyed it! I'm going to try and continue to post info about using LiveCode Builder by itself outside the context of "traditional" LiveCode programs. It's a

Re: [ANN] LiveCode External to validate the MAS Receipt

2015-09-14 Thread Matthias Rebbe | M-R-D
Hi Guglielmo, > Am 14.09.2015 um 10:14 schrieb Guglielmo Braguglia : > > Hi Matthias, > I see that "Receigen" is still updated and, probably, is one of the best > tools. > > About the described procedure and how to make the OS X external ... I don't > know, I don't