Re: MergExt BLE

2021-02-01 Thread General 2018 via use-livecode
Thanks Monte , I will go that route. Regards Camm > On 1 Feb 2021, at 01:11, Monte Goulding via use-livecode > wrote: > > Hi Camm > > The mergExt externals are supported by LiveCode so the best route for support > is supp...@livecode.com <mailto:supp...@li

Re: MergExt BLE

2021-01-31 Thread Monte Goulding via use-livecode
Hi Camm The mergExt externals are supported by LiveCode so the best route for support is supp...@livecode.com <mailto:supp...@livecode.com>. Cheers Monte > On 31 Jan 2021, at 1:16 am, General 2018 via use-livecode > wrote: > > Hi, > > Is Monte able to support Merge

Re: MergExt BLE

2021-01-30 Thread General 2018 via use-livecode
rite/read function with MergExt BLE. > > Can anyone give guidance on application of the above using Livecode ? > > Regards Camm > >> On 14 Jan 2021, at 15:09, General 2018 via use-livecode >> wrote: >> >> Hi , >> >> Have an application

Re: MergExt BLE

2021-01-22 Thread General 2018 via use-livecode
Hi , I think the issue is the need for “Thread Safe” and / or “Concurrent Buffering” for write/read function with MergExt BLE. Can anyone give guidance on application of the above using Livecode ? Regards Camm > On 14 Jan 2021, at 15:09, General 2018 via use-livecode > wrote: &g

MergExt BLE

2021-01-14 Thread General 2018 via use-livecode
Hi , Have an application for IOS and started to use MergExt BLE. This is working great with livecode on finding devices , connecting and writing. I have an issue with reading , it works but missing data randomly on read. The BLE device is using Notify. In “didupatevalueforcharactistic

Re: mergEXT

2017-04-14 Thread Richmond Mathewson via use-livecode
I worked that out by looking the URL up on my Mac: Thanks. The Android tablet browser, however . . . . This app only gives me the Blue-bot's MAC address and something called "RAW DATA": 0x0201020809426C7565426F740303F0FF Ultimately you did help me, but in an unexpected way insofar as your

Re: mergEXT

2017-04-14 Thread Roger Eller via use-livecode
My link was directly to the app I used, made by Bluepixel Technology LLP. https://play.google.com/store/apps/details?id=com.macdom.ble.blescanner ~Roger On Fri, Apr 14, 2017 at 11:18 AM, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > Great, except that the Goog

Re: mergEXT

2017-04-14 Thread Richmond Mathewson via use-livecode
Great, except that the Goog Play Store lists 3 "BLE Scanner" apps . . . . . When I typed the URL into the Android tablet's browser it said "webpage unavailable". From one of these I got: Service ffe0 Characteristic ffe1. From the second: 88:1B:99:0D:70:C1. [Your one] From the third:

Re: mergEXT

2017-04-14 Thread Roger Eller via use-livecode
If you (or someone you know or work with) have an Android phone or tablet, try this app. It will scan for nearby bluetooth devices and provide a plethora of info (including UUID) about the devices. It even sees Monte's "Hello World" broadcast from LiveCode when you open his MergBLE sample stack.

Re: mergEXT

2017-04-14 Thread Richmond Mathewson via use-livecode
I end up with a lot of links to something called a "bluebot" which is NOT the "Blue-Bot": fine distinction, but it makes all the difference. Richmond. On 4/14/17 3:03 am, Phil Davis via use-livecode wrote: I just Googled "Blue-Bot uuid" maybe one of the Github links will point you in the

Re: mergEXT

2017-04-13 Thread Phil Davis via use-livecode
I just Googled "Blue-Bot uuid" maybe one of the Github links will point you in the right direction? Phil Davis On 4/13/17 9:05 AM, Richmond Mathewson via use-livecode wrote: I've just spend a fair time poking around the internet and cannot find an application that can give me the UUID

Re: mergEXT

2017-04-13 Thread Richmond Mathewson via use-livecode
I've just spend a fair time poking around the internet and cannot find an application that can give me the UUID numbers associated with a paired Bluetooth device . . . Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: mergEXT

