Whoops! How did I forget that. Thanks for pointing that out. It's now timing out/crashing so I know it's getting past 244. Now I'll build in some logic to create 10,000 line files or so.
Many thanks!
Search found 5 matches
- Fri Jul 20, 2012 5:16 pm
- Forum: Mac OS
- Topic: Reading 100,000+ files
- Replies: 2
- Views: 3445
- Thu Jul 19, 2012 7:10 pm
- Forum: Mac OS
- Topic: Reading 100,000+ files
- Replies: 2
- Views: 3445
Reading 100,000+ files
Hi guys, I have over 100,000 XMLs that I need to read from and make a list out of a few specific tags. These files are broken into several folders (as displayed below in Fig1). I've put the code snippet below as well. So far I've made the program run through the folders/files (by setting defaultFold...
- Wed Aug 31, 2011 11:27 pm
- Forum: iOS Deployment
- Topic: iOS scrolling text field. How?
- Replies: 34
- Views: 29736
Re: iOS scrolling text field. How?
LCScroller.livecode.zip Hi guys, Thanks for the feedback. Attached is the 2 card scroller app I was having issues with. The issue was caused by not properly deleting the scroller when leaving the current card. It's working properly now on an application with multiple cards. I even got it to work pr...
- Sun Aug 21, 2011 6:15 am
- Forum: iOS Deployment
- Topic: iOS scrolling text field. How?
- Replies: 34
- Views: 29736
Re: iOS scrolling text field. How?
Hi Todd, Thanks for the tip. I've checked my code and confirmed I'm deleting the original scroller; however, the second time I create it it doesn't work properly. I want to be able to update the scroller without changing cards, that's why I've put the setupMobileScroller in a separate function. What...
- Sun Aug 14, 2011 4:33 am
- Forum: iOS Deployment
- Topic: iOS scrolling text field. How?
- Replies: 34
- Views: 29736
Re: iOS scrolling text field. How?
Hi guys, Super helpful example and I've been able to get it working on a stack with only 1 card; however, on a stack with multiple cards I can't get it to work after switching to another card. I've attached an updated version of the LCScroller. If you run it you'll find the scroller on the first car...