Re: Livecode Builder Extensions on Community Server 8.0.0 DP 10

2015-12-03 Thread Peter TB Brett
On 2015-12-04 01:23, David Bovill wrote: I'd like to use the jsonImport and jsonExport functions on Livecode server. Do extensions work and if so how do you include them? Hi David, They do work! You will need to put "load extension " where "" is the filename of the "module.lcm" in the JSON

Re: [OT] For Peter B.

2015-12-03 Thread Peter TB Brett
On 2015-12-04 01:58, Simon wrote: This will make you happy; http://www.telegraph.co.uk/news/uknews/12031540/Dash-cam-footage-of-dangerous-overtaking-lands-driver-in-jail-in-UK-first.html Hah! Very off-topic, though! Peter -- Dr Peter Brett LiveCode Open Source T

Re: [OT] Free Game for iOS and Android

2015-12-03 Thread J. Landman Gay
On 12/3/2015 11:46 AM, Peter M. Brigham wrote: It's the only game I play besides Jaques' JQ Boggle. Wow. That's an upper. I'm having one of those terrible, rotten, no good, awful days where everything goes wrong -- and then you said that. -- Jacqueline Landman Gay | jac...@hypera

[OT] For Peter B.

2015-12-03 Thread Simon
This will make you happy; http://www.telegraph.co.uk/news/uknews/12031540/Dash-cam-footage-of-dangerous-overtaking-lands-driver-in-jail-in-UK-first.html Simon -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/OT-For-Peter-B-tp4699304.html Sent from the Revolution

JSON construction code anyone?

2015-12-03 Thread David Bovill
I'm looking to build complex and flexible JSON files without going down the array to JSON route - and I'm wandering if anyone has a set of handlers for doing this? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscr

Livecode Builder Extensions on Community Server 8.0.0 DP 10

2015-12-03 Thread David Bovill
I'd like to use the jsonImport and jsonExport functions on Livecode server. Do extensions work and if so how do you include them? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your s

Re: [OT] Free Game for iOS and Android

2015-12-03 Thread Peter M. Brigham
+1 -- no, +3. I'm not into games generally but this one is beautiful, creative, and challenging. It's the only game I play besides Jaques' JQ Boggle. -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On Dec 2, 2015, at 12:05 PM, J. Landman Gay wrote: > I fell into MV

Re: BreakPoint problems in LC8DP10

2015-12-03 Thread Peter Haworth
As Peter Brett posted, there is a bug report on this. In one of the posts to the report, it's mentioned that if the message box is open, breakpoints will break and I've found that to be the case. Pete lcSQL Software Home of lcStackBrowser

Re: BreakPoint problems in LC8DP10

2015-12-03 Thread William Prothero
Thanks, Peter” That’s most likely it. I hope to get a version of LC8 that I can actually use, soon. Best, Bill > On Dec 3, 2015, at 1:37 PM, Peter TB Brett wrote: > > On 2015-12-03 21:33, William Prothero wrote: >> I thought breakpoint problems were solved in DP10 and hoped to >> transfer to LC8

Re: BreakPoint problems in LC8DP10

2015-12-03 Thread Peter TB Brett
On 2015-12-03 21:33, William Prothero wrote: I thought breakpoint problems were solved in DP10 and hoped to transfer to LC8 permanently, but there seems to still be a problem. I do a: dispatch “myHandlerName" to grp “MygroupName” There is a breakpoint in the handler “myHandlerName” The handl

BreakPoint problems in LC8DP10

2015-12-03 Thread William Prothero
I thought breakpoint problems were solved in DP10 and hoped to transfer to LC8 permanently, but there seems to still be a problem. I do a: dispatch “myHandlerName" to grp “MygroupName” There is a breakpoint in the handler “myHandlerName” The handler is in the script of thegroup “myGroupName"

Re: On-Rev Support not responding ?

2015-12-03 Thread Mark Wieder
On 12/03/2015 06:33 AM, j...@souslelogo.com wrote: Did anyone ever get an answer that way ? That's pretty much my experience as well. And even the urgent requests have gotten no response lately. -- Mark Wieder ahsoftw...@gmail.com ___ use-livec

Re: Motif look...

2015-12-03 Thread Kevin Miller
Correct. Kind regards, Kevin Kevin Miller ~ ke...@livecode.com ~ http://www.livecode.com/ LiveCode: Everyone can create apps On 03/12/2015 16:02, "use-livecode on behalf of Mark Schonewille" wrote: >Hi Glen, > >I think not. It looks like widgets are going to be the main road for GUI >eleme

Re: On-Rev Support not responding ?

2015-12-03 Thread Kevin Miller
I¹m not aware of any particular delays in processing on-rev support at the moment. I¹ll investigate this question for you. Kind regards, Kevin Kevin Miller ~ ke...@livecode.com ~ http://www.livecode.com/ LiveCode: Everyone can create apps On 03/12/2015 17:03, "use-livecode on behalf of Matth

Re: On-Rev Support not responding ?

2015-12-03 Thread Matthias Rebbe | M-R-D
I received answers that way in the past. But in recent months, this does not seem to work very satisfactorily. I am pretty sure it´s not David´s fault. The problem seems to be that David is actually the only one who is fixing the bigger on-rev problems. I mean that kind of problems Heather canno

Re: accented chars from a form to a LC server CGI

2015-12-03 Thread Mark Schonewille
Hi Paolo, Encode the text as UTF8 (a website can do this just by setting the encoding to UTF8) and have the CGI decode the UTF8 to text (which would be unicode by default). Kind regards, Mark Schonewille http://economy-x-talk.com https://www.facebook.com/marksch Buy the most extensive book

Re: Motif look...

2015-12-03 Thread Mark Schonewille
Hi Glen, I think not. It looks like widgets are going to be the main road for GUI elements. Kind regards, Mark Schonewille http://economy-x-talk.com https://www.facebook.com/marksch Buy the most extensive book on the LiveCode language: http://livecodebeginner.economy-x-talk.com Op 12/3/2015

Motif look...

2015-12-03 Thread Glen Bojsza
I was wondering if there is a plan or timeline when the Motif look for iOS applications will be replaced with something else? regards, Glen ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and m

accented chars from a form to a LC server CGI

2015-12-03 Thread paolo mazza
Hi all, how can I send accented chars (i.e. àòèì) from an HTML page with form (POST) to a LC server CGI 7.0 installed in an apache/Linux web server? Thanks, Paolo ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subsc

On-Rev Support not responding ?

2015-12-03 Thread jbv
Hi list I sent a support request to on-rev by email to supp...@on-rev.com, on nov. 24th, then got the automatic response, but nothing after that... When I send urgent requests (using the online form at on-rev.com) I always get an answer, but when the request isn't urgent it seems logical to send n