Re: Just checking on a few bugs of mine...

2012-05-21 Thread Mark Schonewille
Hi Andrew, What is your operating system? I'm able to display arrays with around 1000 elements rather quickly in the variables tab of script editor. Several thousands of elements are still possible, but it is cear impossible to scroll the list of variables and their contents. I never needed t

Re: Just checking on a few bugs of mine...

2012-05-21 Thread Richard Gaskin
Andrew Meit wrote: 2. have a folder of 260,000 files set defaultfolder to that folder use files() to get info on each file -- note, rev eventually locks up and fails to respond, and you cant cmd-. out ether, have to force exit 260,000 files in a single directory is asking a lot of NTFS' btree.

Re: Just checking on a few bugs of mine...

2012-05-21 Thread Bob Sneidar
Hi Andrew. Item 1 is not a bug. Livecode has to parse the entire array, and very large arrays will be sluggish. It would be better to check the contents of your array with a script and just put the element you are interested in in the message box, or else, if it is formatted right, that is the f

Just checking on a few bugs of mine...

2012-05-21 Thread Andrew Meit
Anyone else ran into these older bugs of mine: 1. create a huge 3 dim array via a script with lots of data to show, like in the thousands click variable tab --watch how IDE struggles to show the hierarchy via the arrows..eventually, IDE will hang 2. have a folder of 260,000 files set defaultfol