Re: Taking quotes on building LC external for RethinkDB

2017-08-06 Thread Dan Brown via use-livecode
Rethinkdb doesn't have authentication baked in so you have to lock down the ports and use an ssh tunnel to access it on a remote server. Firebase and Parse server (open source) do pub sub and have auth from the get go On 7 Aug 2017 5:10 am, "Mark Wieder via use-livecode" <

Re: Taking quotes on building LC external for RethinkDB

2017-08-06 Thread Mark Wieder via use-livecode
On 08/06/2017 05:20 PM, Alex Tweedly via use-livecode wrote: If so, do you plan on connecting the DB directly to the open Internet, or use a middleware supplying a REST API for clients? i would presume not. The USP of RethinkDB (at least from my very quick skim over the website :-) was the

Re: Taking quotes on building LC external for RethinkDB

2017-08-06 Thread Mark Wieder via use-livecode
On 08/05/2017 11:26 PM, Mike Bonner via use-livecode wrote: Mark W.. I know it shouldn't be this difficult, but would you mind sending your handshake code? I'm probably overthinking but can't figure out how to get it to work. email sent -- Mark Wieder ahsoftw...@gmail.com

Re: [OT-ish] Updating MacBook from El Capitan to Sierra to install Xcode 8.3+

2017-08-06 Thread Dr. Hawkins via use-livecode
On Fri, Aug 4, 2017 at 7:52 AM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > I am using Sierra, but I am noticing that sometimes I will click a button > (not in LC I mean in ANY OS doalig) and then have to click it again to > complete the click. I know I clicked it the

Re: Taking quotes on building LC external for RethinkDB

2017-08-06 Thread Alex Tweedly via use-livecode
On 07/08/2017 00:39, Richard Gaskin via use-livecode wrote: Hello Tom - ReThinkDB seems like a good project. I'm assuming this is for client-server over the Internet, yes? If so, do you plan on connecting the DB directly to the open Internet, or use a middleware supplying a REST API for

Re: Taking quotes on building LC external for RethinkDB

2017-08-06 Thread Richard Gaskin via use-livecode
Hello Tom - ReThinkDB seems like a good project. I'm assuming this is for client-server over the Internet, yes? If so, do you plan on connecting the DB directly to the open Internet, or use a middleware supplying a REST API for clients? If the latter, you'd only need a means of connecting

Maximum size of SQLQuery with revDataFromQuery ?

2017-08-06 Thread jbv via use-livecode
Hello Is there a size limit for the SQLQuery parameter when using revDataFromQuery ? I might end up with mySQL queries of at least 75 Kb... I know the best way to know is to try, but any experience would be apreciated... FYI some of there queries have been tested in PHPmyAdmin and run in 0.0054

Re: menuHistory & menuPick

2017-08-06 Thread hh via use-livecode
The following recipe is for use in LC 7/8/9. In LC 6 setting the label sets also the menuhistory. Delete your "set menuhistory line" and add the following to the script of your button 1: on mouseDown set the menuhistory of me to lineoffset(the label of me, me) end mouseDown > jbv wrote: > I

Re: Taking quotes on building LC external for RethinkDB

2017-08-06 Thread Mike Bonner via use-livecode
Mark W.. I know it shouldn't be this difficult, but would you mind sending your handshake code? I'm probably overthinking but can't figure out how to get it to work. On Sat, Aug 5, 2017 at 11:21 PM, Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 08/05/2017 01:36 PM,