2017-04-13 Thread Richmond Mathewson via use-livecode
On 4/13/17 2:22 am, Monte Goulding via use-livecode wrote: Hi Folks You probably want to get some docs for the robot and find out the service UUID that it offers then scan for peripherals with that service UUID. That’s the normal way of doing things but if there’s no docs available (from

Re: mergEXT

2017-04-12 Thread Monte Goulding via use-livecode
Hi Folks You probably want to get some docs for the robot and find out the service UUID that it offers then scan for peripherals with that service UUID. That’s the normal way of doing things but if there’s no docs available (from the looks of their downloads page you will need to request dev

Re: mergEXT

2017-04-12 Thread Mike Kerner via use-livecode
Have a look in the dictionary. I don't know if Monte still has the demo stacks available, but perhaps that would also help. On Wed, Apr 12, 2017 at 10:23 AM, Roger Eller via use-livecode < use-livecode@lists.runrev.com> wrote: > I have never used it, but this is in the LC forum: > > try >

Re: mergEXT

2017-04-12 Thread Roger Eller via use-livecode
I have never used it, but this is in the LC forum: try mergBLEStopScanningForPeripherals catch e answer e end try http://forums.livecode.com/viewtopic.php?f=9=28007=147215=mergBLE#p147215 On Wed, Apr 12, 2017 at 10:18 AM, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com>

Re: mergEXT

2017-04-12 Thread Richmond Mathewson via use-livecode
I must be really stupid . . . but . . . How do I use mergBLE to get a simple list of BlueTooth devices in a listField? Richmond. On 4/12/17 4:08 pm, Roger Eller via use-livecode wrote: That looks really cool (for teaching)! "PLEASE NOTE: Blue-Bot® is compatible with any iOS device with

Re: mergEXT

2017-04-12 Thread Roger Eller via use-livecode
That looks really cool (for teaching)! "PLEASE NOTE: Blue-Bot® is compatible with any iOS device with version 3.0/4.0+ EDR Bluetooth (e.g. iPad3 and later)" So... I would think you would use mergBLE for this. http://mergext.com/home/mergble/ ~Roger On Wed, Apr 12, 2017 at 9:01 AM, Richmond

Re: mergEXT

2017-04-12 Thread Richmond Mathewson via use-livecode
Yup: https://www.bee-bot.us/bluebot.html http://forums.livecode.com/viewtopic.php?f=5=29121 I really would like to control the Blue-Bot via a LiveCode front-end rather than the crappy interface that one has to pay $50 for that stinks. Richmond. On 4/12/17 3:58 pm, Roger Eller via

Re: mergEXT

2017-04-12 Thread Roger Eller via use-livecode
Robot? On Wed, Apr 12, 2017 at 8:57 AM, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > OK: now for the goofy questions . . . . > > 1. How do I find my robot's pUUID on a Mac? > > > Richmond. > > ___ use-livecode mailing

Re: mergEXT

2017-04-12 Thread Richmond Mathewson via use-livecode
OK: now for the goofy questions . . . . 1. How do I find my robot's pUUID on a Mac? Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: mergEXT

2017-04-12 Thread Mike Kerner via use-livecode
.com> wrote: > >> " an Indy or Business license, will I get mergEXT automatically? Yes!" >> >> As I have an Indy licence I would be grateful if I could find out >> where I can download mergEXT. >> >> Richmond. >> __

Re: mergEXT

2017-04-12 Thread Richmond Mathewson via use-livecode
Thanks for the heads up! Richmond. On 4/12/17 3:43 pm, Mike Kerner via use-livecode wrote: you don't download it. It's built in. On Wed, Apr 12, 2017 at 8:42 AM, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: " an Indy or Business license, will I

Re: mergEXT

2017-04-12 Thread Mike Kerner via use-livecode
you don't download it. It's built in. On Wed, Apr 12, 2017 at 8:42 AM, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > " an Indy or Business license, will I get mergEXT automatically? Yes!" > > As I have an Indy licence I would be gra

mergEXT

2017-04-12 Thread Richmond Mathewson via use-livecode
" an Indy or Business license, will I get mergEXT automatically? Yes!" As I have an Indy licence I would be grateful if I could find out where I can download mergEXT. Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Pl

Re: mergExt Markdown

2016-06-10 Thread me
Thx, Monte. I've already coded around the problem by limiting the amount of markdown the app accepts from a user. So I've rolled my own limited translation of markdown. Best, Jerry On Jun 10, 2016, 6:13 AM -0500, Monte Goulding, wrote: > > > On 10 Jun 2016, at 9:05 PM,

Re: mergExt Markdown

2016-06-10 Thread Monte Goulding
> On 10 Jun 2016, at 9:05 PM, m...@jerrydaniels.com wrote: > > That button is disabled. (The first place I looked.) INDY license, so it > should work. Sorry Jerry, I’ve led you a merry dance. It turns out that 8.0.X only added an interim feature for iOS covering most of my externals.

Re: mergExt Markdown

2016-06-10 Thread me
That button is disabled. (The first place I looked.) INDY license, so it should work. Best, Jerry On Jun 10, 2016, 1:52 AM -0500, Monte Goulding, wrote: > > > On 10 Jun 2016, at 3:53 PM, m...@jerrydaniels.com wrote: > > > > I figured out what 'Ali awesomeness' meant just

Re: mergExt Markdown

2016-06-10 Thread Monte Goulding
> On 10 Jun 2016, at 3:53 PM, m...@jerrydaniels.com wrote: > > I figured out what 'Ali awesomeness' meant just before I checked email. I've > got Mohammed Ali on the brain this week, I suppose. Well float like a butterfly over to the copy files pane and sting like a bee on the “Add Included

Re: mergExt Markdown

2016-06-09 Thread me
I figured out what 'Ali awesomeness' meant just before I checked email. I've got Mohammed Ali on the brain this week, I suppose. Best, Jerry On Jun 9, 2016, 3:10 PM -0500, Monte Goulding, wrote: > > > On 10 Jun 2016, at 6:04 AM, Jerry Danielswrote: >

Re: mergExt Markdown

2016-06-09 Thread me
I looked all over the place on the copy files page but didn't see how to add it. I'll check again. If you can point me in the right direction, I'd be grateful. Best, Jerry On Jun 9, 2016, 4:23 PM -0500, Monte Goulding, wrote: > > > On 10 Jun 2016, at 7:09 AM, Jerry

Re: mergExt Markdown

2016-06-09 Thread Jerry Daniels
>> On Jun 9, 2016, at 2:47 PM, Monte Goulding <mo...@appisle.net> wrote: >> >> There were some issues with desktop mergExt inclusion in 8.0.1. >> >> 8.0.2 fixes it and 8.1 will bring some Ali awesomeness to the experience. >> >> Sent f

Re: mergExt Markdown

2016-06-09 Thread Monte Goulding
> On 10 Jun 2016, at 6:04 AM, Jerry Daniels wrote: > > Thx, Monte! “Ali awesomeness”? Ali from the LC team has worked some magic on standalone inclusions in 8.1. ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: mergExt Markdown

2016-06-09 Thread Jerry Daniels
Thx, Monte! “Ali awesomeness”? > On Jun 9, 2016, at 2:47 PM, Monte Goulding <mo...@appisle.net> wrote: > > There were some issues with desktop mergExt inclusion in 8.0.1. > > 8.0.2 fixes it and 8.1 will bring some Ali awesomeness to the experience. > > Sent from my

Re: mergExt Markdown

2016-06-09 Thread Monte Goulding
There were some issues with desktop mergExt inclusion in 8.0.1. 8.0.2 fixes it and 8.1 will bring some Ali awesomeness to the experience. Sent from my iPhone > On 10 Jun 2016, at 4:23 AM, Jerry Daniels <m...@jerrydaniels.com> wrote: > > I cannot seem to get the mergExt markdow

mergExt Markdown

2016-06-09 Thread Jerry Daniels
I cannot seem to get the mergExt markdown stuff to work in a standalone. Using 8.0.1 release version. Anyone else? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: VLC and GPL and LC on iOS (was: Re: MergEXT now included with Indy/Business IDE)

2016-05-07 Thread Richard Gaskin
Kay C Lan wrote: On Fri, May 6, 2016 at 11:57 PM, Richard Gaskin wrote: There are many open source licenses. ...just because a system succeeds doesn't mean it can't be made better. Of course. Ours is an imperfect world. No single license can serve all goals, and all systems can always

Re: VLC and GPL and LC on iOS (was: Re: MergEXT now included with Indy/Business IDE)

2016-05-07 Thread Kay C Lan
On Fri, May 6, 2016 at 11:57 PM, Richard Gaskin wrote: > > There are many open source licenses. Yes, just like there are many political systems - all supposedly for the betterment 'of the people'. Even in democratic societies the variations are tremendous - and their

Re: VLC and GPL and LC on iOS (was: Re: MergEXT now included with Indy/Business IDE)

2016-05-06 Thread Peter M. Brigham
On May 6, 2016, at 12:05 PM, John Dixon wrote: > No Richard... it is not a limitation of the language ! You just have > a different perspective ...:-) > > Richard Gaskin wrote... > 'This is a limitation of English, in which "free" refers to both "gratis" > and "libre".' Off topic, but I have a

RE: VLC and GPL and LC on iOS (was: Re: MergEXT now included with Indy/Business IDE)

2016-05-06 Thread John Dixon
bject: Re: VLC and GPL and LC on iOS (was: Re: MergEXT now included with > Indy/Business IDE) > From: ambassa...@fourthworld.com > Date: Fri, 6 May 2016 08:57:42 -0700 > > Bob Sneidar wrote: > > > On May 5, 2016, at 21:33 , Kay C Lan wrote: > >>

Re: VLC and GPL and LC on iOS (was: Re: MergEXT now included with Indy/Business IDE)

2016-05-06 Thread Richard Gaskin
Bob Sneidar wrote: > On May 5, 2016, at 21:33 , Kay C Lan wrote: >> Pick your license carefully - you should ALWAYS read the fine print. > > This is why I am always leary of people who want to change the world. > The devil is always in the details. I prefer Ludwig Mies van der Rohe's variant,

RE: VLC and GPL and LC on iOS (was: Re: MergEXT now included with Indy/Business IDE)

2016-05-06 Thread Dave Kilroy
Long ago, I was a bit leery of using products recommended by Timothy Leary > Yes , the devil is in the detail... 'leery', is the word you were looking for > ?... :-) ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

