memory error
memory error
- Subject: memory error
- From: Brad Giesbrecht <email@hidden>
- Date: Sat, 24 Feb 2001 11:46:14 -0800
Hello list,
Question:
How do I handle a memory error in a repeat?
I would like some kind of feed back to the user.
I'm reading "Goodman's AS Handbook" on error
numbers and messages.
I would like to be able to save my "position" in
the repeat loop and return to the repeat when
the user has closed some windows.
I think a simple Try statement would work but
I'm struggling with the logic for "pause and
resume where I left off after user action".
Details below.
Thank you,
Bradley Giesbrecht
Details:
I have a script that does just what it's
supposed to do.
It opens every file of type I have specified with
Quicktime Picture Viewer application.
It handles nested folders so on occasion it will
open more then 500 image files.
At some point I get an error that there is not
enough memory to open the file, with my only
option to click Ok.
My script then try's to open another with the same
error. I have no method of stopping the script.
I don't know if it is Picture Viewer or my System
that is reaching a memory limit.
I want to stick with Picture Viewer because it's
fast and I can count on it being on every machine
this script will be distributed to.