Can Director read from standard out?

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

  1. #1

    Default Can Director read from standard out?

    Hi! I've created a GUI in Director that launches a Windows application.
    The application opens up its own Java "green screen" window and writes
    some status messages to standard out.

    Can Director read from standard out? If so, how can I capture those
    status messages back into the GUI?

    ** Mary Ellen :-)

    Mea Guest

  2. Similar Questions and Discussions

    1. can director read lingo from outside its environment?
      I am looking to send lingo massages like: mouse up me/mouse over me/mouse down me from a program called MAX/MSP by Cycling74 to director in other...
    2. File system get auto change from read-write to read-oly
      I have a very strange file system with OS Redhat 7.2 The file system is read-write, but some how it randomly changes to read-only at any time....
    3. Can director read in Cookies?
      Hi, I'm trying to find a way to get Javascript or basically anything that will work in a browser to write a small txt file down to the local drive,...
    4. [PHP-DEV] [PHP-CVS] cvs: php-src / NEWS /ext/standard parsedate.y /ext/standard/tests/time
      Derick Rethans wrote: bison -y /usr/src/php/php5/ext/standard/parsedate.y conflicts: 17 shift/reduce...
    5. Advice on using Director/projector to write and read eternal files.
      For a single application to do that, a director projector would work. The fileIO Xtra can acompolish what you need with the text files if you're...
  3. #2

    Default Re: Can Director read from standard out?

    > Hi! I've created a GUI in Director that launches a Windows application.
    > The application opens up its own Java "green screen" window and writes
    > some status messages to standard out.
    Can you also send those messages to a file? Then you can read the file with
    Director using an xtra (e.g. fileIO).

    Andrew

    Andrew Morton Guest

  4. #3

    Default Re: Can Director read from standard out?

    I had suggested this to my client, but he is concerned about security
    issues associated with writing files to a user's disk.

    He asked if I could use OLE or ActiveX. Could this work? If so, then
    is there a good tutorial that could teach me how to work with OLE or
    ActiveX? (I've never done this before!)

    Thanks!!

    ** Mary Ellen :-)

    Andrew Morton wrote:
    >>Hi! I've created a GUI in Director that launches a Windows application.
    >> The application opens up its own Java "green screen" window and writes
    >>some status messages to standard out.
    >
    >
    > Can you also send those messages to a file? Then you can read the file with
    > Director using an xtra (e.g. fileIO).
    >
    > Andrew
    >
    Mea 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