Re: Dropbox in livecode

2013-07-06 Thread Guglielmo Braguglia
Hi Till, you have to into *your* "Dropbox App console" (https://www.dropbox.com/developers/apps) where you can create the Apps and access the Apps Options. Inside the Options you have both "App key" and "App secret" ;-) Guglielmo On 7/6/13 08:28 AM, Till Bandi wrote: Guglielmo I need a li

Re: Dropbox in livecode

2013-07-05 Thread Till Bandi
Guglielmo I need a little help: Where do I get "myAppKey" and "myAppSec"? The link I get for the shared file (it is a stack I would like to open in LC) from Dropbox is one long string. Do I have to take that apart and, if yes, how. Thanks Till Am 14.06.2013 um 15:04 schrieb Guglielmo Bragugli

Re: Dropbox in livecode

2013-06-15 Thread Thierry Douez
2013/6/15 Monte Goulding > > On 15/06/2013, at 6:47 PM, Thierry Douez wrote: > > > ​Is a "start to code with the open source for dummy" documentation > > somewhere ? > > > > Maybe... I think there's most of the stuff you need on the readme at > http://github.com/runrev/livecode > ​Great. Thank

Re: Dropbox in livecode

2013-06-15 Thread Monte Goulding
On 15/06/2013, at 6:47 PM, Thierry Douez wrote: > ​Is a "start to code with the open source for dummy" documentation > somewhere ? > Maybe... I think there's most of the stuff you need on the readme at http://github.com/runrev/livecode > ​ > >> Today I managed to get mergJSON and mergMarkdow

Re: Dropbox in livecode

2013-06-15 Thread Thierry Douez
2013/6/15 Monte Goulding > > On 15/06/2013, at 5:51 PM, Thierry Douez wrote: > > > Thanks for your explanations :) > > No problem > > > > Hope I'll managed to get some free time to explore this new jewel.. > > Yep... it's all starting to come together nicely... not sure if the > android Java stu

Re: Dropbox in livecode

2013-06-15 Thread Monte Goulding
On 15/06/2013, at 5:51 PM, Thierry Douez wrote: > Thanks for your explanations :) No problem > > Hope I'll managed to get some free time to explore this new jewel.. Yep... it's all starting to come together nicely... not sure if the android Java stuff is ready to play with yet but runrevmark

Re: Dropbox in livecode

2013-06-15 Thread Thierry Douez
Hello Monte, Thanks for your explanations :) Hope I'll managed to get some free time to explore this new jewel.. All the best. Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage 2013/6/14 Monte Goulding > > On 14/

Re: Dropbox in livecode

2013-06-14 Thread Guglielmo Braguglia
Hi Mike, sorry for the long silence ... I was out of office for quite long time ... :-) I updated the library with your corrections and with few other corrections ... you can still download from the same link (http://www.phoenixsea.ch/downloads/Livecode/phxDropboxLib.zip - /version 1.03/). P

Re: Dropbox in livecode

2013-06-14 Thread Mike Kerner
Mark: 1) I'm doing it to the web. You could certainly go to your local folder, but that would be difficult on iOS, and I have the desktop app running on a user's machine, so I don't want them having unfettered access to the folder. 2) I have a bunch of users using it with multiple folders that I

Re: Dropbox in livecode

2013-06-14 Thread Monte Goulding
On 14/06/2013, at 5:05 PM, Monte Goulding wrote: > It's in the github repo for livecode... a folder named lcidl Actually... scratch that... it's on the runrev site as the iOS Externals SDK... but you still need to cherrypick the commit if you want to LCObjectPost... -- M E R Goulding Software

Re: Dropbox in livecode

2013-06-13 Thread Monte Goulding
On 14/06/2013, at 4:10 PM, Thierry Douez wrote: > ​Umm, is that too much asking where we can find this new sdk ? It's in the github repo for livecode... a folder named lcidl To get it working on OS X you need to create an iOS external project then add a bundle target. However to get a version

Re: Dropbox in livecode

2013-06-13 Thread Thierry Douez
​Hi Monte,​ 2013/6/14 Monte Goulding > > > The other thing I've been doing is playing with OS X externals using the > new externals sdk which after a bugfix to the engine from RunRevMark is > working pretty nicely so mergAV, mergAWS and possibly some others (maybe > the forthcoming mergSocket..

Re: Dropbox in livecode

2013-06-13 Thread Monte Goulding
On 14/06/2013, at 12:34 PM, Ralph DiMola wrote: > What's the current scuttlebutt on Android Externals? Well... at the moment I'm working out how to do old style externals for android... I've got it working for iOS with mergJSON and it looks like I can do the same for android once I work out th

RE: Dropbox in livecode

2013-06-13 Thread Ralph DiMola
013 7:04 PM To: How to use LiveCode Subject: Re: Dropbox in livecode On 14/06/2013, at 8:33 AM, "Gerry Orkin" wrote: > Monte has a Dropbox iOS external. Yes indeed... and when 6.1 is released I will release mergDropboxSync which makes the whole thing a walk in the park... -- Mon

Re: Dropbox in livecode

2013-06-13 Thread Monte Goulding
On 14/06/2013, at 8:33 AM, "Gerry Orkin" wrote: > Monte has a Dropbox iOS external. Yes indeed... and when 6.1 is released I will release mergDropboxSync which makes the whole thing a walk in the park... -- Monte Goulding M E R Goulding - software development services mergExt - There's an e

Re: Dropbox in livecode

2013-06-13 Thread Gerry Orkin
Monte has a Dropbox iOS external.  ​Gerry On Fri, Jun 14, 2013 at 7:44 AM, Mark Wieder wrote: > Mike Kerner writes: >> I'm doing this right now, and going back and forth with iOS, as well. > 1. Are you doing this to a local dropbox folder, or to the web? > 2. To your own dropbox or to someone

Re: Dropbox in livecode

2013-06-13 Thread Mark Wieder
Mike Kerner writes: > I'm doing this right now, and going back and forth with iOS, as well. 1. Are you doing this to a local dropbox folder, or to the web? 2. To your own dropbox or to someone else's? -- Mark Wieder mwie...@ahsoftware.net ___ u

Re: Dropbox in livecode

2013-06-13 Thread Mike Kerner
I'm doing this right now, and going back and forth with iOS, as well. On Thu, Jun 13, 2013 at 3:49 PM, Matthias Rebbe < matthias_livecode_150...@m-r-d.de> wrote: > Hi Tom, > > Guglielmo Braguglia published a dropbox library some time ago. > > http://www.phoenixsea.ch/downloads/Livecode/phxDropbo

Re: Dropbox in livecode

2013-06-13 Thread Matthias Rebbe
Hi Tom, Guglielmo Braguglia published a dropbox library some time ago. http://www.phoenixsea.ch/downloads/Livecode/phxDropboxLib.zip Regards, Matthias Am 13.06.2013 um 21:21 schrieb Thomas McGrath III <3mcgr...@comcast.net>: > Is it possible to directly load a text file stored on dropbox int

Re: Dropbox in livecode

2013-06-13 Thread Scott Rossi
Hi Tom: Am pretty sure files in the Public folder allow direct access. Last I checked (v1.x), you had to use a full file path; you couldn't access a folder and get a list of files -- not sure if they changed this with 2.0. AFAIK, other files are not available without going through Web sharing. R