Ask a Question related to Macromedia Director Lingo, Design and Development.
-
davis #1
removing fields
well let me ask then i am creating new fields based on the # of chars in a
txt document how can i have the projector check for these created fields on
the start of the movie and if they are present unload or erase them since i
want to start fresh every time. thanks
davis
davis Guest
-
Removing fields?
We have an invoice that was on paper which we converted into a PDF invoice form. We also needed a quotation form, so instead of making one from... -
#26351 [Opn->Bgs]: Incorrect handling of Null Fields/Numerical Fields with '0'
ID: 26351 Updated by: iliaa@php.net Reported By: jabberwocky at ibplanet dot com -Status: Open +Status: ... -
#26351 [NEW]: Incorrect handling of Null Fields/Numerical Fields with '0'
From: jabberwocky at ibplanet dot com Operating system: Any PHP version: 4.3.4 PHP Bug Type: MSSQL related Bug description: ... -
Removing red eye
I am following the "how to" instructions for removing red eye but the pupils now look an eery silver instead of the evil red. I selected default... -
Removing desktop icon from one account is removing from all accounts
Using XP Professional. I want the Guest account to have only a few icons. The other two accounts should have many more. When I remove the icon... -
JB #2
Re: removing fields
The unloading seems like the most trivial part of the whole process, are
you naming member to match external file names?are things getting saved
by projector between sessions?
there's the erase member command but I don't think that answers your
question
JB Guest
-
davis #3
Re: removing fields
the projector is simply creating text fields named newPage1, newPage2,
etc... i need the projector to check at the on prepareMovie handler if these
fields have been created and if so erase them. thanks.
Davis
davis Guest
-
Mark A. Boyd #4
Re: removing fields
On 06 Dec 2003, "davis" <smithl@jbu.edu> wrote:
If the members didn't exist at the time the projector was created, then> the projector is simply creating text fields named newPage1, newPage2,
> etc... i need the projector to check at the on prepareMovie handler if
> these fields have been created and if so erase them. thanks.
they won't exist whenever the projector is started. A projector does not
save data between sessions (unless you program it specifically to do so).
You might consider cleaning up excess debris before quitting rather than at
startup. This might be particularly useful during authoring. Just maintain
a list of your newly created members and loop through that list issuing the
erase command before quitting.
--
Mark A. Boyd
Keep-On-Learnin' :)
Mark A. Boyd Guest



Reply With Quote