RE: VLC and GPL and LC on iOS (was: Re: MergEXT now included with Indy/Business IDE)

2016-05-06 Thread John Dixon
Yes , the devil is in the detail... 'leery', is the word you were looking for ?... :-) > From: bobsnei...@iotecdigital.com > To: use-livecode@lists.runrev.com > Subject: Re: VLC and GPL and LC on iOS (was: Re: MergEXT now included with > Indy/Business IDE) > Date: Fri, 6 Ma

Re: VLC and GPL and LC on iOS (was: Re: MergEXT now included with Indy/Business IDE)

2016-05-06 Thread Bob Sneidar
This is why I am always leary of people who want to change the world. The devil is always in the details. Bob S On May 5, 2016, at 21:33 , Kay C Lan > wrote: On Thu, May 5, 2016 at 1:34 PM, Monte Goulding

Re: VLC and GPL and LC on iOS (was: Re: MergEXT now included with Indy/Business IDE)

2016-05-05 Thread Kay C Lan
On Thu, May 5, 2016 at 1:34 PM, Monte Goulding wrote: > > We worked hard with all major copyright holders to not repeat history and > we are confident to have achieved this goal. > > My understanding of the situation is that many contributors to VLC were opposed to the stance

Re: VLC and GPL and LC on iOS (was: Re: MergEXT now included with Indy/Business IDE)

2016-05-04 Thread Monte Goulding
> On 5 May 2016, at 3:34 PM, Monte Goulding wrote: > > Mozilla Pubic License Oh dear… that could be something else entirely ;-) ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: VLC and GPL and LC on iOS (was: Re: MergEXT now included with Indy/Business IDE)

2016-05-04 Thread Monte Goulding
It appears to be in the store under the Mozilla Pubic License. From a press release: VLC for iOS is fully open-source. Its code will be available online by tomorrow and is bi-licensed under both the Mozilla Public License Version 2 as well as the GNU General Public License Version 2 or later.

VLC and GPL and LC on iOS (was: Re: MergEXT now included with Indy/Business IDE)

2016-05-04 Thread James Hale
In the referenced thread Monte mentioned something about fmpeg and it associated libraries and licensing. Today I was notified of an update the VLC and remembered how that is now available on the App Store. Looking at Videolan's site, VLC is GPL 2. How is it that it can be distributed under

Re: MergEXT now included with Indy/Business IDE

2016-05-04 Thread stephen barncard
On Wed, May 4, 2016 at 8:37 PM, Monte Goulding wrote: > mergAV works on OS X that's the part I needed to know. Thanks. sqb Stephen Barncard - Sebastopol Ca. USA - mixstream.org ___ use-livecode mailing list

Re: MergEXT now included with Indy/Business IDE

2016-05-04 Thread Monte Goulding
mergAV works on OS X because AVFoundation is very similar on iOS and OS X but it would be a major project to create similar functionality for the other platforms. It would probably need to be a separate FFmpeg external and then that external probably wouldn’t be iOS compatible because of the

Re: MergEXT now included with Indy/Business IDE

2016-05-04 Thread stephen barncard
On Wed, May 4, 2016 at 8:25 PM, stephen barncard < stephenrevoluti...@barncard.com> wrote: > will mergAV work on the desktop, or is it planned? never mind. The platforms seem to be clearly shown at mergext.com Stephen Barncard - Sebastopol Ca. USA - mixstream.org

Re: MergEXT now included with Indy/Business IDE

2016-05-04 Thread stephen barncard
belated question- sorry if it's been asked before... will mergAV work on the desktop, or is it planned? hope I'm not being annoying. thanks sqb Stephen Barncard - Sebastopol Ca. USA - mixstream.org On Wed, May 4, 2016 at 5:43 PM, Monte Goulding wrote: > The integration of

Re: MergEXT now included with Indy/Business IDE

2016-05-04 Thread Stephen MacLean
Thanks Monte! > On May 4, 2016, at 8:43 PM, Monte Goulding wrote: > > The integration of the externals made it into LC 8.0.0 but the changes to the > standalone builder to make them easier to use didn’t because of the risk of > introducing regressions to such a critical

Re: MergEXT now included with Indy/Business IDE

2016-05-04 Thread Monte Goulding
The integration of the externals made it into LC 8.0.0 but the changes to the standalone builder to make them easier to use didn’t because of the risk of introducing regressions to such a critical component. Ali is on it though so you should see that happen very soon. For now either copy them

MergEXT now included with Indy/Business IDE

2016-05-04 Thread Stephen MacLean
Very nice! Question: How do you access them from inside the IDE? I see them in the package contents, but nothing related to them in the IDE. i.e. nothing in the plugins menu, etc. Thanks! Steve MacLean ___ use-livecode mailing list

Re: mergExt Acquisition

2016-02-18 Thread Monte Goulding
> On 19 Feb 2016, at 2:06 PM, Sannyasin Brahmanathaswami > wrote: > > Does the FTP external do SFTP? No, sorry, I wouldn’t use it if it were transferring sensitive data to and from the phone ___ use-livecode mailing list

Re: mergExt Acquisition

2016-02-18 Thread Sannyasin Brahmanathaswami
Does the FTP external do SFTP? BR On February 18, 2016 at 4:58:38 PM, Monte Goulding (mo...@appisle.net<mailto:mo...@appisle.net>) wrote: On 2/18/2016 6:35 PM<http://airmail.calendar/2016-02-18%2018:35:00%20HST>, Clarence P Martin wrote: > I hope the MergExt will include

Re: mergExt Acquisition

2016-02-18 Thread Monte Goulding
s that things be cross platform that they would pay me to do it. Well I have that now as it’s clearly critically important to LiveCode. There was and still are a couple of technical hurdles to jump for some things like maps on android but we can get there I’m sure. Having said all that I always saw th

Re: mergExt Acquisition

2016-02-18 Thread J. Landman Gay
On 2/18/2016 6:35 PM, Clarence P Martin wrote: I hope the MergExt will include all systems, ie. Android also? The announcement says they will aim for that. I'm waiting with anticipation, since all my mobile apps so far have been cross platform, which has prevented me from using almost all

RE: mergExt Acquisition

2016-02-18 Thread Roger Eller
I agree with you, Clarence. The words "cross platform where appropriate" leaves it unclear just how much or how little will be ported. I expect if it is difficult to do it will remain iOS only. On Feb 18, 2016 7:36 PM, "Clarence P Martin" <chi...@themartinz.com> wr

RE: mergExt Acquisition

2016-02-18 Thread Clarence P Martin
I hope the MergExt will include all systems, ie. Android also? Sincerely, Clarence Martin Email: chi...@themartinz.com Cell: 626 6965561 -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Kevin Miller Sent: Thursday, February 18, 2016 9:46

Re: [ANN] mergExt News

2016-02-18 Thread Monte Goulding
> On 19 Feb 2016, at 5:30 AM, Matt Maier <bluebac...@gmail.com> wrote: > > That's awesome, congrats Monte and Livecode. Thanks Matt > > Can you clarify the uses of mergExt? Since mergExt is closed source, does > that mean we just can't use any of those widgets if

Re: [ANN] mergExt News

2016-02-18 Thread Matt Maier
That's awesome, congrats Monte and Livecode. Can you clarify the uses of mergExt? Since mergExt is closed source, does that mean we just can't use any of those widgets if we want to release open source, or is there a way to separate them out as some kind of binary bundle? Can they be used from

