Update to FMaker utility stack

2017-12-13 Thread James Hale via use-livecode
FMaker - a utility to make folders based on a list. Updated FMaker to use "revCopyFile" rather than when moving files to newly created folder. This means the files do not need to be read into memory to be moved. This speeds up the process considerably, especially if you are moving large

Re: rename folder not working?

2017-12-13 Thread Mike Bonner via use-livecode
Is "Childrens Law Center" the 5th level? Possibly a problem due to the spaces in the folder name? On Wed, Dec 13, 2017 at 6:00 PM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Yup just confirmed won't go more than 5 levels deep. > > Bob S > > > > On Dec 13, 2017, at

Re: rename folder not working?

2017-12-13 Thread Mark Wieder via use-livecode
On 12/13/2017 04:57 PM, Bob Sneidar via use-livecode wrote: Thanks Mark. "201" WAS the endpoint. Your suggestion worked! But I didn't want to copy the whole folder just one of it's subfolders. I even added other folders and tried to move that, but it failed. It is acting like it will only move

Re: rename folder not working?

2017-12-13 Thread Bob Sneidar via use-livecode
Yup just confirmed won't go more than 5 levels deep. Bob S > On Dec 13, 2017, at 16:57 , Bob Sneidar via use-livecode > wrote: > > Thanks Mark. "201" WAS the endpoint. Your suggestion worked! But I didn't > want to copy the whole folder just one of it's

Re: rename folder not working?

2017-12-13 Thread Bob Sneidar via use-livecode
Thanks Mark. "201" WAS the endpoint. Your suggestion worked! But I didn't want to copy the whole folder just one of it's subfolders. I even added other folders and tried to move that, but it failed. It is acting like it will only move folders a certain level deep. Bob S > On Dec 13, 2017,

Re: rename folder not working?

2017-12-13 Thread Mark Wieder via use-livecode
On 12/13/2017 04:35 PM, Bob Sneidar via use-livecode wrote: I am trying to rename a folder using this command: rename folder "/Users/bobsneidar/Documents/Installs/Childrens Law Center/201/" to "/Users/bobsneidar/Documents/Installs/bobtest/201/" and it fails with no errors in a try catch

Re: rename folder not working?

2017-12-13 Thread Bob Sneidar via use-livecode
I tried revMoveFolder too and that also failed. Bob S > On Dec 13, 2017, at 16:35 , Bob Sneidar via use-livecode > wrote: > > I am trying to rename a folder using this command: > > rename folder "/Users/bobsneidar/Documents/Installs/Childrens Law >

rename folder not working?

2017-12-13 Thread Bob Sneidar via use-livecode
I am trying to rename a folder using this command: rename folder "/Users/bobsneidar/Documents/Installs/Childrens Law Center/201/" to "/Users/bobsneidar/Documents/Installs/bobtest/201/" and it fails with no errors in a try catch statement. I know I have permissions because this is the folders

Dash Docs and Docset Creator updates.

2017-12-13 Thread James Hale via use-livecode
I have just updated the Dash Docset to version 1.2 and the Dash Docset maker (Dash docset creator for LiveCode ) to 2.2 The main change is to include a linked summary of all messages and properties associated with the object

Questions re: Michael McCreary Database Wizardry from LCGlobal?

2017-12-13 Thread JOHN PATTEN via use-livecode
Hello all! I am trying to decipher Michael McCreary’s database wizardry form the Livecode conference. Starting by duplicating what he had created with his Notes cloud app, but just using my own on-rev account and my mysql db. His Notes app works fine when it is pointing to his on-rev/mysql

Re: Tab alignment in fields

2017-12-13 Thread Richard Gaskin via use-livecode
Mark Waddingham wrote: > On 2017-12-13 19:57, Richard Gaskin via use-livecode wrote: >> I haven't been watching GH so I'm not familiar with those PRs. >> Before I get too excited, what does this mean for the LC RPi build? >> Will this become an officially supported platform with v9? > > Not for

