From: V1ck1_D on
I'm building a training module that contains lessons.
I double clicked on a display icon and an alert came up
and stated that it was "Unable to edit this display
because too many records." What does it mean
when they say records?


From: Amy Blankenship-Adobe Community Expert on
It means your file has too many icons.

"V1ck1_D" <webforumsuser(a)macromedia.com> wrote in message
news:fllh94$cbn$1(a)forums.macromedia.com...
> I'm building a training module that contains lessons.
> I double clicked on a display icon and an alert came up
> and stated that it was "Unable to edit this display
> because too many records." What does it mean
> when they say records?
>
>


From: V1ck1_D on
I figured that was the case, so I went back and deleted some. After I did that,
I just inserted one icon and that message came up again. That shouldn't be
doing that if I already deleted some, correct?


From: Mike Baker **Adobe Community Expert** on
It means you have too many records ;-)

Icons contain records. Functions are contained in records. Variables are
contained in records and, depending on what you do with them, could
themselves contain multiple records. Weird, eh?
Be frugal with your items. Don't create a new icon variable every time you
need a counter. Don't load your self up with variables and then leave them
behind if you don't use them any more (delete unused variables).
Oh and "Save and Compact" because records are used by icons that you insert
and not always reclaimed until you save and compact.

Mike
====================
Mike Baker
Adobe Community Expert
mike-baker(a)cox.net


From: V1ck1_D on
I will do that.
Thank you Mike and Amy.
I appreciate your help.