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 
files, or the files reside on a network drive.

To access go to livecodeshare  or click on the 
 "sample stacks" button on toolbar in IDE.

The name of the stack is "FMaker"

James







___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 16:57 , Bob Sneidar via use-livecode <
> use-livecode@lists.runrev.com> 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 folders a certain level deep.
> >
> > Bob S
> >
> >
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 folders a certain 
level deep.


Not sure what you mean.
Renaming doesn't copy anything.
Did you intend to rename the "201" folder instead?

--
 Mark Wieder
 ahsoftw...@gmail.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 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
> 
> 


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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, at 16:49 , Mark Wieder via use-livecode 
>  wrote:
> 
> 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 statement. I know I have permissions 
>> because this is the folders structure I create forms in all the time.
>> Any ideas? MacOS 10.13.1 LC 8.1.8
> 
> I don't think you can rename anything other than the endpoint. Try
> 
> rename folder "/Users/bobsneidar/Documents/Installs/Childrens Law Center" to 
> "/Users/bobsneidar/Documents/Installs/bobtest"
> 
> -- 
> Mark Wieder
> ahsoftw...@gmail.com
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 statement. I know I have permissions because this is the folders structure I create forms in 
all the time.

Any ideas? MacOS 10.13.1 LC 8.1.8


I don't think you can rename anything other than the endpoint. Try

rename folder "/Users/bobsneidar/Documents/Installs/Childrens Law 
Center" to "/Users/bobsneidar/Documents/Installs/bobtest"


--
 Mark Wieder
 ahsoftw...@gmail.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 
> 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 structure I create forms in all the time. 
> 
> Any ideas? MacOS 10.13.1 LC 8.1.8
> 
> Bob S
> 
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 structure I create forms in all the time. 

Any ideas? MacOS 10.13.1 LC 8.1.8

Bob S



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 entries within the dictionary. This is to match what 
the IDE dictionary provides (only just realised.)

For those using Dash or one of its variants, the updated docset (LiveCode 1.2) 
should be available for auto or manual update/download.

James




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 db, but when I 
try to duplicate what he is done, my notes app opens fine, but under the drop 
down menu, in the categories area, I am getting a “tsneterr: HTTP response code 
404 returned from server.” I’m guessing it is not seeing my .lc files on my 
on-rev directory???  I also can’t create any new notes, obviously.

I have made the change in the sub stack libDataLayer for the constant kAPIURL = 
… to point to my on-rev and directory.

 I have also made the change on the .lc server file, libDataLayer.lc, within 
the libs folder, so that it is using my mysql db, username and password. 
However, I must be still missing changes to make this work on my own mysql db.

His use of db libraries in that example blew my mind, and I would like to learn 
how to do that myself, but I’m having trouble just trying to get “off the 
blocks.” :)

Are there more script changes in his example that need to be done in order for 
me to duplicate his Notes app on my on-rev account?



Thank you!

John Patten
SUSD

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 v9 - but some point next year (hopefully the first half!).
>
> The PRs to make it build are one side of the story, there's also a
> fair bit of infrastructure work to do to (i.e. updating vulcan with
> the necessary builders so we can build RPi along with all the other
> platforms).

Very exciting indeed.  Thanks for that background.

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 (hopefully the first half!).

The PRs to make it build are one side of the story, there's also a fair 
bit of infrastructure work to do to (i.e. updating vulcan with the 
necessary builders so we can build RPi along with all the other 
platforms).


Warmest Regards,

Mark.

--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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? :---)))
>>>
>>> https://github.com/livecode/livecode/pull/6182 


>
>> That PR is for Pi in general but works around the fact we don’t have
>> a libcef build for Pi to use by just not adding a CEF browser
>> factory. So libbrowser will work but do nothing. At the moment we use
>> the distributed binaries for libcef (there is no Pi binary
>> distributed) but if we did the work required to build it from source
>> then we could feasibly support it because it can be built for Pi.
>> That obviously comes with a fairly significant maintenance cost
>> though.
>
> Yes, but... that's one of several PRs that Fraser committed in one
> fell swoop for better ARM support. I've been living without any CEF
> browser for months now, so not having one on the Pi isn't going to
> keep my enthusiasm in check. 

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?


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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, 2017 10:07:49 AM Bob Sneidar via use-livecode 
 wrote:



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
HyperActive Software   | http://www.hyperactivesw.com



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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:



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
HyperActive Software   | http://www.hyperactivesw.com



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 a page will accept ranges using curl with
something like this..