Re: Tab alignment in fields

2017-12-13 Thread Mark Waddingham via use-livecode
On 2017-12-13 19:57, Richard Gaskin via use-livecode wrote: I haven't been watching GH so I'm not familiar with those PRs. Before I get too excited, what does this mean for the LC RPi build? Will this become an officially supported platform with v9? Not for v9 - but some point next year

Re: Tab alignment in fields

2017-12-13 Thread Richard Gaskin via use-livecode
Mark Wieder wrote: > On 12/12/2017 08:37 PM, Monte Goulding via use-livecode wrote: >> On 13 Dec 2017, at 12:43 pm, Mark Wieder wrote: >> On 12/12/2017 05:14 PM, hh via use-livecode wrote: Fraser?!? Are you back? Back to make libbrowser run on Raspi? :---))) >>> >>>

Re: Script Editor problem

2017-12-13 Thread Richmond Mathewson via use-livecode
Limoncello . . . Richmond. On 13/12/17 7:33 pm, J. Landman Gay via use-livecode wrote: Yeshterday I had shome eggnog and I mished two jokesh. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 13,

Re: Script Editor problem

2017-12-13 Thread J. Landman Gay via use-livecode
Yeshterday I had shome eggnog and I mished two jokesh. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 13, 2017 10:07:49 AM Bob Sneidar via use-livecode wrote:

Re: Website scraping - How can I load a 'partial' page?

2017-12-13 Thread Mike Bonner via use-livecode
Hmm, or use range as mentioned in my other mail. If the server supports range requests you can set your headers to include-- Range: bytes=0-2000to get the first 2000 bytes. or use curl with -r 0-2000 but i have yet to find a page that will return only a range. Apparently you can find out if

Re: TSNet error (18)

2017-12-13 Thread Bob Sneidar via use-livecode
Interesting take. We recently had an auto-updater fail for some prospect farming software we use called Compass Sherpa. After investigating it turns out our router anti-malware was detecting a false positive and stopping the download part way through. The updater, apparently unaware something

Re: Script Editor problem

2017-12-13 Thread Bob Sneidar via use-livecode
That was the joke I was making. I thot everyone would get it. ;-) Bob S > On Dec 12, 2017, at 12:09 , J. Landman Gay via use-livecode > wrote: > > You mean, like the Start Center? > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com >

Re: Website scraping - How can I load a 'partial' page?

2017-12-13 Thread Rick Harrison via use-livecode
Hi Roger, I don’t know who’s webpage is that you are scraping, but if it is a third party’s webpage make sure that you are not violating their terms of agreement or infringing on their copyright. You might want to ask for their permission to do so, to make sure you are safe and legal. If it is

Re: Tab alignment in fields

2017-12-13 Thread Bob Sneidar via use-livecode
That's only for multi-dimensional tab stops. Bob S > On Dec 12, 2017, at 16:34 , J. Landman Gay via use-livecode > wrote: > > I was working with this recently. The dictionary says "The tabAlign of a > field is a return delimited list of alignments, separated

Re: Website scraping - How can I load a 'partial' page?

2017-12-13 Thread Mike Bonner via use-livecode
I suppose one could use sockets and partial GET requests (using a range: header), but i suspect it would be easier to just use an intermediary server to handle things. To test, I set up an extremely simple page with the following: http://url.goes.here put char 1 to 6000 of url tpage -- request

Website scraping - How can I load a 'partial' page?

2017-12-13 Thread Roger Eller via use-livecode
I have a webpage that I grab with LiveCode, then parse out what I need. The data I keep is within the first 1/4th of the page. Rather than loading the entire page into a variable or a browser object, how can I load just the portion that I need and then stop the transmission instead of wasting the

Re: videoClip

2017-12-13 Thread Richmond Mathewson via use-livecode
Not portative or portable, but something I'm bl**dy proud of as I worked the thing out in about 30 minutes during a lunchbreak: http://forums.livecode.com/viewtopic.php?f=10=30295 Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com