mergExt Acquisition

2016-02-18 Thread Kevin Miller
Dear All, As Monte mentioned on this list yesterday, we are delighted to announce a very exciting acquisition for LiveCode: we have purchased the full suite of the invaluable mergEXT externals for iOS. These will shortly be included with your Indy or Business license purchase. We will also

Re: [ANN] mergExt News

2016-02-17 Thread Monte Goulding
Thanks for the love folks. > On 18 Feb 2016, at 3:50 AM, Mark Wieder <mwie...@ahsoftware.net> wrote: > > On 02/17/2016 03:01 AM, Monte Goulding wrote: >> Hi LiveCoders and in particular mergExt users! >> >> Today I have a rather large announcement to make abo

Re: [ANN] mergExt News

2016-02-17 Thread Mark Wieder
On 02/17/2016 03:01 AM, Monte Goulding wrote: Hi LiveCoders and in particular mergExt users! Today I have a rather large announcement to make about mergExt. mergExt Externals are now exclusively licensed to LiveCode Ltd. The intention is for most or all of the externals to be available

Re: [ANN] mergExt News

2016-02-17 Thread Roger Eller
; > > >How does that effect existing licensees? > > > >Ben > > > >On 17/02/2016 11:01, Monte Goulding wrote: > >> Hi LiveCoders and in particular mergExt users! > >> > >> Today I have a rather large announcement to make about mergExt. mergExt &

Re: [ANN] mergExt News

2016-02-17 Thread William Prothero
Me too. Wonderful news! Thanks for your wonderful additions to livecode, Monte! Bill William Prothero, Ph.D. University of California, Santa Barbara, Emeritus proth...@earthednet.org ___ use-livecode mailing list use-livecode@lists.runrev.com

RE: [ANN] mergExt News

2016-02-17 Thread Ralph DiMola
+ 100 also. Hey Monte, Did you get a pancake printer included in that contract? Stephen MacLean wrote: > This is just fantastic news! > > I’ve always been impressed and pleased by Monte, his externals and > his > abilities. They really fill some big holes in LC. > > As someone

Re: [ANN] mergExt News

2016-02-17 Thread Richard Gaskin
Stephen MacLean wrote: > This is just fantastic news! > > I’ve always been impressed and pleased by Monte, his externals and > his abilities. They really fill some big holes in LC. > > As someone who’s been hitting frustrating roadblock after roadblock > recently with LC, starting to look

Re: [ANN] mergExt News

2016-02-17 Thread Stephen MacLean
: > > Hi LiveCoders and in particular mergExt users! > > Today I have a rather large announcement to make about mergExt. mergExt > Externals are now exclusively licensed to LiveCode Ltd. The intention is for > most or all of the externals to be available to LiveCode Indy licen

Re: [ANN] mergExt News

2016-02-17 Thread Monte Goulding
Woops.. Sorry Sent from my iPhone > On 17 Feb 2016, at 10:29 PM, Kevin Miller wrote: > > we were planning > to take another day or so to button up the Q around this and carefully > announce it to you all. ___ use-livecode mailing

Re: [ANN] mergExt News

2016-02-17 Thread Monte Goulding
t; On 17/02/2016 11:01, Monte Goulding wrote: >> Hi LiveCoders and in particular mergExt users! >> >> Today I have a rather large announcement to make about mergExt. mergExt >> Externals are now exclusively licensed to LiveCode Ltd. The intention is for >> most o

Re: [ANN] mergExt News

2016-02-17 Thread Kevin Miller
n > >On 17/02/2016 11:01, Monte Goulding wrote: >> Hi LiveCoders and in particular mergExt users! >> >> Today I have a rather large announcement to make about mergExt. mergExt >>Externals are now exclusively licensed to LiveCode Ltd. The intention is >>for most o

Re: [ANN] mergExt News

2016-02-17 Thread Ben Rubinstein
This is great news for LiveCode. Thank you Monte for your incredible work. > exclusively licensed How does that effect existing licensees? Ben On 17/02/2016 11:01, Monte Goulding wrote: Hi LiveCoders and in particular mergExt users! Today I have a rather large announcement to make ab

[ANN] mergExt News

2016-02-17 Thread Monte Goulding
Hi LiveCoders and in particular mergExt users! Today I have a rather large announcement to make about mergExt. mergExt Externals are now exclusively licensed to LiveCode Ltd. The intention is for most or all of the externals to be available to LiveCode Indy licensed users. We will aim to have

