Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. #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: ...
    3. #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: ...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default Re: removing fields

    On 06 Dec 2003, "davis" <smithl@jbu.edu> wrote:
    > 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.
    If the members didn't exist at the time the projector was created, then
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139