Search found 8 matches

by edmerckx99
Fri Aug 26, 2016 5:19 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: For each line loop slows down
Replies: 8
Views: 6501

Re: For each line loop slows down

wow, that was it. it is now taking just 2 minutes. i really didn't think that using

Code: Select all

put "text" into line x of <container>
would have cause that much of a slow down.

thank you!
by edmerckx99
Fri Aug 26, 2016 1:38 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: For each line loop slows down
Replies: 8
Views: 6501

Re: For each line loop slows down

Thierry, it seems to have sped it up a bit, around 1/2hr instead of about 40 minutes. but it still seems to be slowing down as the script goes along. For general tips on speeding up LiveCoce scripts, this thread is well worth the read: http://forums.livecode.com/viewtopic.php?f=8&t=24945 In your cas...
by edmerckx99
Thu Aug 25, 2016 5:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: For each line loop slows down
Replies: 8
Views: 6501

For each line loop slows down

i have a script that is parsing a a large text file, ~30,000 lines with around 40-50 items per line. its taking quite a long time to process it, sometimes 45mins. if i just loop through each line without parsing it, running my code, it takes about 3 minutes. one of the interesting things is the scri...
by edmerckx99
Fri Jan 11, 2013 1:01 am
Forum: rTree
Topic: Welcome to the rTree forum!
Replies: 11
Views: 47943

Re: Welcome to the rTree forum!

its looks the name record for the tapirsoft website has expired. does anyone know if rTree is actively being supported/updated?
by edmerckx99
Thu Feb 10, 2011 6:31 pm
Forum: iOS Deployment
Topic: get url
Replies: 5
Views: 4315

Re: get url

thank you for the help Klaus! it has been very frustrating to debug this problem, i will keep plugging away on this.
by edmerckx99
Thu Feb 10, 2011 2:44 pm
Forum: iOS Deployment
Topic: get url
Replies: 5
Views: 4315

Re: get url

it does seem to work on the desktop but when i send to the iphone simulator it does not work
i get a 404 error message. but when i

Code: Select all

answer tURL
the url is correct and if i would copy and paste that into a browser it would work.
by edmerckx99
Thu Feb 10, 2011 12:26 pm
Forum: iOS Deployment
Topic: get url
Replies: 5
Views: 4315

get url

i have been struggeling with this for a bit. this works great get url "myurl/folder/folder/text.txt" but if i try and create a url from a variable it does not work local tURL put "myurl/folder/folder/" & fld "Variable" & ".txt" into tURL get url tURL i am making sure that there are not spaces in the...
by edmerckx99
Sat Nov 20, 2010 2:38 am
Forum: iOS Deployment
Topic: populating a datagrid fails in simulator
Replies: 9
Views: 7270

Re: populating a datagrid fails in simulator

i am having this problem as well, is not possible as of yet?

Go to advanced search