Save script error text?

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

  1. #1

    Default Save script error text?

    Hi,

    i just wondererd, when I receive an alert when I test a movie in Director, is it possible to retrieve the text of that alert?

    For example, I receive the following error:

    Script error: Variable used before assigned a value

    How cann I copy that text and paste it somewhere.. like in a field.. eventually I want to save the error in a text file, so that I cannn see what kind of error it was when I open a projector and I receive an error.

    tnx


    Eelco Heuvelmans webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. current selected text to highlighted text on mouse up event through java script
      hi everybody, I want to convert the current selected text to highlighted text i.e. to yellow background on mouse up event on pdf form through...
    2. Editing Text (SAVE ME)
      I have a block of text that I would like to edit without reflowing the remaining copy. Is that just not possible. Basically, I have a single line at...
    3. Save data on server with asp script
      Hi all ! I did al lot of reading over the last few days and so far I'm still not as fasr as I want to :) I have my director script for my submit...
    4. ado.save TEXT file
      Come on! Hurry up! "Tammy B." <Tb@stinkylips.com> wrote in message news:e%23EieAJTDHA.2092@TK2MSFTNGP10.phx.gbl... creating
    5. Script / action / macro / technique to resize, rotate CCW and Save jpg photos
      I shoot groups of 15 vertical images at, say, 1600x1200 and want to resize to 640x480, rotate counter clockwise 90 degrees and save all fifteen to a...
  3. #2

    Default Re: Save script error text?

    If it helps, you can have a more informative error message from a projector if
    you create a text file named nameOfProjector.ini with a content of

    [Lingo]
    DisplayFullLingoErrorText=1

    Andrew Morton

    Andrew Morton 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