Ok, here's a question:
I'm working on a frount end to mpg123, a popular linux mp3 console application.
I'm working in realBASIC because I'm a bit of a wimp ;-)
anyway, when RB shells out to mpg123, it plays the selected mp3 just fine, only the cursor goes to the spinning beach ball whild the mp3 is playing, thus not allowing the user to pause or stop playing.
Is there a way I can 'thread' the mpg123 process away from my app? I've tried shelling strings like "mpg123 file.mp3 &" but it still doesn't work.
Any ideas?