Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Mea #1
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
-
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... -
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.... -
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,... -
[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... -
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... -
Andrew Morton #2
Re: Can Director read from standard out?
> Hi! I've created a GUI in Director that launches a Windows application.
Can you also send those messages to a file? Then you can read the file with> The application opens up its own Java "green screen" window and writes
> some status messages to standard out.
Director using an xtra (e.g. fileIO).
Andrew
Andrew Morton Guest
-
Mea #3
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



Reply With Quote