Re: [ANN] mergExt releases for iOS 9.2

2016-02-11 Thread Monte Goulding
> On 11 Feb 2016, at 9:26 PM, Ben Rubinstein wrote: > > N -1! > > On 10/02/2016 15:41, Mike Kerner wrote: >> The other thing that would be nice would be to maybe have the new versions >> not be marked with the version number. I realize that can be dangerous, >> but

Re: [ANN] mergExt releases for iOS 9.2

2016-02-11 Thread Ben Rubinstein
N -1! On 10/02/2016 15:41, Mike Kerner wrote: The other thing that would be nice would be to maybe have the new versions not be marked with the version number. I realize that can be dangerous, but for every app, I have to go into Copy Files for every external and point to the new one.

Re: [ANN] mergExt releases for iOS 9.2

2016-02-10 Thread Mike Kerner
The other thing that would be nice would be to maybe have the new versions not be marked with the version number. I realize that can be dangerous, but for every app, I have to go into Copy Files for every external and point to the new one. When I forget (especially if I haven't done a new build

Re: [ANN] mergExt releases for iOS 9.2

2016-02-10 Thread Mike Kerner
Request: For folks who buy the whole kit-and-kaboodle, a monolithic download with the current versions of everything would be nice. On Wed, Feb 10, 2016 at 12:41 AM, Monte Goulding wrote: > Hi LiveCoders > > I have just uploaded new releases of my externals to support iOS 9.2

Re: [ANN] mergExt releases for iOS 9.2

2016-02-10 Thread Colin Kelly
+1 On 10/02/2016, 14:07, "use-livecode on behalf of Mike Kerner" wrote: >Request: >For folks who buy the whole kit-and-kaboodle, a monolithic download with >the current versions of everything would be nice. >

Re: [ANN] mergExt releases for iOS 9.2

2016-02-10 Thread Guglielmo Braguglia
+1 ... would be very nice :-) Guglielmo Mike Kerner 10 February 2016 at 15:07 PM Request: For folks who buy the whole kit-and-kaboodle, a monolithic download with the current versions of everything would be nice. Monte Goulding

Re: [ANN] mergExt releases for iOS 9.2

2016-02-10 Thread Magicgate Software - Skip Kimpel
+1 On Wed, Feb 10, 2016 at 10:03 AM, Colin Kelly wrote: > +1 > > > > > On 10/02/2016, 14:07, "use-livecode on behalf of Mike Kerner" < > use-livecode-boun...@lists.runrev.com on behalf of > mikeker...@roadrunner.com> wrote: > > >Request: > >For folks who buy the whole

Re: [ANN] mergExt releases for iOS 9.2

2016-02-10 Thread Mike Kerner
At least for me, I'd take just the blob - consider it a compromise for getting a blob. The version number could appear in an index, or release notes, perhaps? Otherwise we might have to do something to the Copy Files feature in LC. I understand there will be cases where someone will want to get

Re: [ANN] mergExt releases for iOS 9.2

2016-02-10 Thread Monte Goulding
I'll try and add it to my deployment script before the next rebuild for an SDK. I'm guessing you want the option of either one big blob or just the individual files. The version numbers are a bit tricker given that at present that is the only place a version number appears. Sent from my iPhone

[ANN] mergExt releases for iOS 9.2

2016-02-09 Thread Monte Goulding
Hi LiveCoders I have just uploaded new releases of my externals to support iOS 9.2 in addition to some minor bug fixing to mergMK animations of drag and drop custom image annotation pins. See more at http://mergext.com Cheers Monte ___ use-livecode

Re: [ANN] mergExt releases for iOS 9.2

2016-02-09 Thread Scott Morrow
Thanks Monte! Fast, as usual. Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email sc...@elementarysoftware.com office 1-800-615-0867 -- > On Feb 9, 2016, at 9:41 PM, Monte

[ANN] mergExt iOS 9.1 releases

2015-11-03 Thread Monte Goulding
Hi LiveCoders I have just uploaded new builds of all my iOS externals to support iOS 9.1 using the latest versions of Xcode and LiveCode. Also a friendly reminder that the 3 year special ends on Sunday http://mergext <http://mergext/>.com/special Cheers

Re: [ANN] mergExt: BLE, Google spreadsheets, Map directions, iOS 9 & special price

