Re: [Gambas-user] PRINT #process Example

2009-03-02 Thread Dimitris Anogiatis
Thanks for the quick reply Doriano, I got it working after experimenting a bit with your suggested solutions :) I tried using a timer but I soon found out that using the LINE INPUT from within the Process_Read works way better. Keep rockin :) Regards, Dimitris On Mon, Mar 2, 2009 at 1:48 AM, D

Re: [Gambas-user] PRINT #process Example

2009-03-02 Thread Doriano Blengino
Dimitris Anogiatis ha scritto: > hey guys > > I've read the documentation on Process_Read() but I can't find a way to > detect > when the process has stopped and it's waiting for an input; to my > understanding > I can provide that input with PRINT #Process, "input" but so far I haven't > found > a

[Gambas-user] PRINT #process Example

2009-03-01 Thread Dimitris Anogiatis
hey guys I've read the documentation on Process_Read() but I can't find a way to detect when the process has stopped and it's waiting for an input; to my understanding I can provide that input with PRINT #Process, "input" but so far I haven't found a full example of how that is done. can someone