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

  1. #1

    Default corrupted dir file

    I've created a director project with an external linked parent script.
    this script contains (like every parent script) an "on new" function.
    the problem is that i create run-time text members with:

    foo = new(#text)

    that normaly works fine, but in my project director means that it has to use
    the new function from my parent script. it definitely is a parent script and
    not a movie script.
    then i've deleted that script and saved and compacted the file. after i
    restarted director and tried to create a textmember in the messagebox,
    director returned an error from that script which was deleted. I opened the
    ..dir file with a texteditor an still found code from that deleted script.

    can anybody help me?


    David Becker Guest

  2. Similar Questions and Discussions

    1. Contribute key file corrupted
      When creating a Contribute key for a site hosted on a remote server, it timed out and advised that the file was corrupted. Apparently, I need to...
    2. verity_linux_eur.tar - corrupted file?
      Hi, I just downloaded the file verity_linux_eur.tar - European Search Pack (TAR, 60.21MB) and tried to unpack it with: tar -xvf...
    3. Recovery Of Corrupted File
      My Mac crashed while I was working on my database and the file I was working on seems to be corrupted. I have tried the Recover option but I get...
    4. HELP!!!!! Corrupted log file
      I have a corrupted active log file and my Database will not start. Is there anything I can do to force the database backup, i.e. ignore the...
    5. The File <dbname> isn't an MS Access file or is corrupted
      I have a database that contains data used for testing other software products. There is a main form that allows users to select scenarios they...
  3. #2

    Default Re: corrupted dir file

    On 17 Nov 2003, "David Becker" <becker@nospam.glamus.de> wrote:
    > then i've deleted that script and saved and compacted the file. after
    > i restarted director and tried to create a textmember in the
    > messagebox, director returned an error from that script which was
    > deleted. I opened the .dir file with a texteditor an still found code
    > from that deleted script.
    Just a long shot, but see if hitting "Compile All Scripts" and "Save As"
    improves things.


    --
    Mark A. Boyd
    Keep-On-Learnin' :)
    Mark A. Boyd Guest

  4. #3

    Default Re: corrupted dir file

    thats it!
    the old file was 5.305 KB (it was saved and compacted) and the "save as and
    recompiled" version is 5.281 KB.

    Thanks a lot!

    david

    "Mark A. Boyd" <mblist@sanDotrr.com> schrieb im Newsbeitrag
    news:Xns9436B0EE1145mblistssanDotrrcom@65.57.83.20 9...
    > On 17 Nov 2003, "David Becker" <becker@nospam.glamus.de> wrote:
    >
    > > then i've deleted that script and saved and compacted the file. after
    > > i restarted director and tried to create a textmember in the
    > > messagebox, director returned an error from that script which was
    > > deleted. I opened the .dir file with a texteditor an still found code
    > > from that deleted script.
    >
    > Just a long shot, but see if hitting "Compile All Scripts" and "Save As"
    > improves things.
    >
    >
    > --
    > Mark A. Boyd
    > Keep-On-Learnin' :)



    David Becker 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