Jürgen Herz wrote: > Wow, that was easy. And works well as far as I tested it.
Works in what sense? > The code to be executed on the data is called when a dialog opens. So > what to do until the callback is called on onStopRequest by the stream > listener? Nothing? That is, execute the code when onStopRequest happens, not when you call asyncOpen()? That's basically what you're doing with open(), except you're blocking the calling code, of course. But you're still processing events every time you call read(). -Boris _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
