[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Marquees
"Rick Osborne" <oz@grove.ufl.edu> wrote:
>I have seen alot of postings about people using Marquees (scrolling text)
>in the text input form element. I wrote my own little applet a week or so
>ago, and I like it because:
>1. It doesn't suffer from memory problems,
But your function is recursive, which is usually the cause of these
memory problems. Recursive functions will gradually gnaw away at system
resources/application heap/whatever-your-OS-calls-it with each nesting.
OSes with dynamic memory allocation for applications (not the Mac) will
go longer before running into out-of-memory errors.
Danny
http://www.dannyg.com
--------------------------------------------------------------------
For help about the list, please send a message to 'majordomo@obscure.org'
with the message body 'help'. To unsubscribe, send a message to
'majordomo@obscure.org' with the message body 'unsubscribe javascript'.
List archives and pointer to FAQ: http://www.obscure.org/javascript/