Comment #5 on issue 537 by [email protected]: (Exec - for Read Write As "Process") Don't work http://code.google.com/p/gambas/issues/detail?id=537
Console stays clear because you haven't write print command in read event. Try: Print sData Or declare the process as 'For Write As "Process"'. Not sure this is really a bug. mplayer seems to exit when it's output is directed to read event. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