2015-10-14 Thread Ben Rubinstein
, and immediately become more productive. Thank you Monte for your continuing work, which for me absolutely bridges the gap to making LC for iOS a real option. You're a LiveCode Hero. Ben On 12/10/2015 03:31, Monte Goulding wrote: Hi LiveCoders Today I am releasing a huge update to mergExt

Re: [ANN] mergExt: BLE, Google spreadsheets, Map directions, iOS 9 & special price

2015-10-14 Thread Monte Goulding
; more productive. > > Thank you Monte for your continuing work, which for me absolutely bridges the > gap to making LC for iOS a real option. You're a LiveCode Hero. > > Ben > > On 12/10/2015 03:31, Monte Goulding wrote: >> Hi LiveCoders >> >> Today I am

RE: [ANN] mergExt: BLE, Google spreadsheets, Map directions, iOS 9 & special price

2015-10-13 Thread Nakia Brewer
applicable terms and conditions can be found at: WesTrac Terms & Conditions -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Monte Goulding Sent: Monday, 12 October 2015 1:32 PM To: How to use LiveCode Subject: [ANN] mergExt: BLE, Go

RE: [ANN] mergExt: BLE, Google spreadsheets, Map directions, iOS 9 & special price

2015-10-13 Thread Nakia Brewer
and conditions can be found at: WesTrac Terms & Conditions -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Monte Goulding Sent: Wednesday, 14 October 2015 8:05 AM To: How to use LiveCode Subject: Re: [ANN] mergExt: BLE, Google spreadsh

Re: [ANN] mergExt: BLE, Google spreadsheets, Map directions, iOS 9 & special price

2015-10-13 Thread Monte Goulding
Sure but there's obviously licensing issues if you wanted to distribute an app. For personal and even in-house company use there's no problem though. Sent from my iPhone > On 14 Oct 2015, at 7:59 am, Nakia Brewer wrote: > > By any chance will mergBLE work with the

Re: [ANN] mergExt: BLE, Google spreadsheets, Map directions, iOS 9 & special price

2015-10-12 Thread Mark Talluto
> On Oct 11, 2015, at 7:31 PM, Monte Goulding <mo...@sweattechnologies.com> > wrote: > > Today I am releasing a huge update to mergExt Complete and announcing a > special price available for the rest of the month. This a most excellent announcement Monte. Thank you fo

Re: [ANN] mergExt: BLE, Google spreadsheets, Map directions, iOS 9 & special price

2015-10-12 Thread Roger Eller
ergGoogle running for a month or two, and > it's just another great tool that makes LC a great tool. > > On Sun, Oct 11, 2015 at 10:31 PM, Monte Goulding < > mo...@sweattechnologies.com> wrote: > > > Hi LiveCoders > > > > Today I am releasing a huge update to mer

Re: [ANN] mergExt: BLE, Google spreadsheets, Map directions, iOS 9 & special price

2015-10-12 Thread Jim Lambert
Monte, mergExt Complete keeps getting better and better. An excellent package! Thanks, Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: [ANN] mergExt: BLE, Google spreadsheets, Map directions, iOS 9 & special price

2015-10-12 Thread Monte Goulding
> On 13 Oct 2015, at 9:04 am, Roger Eller wrote: > > I know I can't be the only LC user that would renew the full suite if > Android was included. Especially for access to the Google api stuff. > Sorry if I sound like a broken record. Well if you can point me to a

Re: [ANN] mergExt: BLE, Google spreadsheets, Map directions, iOS 9 & special price

2015-10-12 Thread Monte Goulding
> On 13 Oct 2015, at 3:48 am, Roger Eller wrote: > > What is mergGoogle, and of all things I would expect to work on Android, > based on the name, this would be one. So, is this available for the > Android platform? TIA We have discussed Android externals

Re: [ANN] mergExt: BLE, Google spreadsheets, Map directions, iOS 9 & special price

2015-10-12 Thread Roger Eller
Since you're the brain, and have the rare capability to create the under the hood magic that so many of us LC consumers need, the best I can do is Google what you asked for. This probably is not the thing you need, and I have no idea whether this is at all helpful, but...

Re: [ANN] mergExt: BLE, Google spreadsheets, Map directions, iOS 9 & special price

2015-10-12 Thread Roger Eller
I know I can't be the only LC user that would renew the full suite if Android was included. Especially for access to the Google api stuff. Sorry if I sound like a broken record. ~Roger Roger EllerGraphics Systems Analyst 803 North Maple StreetP: 864.967.1625Simpsonville, SC 29681C:

  1   2   3   >