Extra SQL Yoga gone

2013-07-30 Thread James Hale
Hi all, The seat has gone. Thank you. James ___ 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

SQLYoga to give away.

2013-07-30 Thread James Hale
Hi, I have an extra SQL yoga from the Kickstarter campaign to give to the first person to PM me. I only get the digest of this list so please do not reply to the list. Send me your details and I will ask Heather to move the seat to your account. James __

Re: Open Source plugins and externals

2013-07-30 Thread Peter Haworth
On Tue, Jul 30, 2013 at 4:18 PM, Monte Goulding wrote: > There's lots of different open source licenses but I don't think I've ever > read one that said you were required to accept contributions. Actually the > LiveCode IDE is a good example of this right now and probably for a > significant amou

Re: Copying Files

2013-07-30 Thread Mark Schonewille
Alan, put URL ("https://dl.dropboxusercontent.com/path/to/filename";) \ into URL ("binfile:" & the temporary folder & "/filename") -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkp

Copying Files

2013-07-30 Thread Alan Colburn
I am trying to copy a file from a public Dropbox folder to the temp folder. The code: put URL ("binfile:https://dl.dropboxusercontent.com/path/to/filename";) \ into URL ("binfile:"&the temporary folder&"\filename") just creates an empty file in the temporary folder. And: revCopyFile "h

Re: Open Source plugins and externals

2013-07-30 Thread Monte Goulding
On 31/07/2013, at 9:01 AM, Peter Haworth wrote: > Not entirely on topic but on reading the animation engine post on the forum > about this, I note that there is a source code repository for folks who > would like to make changes to the open source version. Is this a > requirement of supplying an

Re: Open Source plugins and externals

2013-07-30 Thread Peter Haworth
On Tue, Jul 30, 2013 at 3:13 PM, Monte Goulding wrote: > Now RunRev actively showcasing inside LiveCode what extensions are > available for the platform whether sold by them or not is another matter > and could only be a good thing for them as far as I can see. Not entirely on topic but on read

Re: Open Source plugins and externals

2013-07-30 Thread Monte Goulding
On 31/07/2013, at 7:53 AM, Alejandro Tejada wrote: > What do you think if we ask to RunRev > to include many open source plugins with > every LiveCode Community edition? The currently included plugins do definitely need a cleanup from both a licensing and maintenance perspective. I'd suggest t

Open Source plugins and externals

2013-07-30 Thread Alejandro Tejada
Hi All, What do you think if we ask to RunRev to include many open source plugins with every LiveCode Community edition? For example: https://bitbucket.org/mwieder/glx2/wiki/Home http://forums.runrev.com/viewtopic.php?f=27&t=14399 http://www.quartam.com/ and many more... Thanks in advance! Al

Animation Engine gift

2013-07-30 Thread Andrew Meit
I really would like a commercial version of Animation Engine. If anyone has a second copy to give away please contact me. Thanks ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your s

Free AnimationEngine and MobGUI with mergExt Complete Purchase

2013-07-30 Thread Monte Goulding
The subject says it all.. Be the next person to purchase mergExt Complete and get my AnimationEngine and MobGUI kickstarter rewards free. Cheers -- Monte Goulding M E R Goulding - software development services mergExt - There's an external for that! ___

Re: Removing ListStyle

2013-07-30 Thread Dan Friedman
Mark, Well, I don't know why I'm getting the results I am, but your tabKey command script works great! Thanks for the snippet! --Dan > Hi Dn, > > I don't understand where you get your listindent property from. The > following doesn't create anything like that... ___

Re: Removing ListStyle

2013-07-30 Thread Thierry Douez
Hi, I've done this first: on mouseUp set the liststyle of line 3 of fld "F1" to "disc" put the htmltext of fld "F1" end mouseUp get: werwerwerwer and then: on mouseUp set the liststyle of line 3 of fld "F1" to empty put the htmltext of fld "F1" end mouseUp ​get: werwerwerwer​

Re: Removing ListStyle

2013-07-30 Thread Mark Schonewille
Hi Dn, I don't understand where you get your listindent property from. The following doesn't create anything like that: on tabKey put the listDepth of the selectedLine into myDepth if myDepth is 1 and the shiftKey is down then set the listStyle of the selectedLine to empty else

Re: Removing ListStyle

2013-07-30 Thread Dan Friedman
Thierry, On Mac LC 6.1, I do this: set the listStyle of the selectedLine to empty and the htmlText is this: test Is that as "clean" as it gets? I would expect it to be test. -Dan > ​Hi, > >set the liststyle of line 3 of fld "F1" to empty > > works here on Mac LC 5.5

Re: Removing ListStyle

2013-07-30 Thread Thierry Douez
2013/7/30 Dan Friedman > Hello... > > How do you remove the listStyle of some text? If you set it to "skip" as > listed in the dictionary, you still have remnants of the listStyle. For > example, using the htmlText of a field, it starts with: > > test > > Then you set the listStyle to "disc" an

Removing ListStyle

2013-07-30 Thread Dan Friedman
Hello... How do you remove the listStyle of some text? If you set it to "skip" as listed in the dictionary, you still have remnants of the listStyle. For example, using the htmlText of a field, it starts with: test Then you set the listStyle to "disc" and you get this: test set the lis

Re: another MobGUI license giveaway...

2013-07-30 Thread Chris Sheffield
And it's gone. Thanks, Pascal. On Jul 30, 2013, at 10:51 AM, Chris Sheffield wrote: > I wasn't quite sure how best to do this, so I was waiting to hear from > Heather. But since others have done it here this morning, I will too. > > I also have a MobGUI license to give away if anyone is intere

another MobGUI license giveaway...

2013-07-30 Thread Chris Sheffield
I wasn't quite sure how best to do this, so I was waiting to hear from Heather. But since others have done it here this morning, I will too. I also have a MobGUI license to give away if anyone is interested. Just let me know. Off-list is probably best, but I'm okay with a reply here as well. Fir

Re: Finding matched parentheses

2013-07-30 Thread Peter Haworth
On Mon, Jul 29, 2013 at 10:10 PM, Mark Wieder wrote: > "Pierre de Fermat also figured out how to do it, but the margin he was > writing in wasn't big enough for the code." > I think that's my favorite! I promise I will never, ever try to parse html with regex! Or if I do, I won't mention it her

Re: Question I should be able to figure out but..

2013-07-30 Thread Chris Sheffield
Mike, See this page in the SQLite documentation http://www.sqlite.org/c3ref/last_insert_rowid.html. You should be able to call last_insert_rowID() via a Select statement in LiveCode script. That'll get you the rowid value, which you can then use to insert records in your other two tables. Chr

Re: Question I should be able to figure out but..

2013-07-30 Thread Mark Schonewille
Hi, You might be able to create a trigger, which automatically executes queries when you insert specific data. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 U

Re: Question I should be able to figure out but..

2013-07-30 Thread Mike Bonner
Ty ty both! Will check out both methods and see which is easiest for me to grok. Much appreciated. On Tue, Jul 30, 2013 at 10:19 AM, Chris Sheffield wrote: > Mike, > > See this page in the SQLite documentation > http://www.sqlite.org/c3ref/last_insert_rowid.html. You should be able to > call la

Programming LiveCode for the Real Beginner is available again!

2013-07-30 Thread Mark Schonewille
Hello everyone, The first print of my book sold out in just over a month. Everybody who took an interest in the book was asked to do the survey at http://livecodebeginner.economy-x-talk.com/survey/ (which you can still fill out if you want) and that made it clear that we are doing things pret

Question I should be able to figure out but..

2013-07-30 Thread Mike Bonner
I have a question that should be easy to figure out but i'm having issues so hopefully someone can point me at a simple method. I have an sqlite database with 3 tables, 1 primary, with the other 2 as secondary tables that relate to the primary with an id field. The question is this.. can I create

Re: Another Animation Engine license to give away for free

2013-07-30 Thread Ralf Bitter
Donated. Ralf On 30.07.2013, at 16:49, Ralf Bitter wrote: > > Those who are interested may let me know by sending me > a private email to rbprivate (at) mac.com. > > > Ralf > ___ use-livecode mailing list use-livecode@lists.runrev.com Please vi

Another Animation Engine license to give away for free

2013-07-30 Thread Ralf Bitter
Those who are interested may let me know by sending me a private email to rbprivate (at) mac.com. Ralf ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preference

Re: mergExt Kickstarter Reward to give away for free

2013-07-30 Thread Ralf Bitter
Sorry, the game is over. The mergExt license has a new owner. Best Ralf On 30.07.2013, at 16:06, Ralf Bitter wrote: > > The subject says it. I would like to pass my > mergExt Kickstarter Reward on to someone else > for free. > > So, those who are seriously interested in mergExt, > an indis

mergExt Kickstarter Reward to give away for free

2013-07-30 Thread Ralf Bitter
The subject says it. I would like to pass my mergExt Kickstarter Reward on to someone else for free. So, those who are seriously interested in mergExt, an indispensable tool if you develop for iOS, may let me know by sending me a private email to rbprivate (at) mac.com. Ralf ___

Re: Free to first caller

2013-07-30 Thread Thomas McGrath III
Done and Done. I sent a letter to Heather with you emails and a copy to you both. Enjoy. Thanks Tom -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On Jul 30, 2013, at 9:45 AM, Curiositi Webmaster wrote: > Would love to have AE. Already have MobGUI. Thanks for the generosi