curl -I http://i.imgur.com/z4d4kWk.jpg

HTTP/1.1 200 OK
...
Accept-Ranges: bytes
Content-Length: 146515

if it has "Accept=Ranges: bytes" as part of the response, it should work.
I'm still thinking the intermediary method is best.



On Wed, Dec 13, 2017 at 8:39 AM, Mike Bonner  wrote:

> 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:
>
>  put $_GET["page"] into tPage -- a get request TO my pageof the form ?page=
> http://url.goes.here
>  put char 1 to 6000 of url tpage  -- request the page to be scraped and
> return the first 6000 chars
>
> ?>
> To use this is a simple--  get URL "http://path.to.my.page.com/
> scrape.lc?page=http://server.to.scrape.com/pagetoscrape.html";
>
> if the page to be scraped uses a get style request, it will might be
> better to use post instead.
>
> In this way you can use a server on a hot connect to do the heavy lifting
> and then just send the results back down.  In fact, you could probably have
> the server itself do the scraping and just return any final results (or pop
> the results into a database or whatever)  Also in fact, if you have enough
> control of the server, and need to scrape the same page over and over for
> changes you could most likely set up a cronjob to do the work and a front
> end to pull the results.  (don't know what your final objective is, so hard
> to say whats best)
>
>
>
> On Wed, Dec 13, 2017 at 6:39 AM, Roger Eller via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
>> 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 time and bandwidth to load the entire page?
>>
>> ~Roger
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 went 
wrong, dutifully replaced the old functional executable with the partially 
downloaded one, and borked the install. 

Bob S


> On Dec 12, 2017, at 21:22 , J. Landman Gay via use-livecode 
>  wrote:
> 
> Thanks for responding Charles. I had looked up the error but couldn't think 
> what might cause it. I am trying to find out if there's a proxy involved but 
> I'm pretty sure the user doesn't even know what that is. I also suggested 
> they turn off any virus checker on the off chance that it's scanning 
> downloads and truncating the data (though I don't know if that's how they 
> work exactly.) I know the connection was closed and it isn't a timeout.
> 
> If anyone can think of anything else that might be involved I'll suggest that 
> too. It's a puzzle. Dozens of other users have no trouble with the same file.
> 
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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
> HyperActive Software   | http://www.hyperactivesw.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 your own webpage, then feel perfectly
at ease scraping away.

Cheers,

Rick

> On Dec 13, 2017, at 8:39 AM, Roger Eller via use-livecode 
>  wrote:
> 
> 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 time and bandwidth to load the entire page?
> 
> ~Roger
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 by commas."
> 
> How is a return delimited list separated by commas?
> 
> -- 
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 the page to be scraped and
return the first 6000 chars

?>
To use this is a simple--  get URL "
http://path.to.my.page.com/scrape.lc?page=http://server.to.scrape.com/pagetoscrape.html
"

if the page to be scraped uses a get style request, it will might be better
to use post instead.

In this way you can use a server on a hot connect to do the heavy lifting
and then just send the results back down.  In fact, you could probably have
the server itself do the scraping and just return any final results (or pop
the results into a database or whatever)  Also in fact, if you have enough
control of the server, and need to scrape the same page over and over for
changes you could most likely set up a cronjob to do the work and a front
end to pull the results.  (don't know what your final objective is, so hard
to say whats best)



On Wed, Dec 13, 2017 at 6:39 AM, Roger Eller via use-livecode <
use-livecode@lists.runrev.com> wrote:

> 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 time and bandwidth to load the entire page?
>
> ~Roger
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 time and bandwidth to load the entire page?

~Roger
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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&t=30295

Richmond.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode