Has anyone had any luck with the async shell on Windows with
REALbasic 2005r4? Is this a 2005 bug, or is it still broken?
I'm using a subclassed Shell, and having the DataAvailable event run
another command to parse data. I create the object, set the mode to
1, and execute the command. The command runs and goes through, but
it ends up working just like mode 2, except instead of filling
result, it fires one dataavailable event just as the program exits.
Obviously, that isn't what I expected. :)
I have tried forcing Poll and ReadAll with a thread or in a loop with
App.DoEvents, but keep getting the same results.
Has anyone successfully used the async shell on Windows, or am I out
of luck? My next option is to have the command output to a text file
and have realbasic open a stream to the text file, but I really don't
want to go there.
- Nick
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>