Re: Finding matched parentheses

2013-07-30 Thread Peter M. Brigham
Here is a function generalized to work for any pair, building on dfepstein's function. I *think* it works, did limited testing. Try to find errors please. I'm curious to see benchmarking on this with long strings, if it works. -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~

Re: Free to first caller

2013-07-30 Thread Curiositi Webmaster
Would love to have AE. Already have MobGUI. Thanks for the generosity! --Forrest Doddington Sent from my Verizon Wireless Phone - Reply message - From: "Thomas McGrath III" To: "How to use LiveCode" Subject: Free to first caller Date: Tue, Jul 30, 2013 8:33 am Does anyone need a fr

Re: Free to first caller

2013-07-30 Thread Klaus major-k
Hi Tom, Am 30.07.2013 um 15:33 schrieb Thomas McGrath III : > Does anyone need a free license to Animation Engine or MobGUI? I have an > extra of each from the kickstarted campaign and would like to give them away. > > First reply gets one or both. You decide. I could need a MobGUI license! >

Free to first caller

2013-07-30 Thread Thomas McGrath III
Does anyone need a free license to Animation Engine or MobGUI? I have an extra of each from the kickstarted campaign and would like to give them away. First reply gets one or both. You decide. Tom -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com

Re: delete Url on mobile

2013-07-30 Thread Thomas McGrath III
How can one know something one day and then not know it the next. It is a conundrum. Thanks G & J T -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On Jul 30, 2013, at 12:16 AM, "J. Landman Gay" wrote: > On 7/29/13 9:19 PM, Thomas McGrath III wrote: >> Can you delete a file o

Re: Anyone interested in a free license of Animation Engine?

2013-07-30 Thread Matthias Rebbe
My license of AnimationEngine found a new user. So nothing to give away anymore. Regards, Matthias Am 30.07.2013 um 13:40 schrieb Matthias Rebbe : > Hi, > > i would like to give away for free my Animation Engine license from my > Kickstarter Pledge as i have already a license of it. > > So

Re: Anyone interested in a free license of Animation Engine?

2013-07-30 Thread Marc Van Cauwenberghe
Thank you very much Dave!!!' If I can do something for you please let me know. Very best regards. Marc Verstuurd vanaf mijn iPhone Op 30-jul.-2013 om 14:34 heeft Dave Kilroy het volgende geschreven: > Hi Marc - I've emailed Heather (copying you in) asking my KickStarter copies > of Animation

Re: Anyone interested in a free license of Animation Engine?

2013-07-30 Thread Dave Kilroy
Hi Marc - I've emailed Heather (copying you in) asking my KickStarter copies of Animation Engine and MobGUI be transferred to you Dave -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Anyone-interested-in-a-free-license-of-Animation-Engine-tp4668124p4668128.html

Re: open a substack in an opencard handler

2013-07-30 Thread Martin Koob
Thanks Mark for the code and the explanation of the process. Martin -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/open-a-substack-in-an-opencard-handler-tp4668105p4668127.html Sent from the Revolution - User mailing list archive at Nabble.com. ___

Re: Anyone interested in a free license of Animation Engine?

2013-07-30 Thread Marc Van Cauwenberghe
Hi, I would very much like the licences if they are still availeble. Thank you for your kind offer. Marc Verstuurd vanaf mijn iPhone Op 30-jul.-2013 om 14:01 heeft Dave Kilroy het volgende geschreven: > Along with Matthias I can also donate Animation Engine as well as a copy of > MobGUI - l

Re: Anyone interested in a free license of Animation Engine?

2013-07-30 Thread Dave Kilroy
Along with Matthias I can also donate Animation Engine as well as a copy of MobGUI - let me know if you want them and I'll ask Heather ... -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Anyone-interested-in-a-free-license-of-Animation-Engine-tp4668124p4668125.ht

Anyone interested in a free license of Animation Engine?

2013-07-30 Thread Matthias Rebbe
Hi, i would like to give away for free my Animation Engine license from my Kickstarter Pledge as i have already a license of it. So if one is interested please send me a private mail to matthias (at) rebbe . tk and i will ask Heather to move the license to your account at theRunrev store. Re

Re: Finding matched parentheses

2013-07-30 Thread Thierry Douez
2013/7/29 Geoff Canyon > On Mon, Jul 29, 2013 at 12:14 PM, Peter Haworth wrote: > > > Personally, I'd use the regex that Thierry posted a couple of days back. > > No recursion involved and one line of code does the job. > > > > > If you're talking about: > > matchChunk(mystring,"(\([^)]*\)).*",