Search the web
Sign In
New User? Sign Up
jsosa · JavaScript OSA-Talk
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Out of Memory; delete   Message List  
Reply | Forward Message #424 of 529 |
Re: [jsosa] Out of Memory; delete

On Dec 4, 2003, at 10:04 AM, Arthur Knapp wrote:
> I don't get an Out of Memory message. I don't have any iTune thingies,
> so I just tested with this:

Hrm. This was with Script Editor...are you using Script Debugger or
something else?

After I wrote this message, I ran into various other areas where
(dealing with over 4500 songs, and arrays of them being sorted and
looped through) it kept giving me the out of memory error.

How can I explicitly force the script to have additional memory
allocated for it?


> Yeah, that's what you have to do. Mark addresses this in the online
> documentation:
> <http://www.latenightsw.com/freeware/JavaScriptOSA/MacOS.AEClass.html>

Thanks for the confirmation. (Damn, I was afraid the answer might be
rtfm...I just never found the right page I guess :)




Thu Dec 4, 2003 5:09 pm

rabyak
Online Now Online Now
Send Email Send Email

Forward
Message #424 of 529 |
Expand Messages Author Sort by Date

I'm trying to shove all the songs in my iTunes library into an array so that I can sort them and then remove a ton of duplicates. However, using the following...
Gavin Kistner
rabyak
Online Now Send Email
Dec 1, 2003
10:29 pm

... arguments[0].constructor==Array)?arguments[0]:arguments; ... I don't get an Out of Memory message. I don't have any iTune thingies, so I just tested with...
Arthur Knapp
admiralnovia
Offline Send Email
Dec 4, 2003
5:04 pm

... Hrm. This was with Script Editor...are you using Script Debugger or something else? After I wrote this message, I ran into various other areas where ...
Gavin Kistner
rabyak
Online Now Send Email
Dec 4, 2003
5:09 pm

... thingies, ... I tried it in both, it worked fine. I don't think the issue is with your SortBy() function, but rather with the .sort() method that follows. ...
Arthur Knapp
admiralnovia
Offline Send Email
Dec 4, 2003
9:17 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help