Re: [ANN] DropboxAPI_2.livecode

2015-11-18 Thread gmcrev
I have uploaded version 1.1 to http://livecodeshare.runrev.com/. This update has 2 cards that can be used to upload files to dropbox and download files from dropbox. - Gerard -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-DropboxAPI-2-tester-tp4698445p4

Re: [ANN] DropboxAPI_2_tester

2015-11-12 Thread gmcrev
Thanks Terry Glad you got it working. But this was a bit of a rushed release. I uploaded a version 1.05 today with about 20 little bug fixes. These were related to getting all the Parameters right and removing quotes from booleans. See the stack script for a list. Card 2 now has a basic file and fo

Re: [ANN] DropboxAPI_2_tester

2015-11-09 Thread gmcrev
The stack has been updated to include a library for calling the now officially released Dropbox API v2. The library of dropbox calls are in the card script. OAuth and error checking are yet to be added. The (beta) API calls added this week by dropbox are included in the library, but they don;t all

Re: [ANN] DropboxAPI_2_tester

2015-11-04 Thread gmcrev
Sorry Michael. Typos. should read Step 3: Get User Account ID from https://dropbox.github.io/dropbox-api-v2-explorer/#get_current_account 1. Paste in Access Token from Step 2 2. Click Submit Call 3. Copy the value of the account_id from the Response (without the quotes) 4. Paste it in the UserAcc

[ANN] DropboxAPI_2_tester

2015-11-04 Thread gmcrev
I have uploaded DropboxAPI_2_tester.livecode to RevOnline: http://livecodeshare.runrev.com/stack/794/DropboxAPI_2_tester This demonstrates all the calls in v2 of the Dropbox API. It uses the FASTJSON v0.4.1 library of Bob Hall. Thanks Bob for this work. https://github.com/bhall2001/fastjson Gugl

RE: Pages per Sheet setting for open printing to pdf

2011-12-16 Thread gmcrev
Thanks for the reply Jacquelin. However I was using revPrintText to print HtmlText via open printing to pdf. I would like to pdf print the equivalent of 2 A4 pages on 1 A4 sheet. Any ideas how this would work? ___ use-livecode mailing list use-livecode@

Pages per Sheet setting for open printing to pdf

2011-12-15 Thread gmcrev
I am wondering whether it would be useful to request for a new command that would set the number of pages per sheet for printing. ie. 2 A4 pages would be reduced and printed on 1 A4 page. I can't seem to find any livecode commands to do this. This can be currently be done when doing any printing