Re: [Gambas-user] To fast do..loops for process management!

2008-12-01 Thread Benoit Minisini
On lundi 1 décembre 2008, Demosthenes Koptsis wrote: > On Sun, Nov 30, 2008 at 11:27 PM, Benoit Minisini > > <[EMAIL PROTECTED]> wrote: > > On jeudi 27 novembre 2008, Demosthenes Koptsis wrote: > >> Hi dear list, > >> > >> I write a front-end for mpg123 mp3 console player in gambas2 but i > >> came

Re: [Gambas-user] To fast do..loops for process management!

2008-12-01 Thread Demosthenes Koptsis
On Sun, Nov 30, 2008 at 11:27 PM, Benoit Minisini <[EMAIL PROTECTED]> wrote: > On jeudi 27 novembre 2008, Demosthenes Koptsis wrote: >> Hi dear list, >> >> I write a front-end for mpg123 mp3 console player in gambas2 but i >> came face to face with a bug and i need your help! >> i dont know if the

Re: [Gambas-user] To fast do..loops for process management!

2008-11-30 Thread Benoit Minisini
On jeudi 27 novembre 2008, Demosthenes Koptsis wrote: > Hi dear list, > > I write a front-end for mpg123 mp3 console player in gambas2 but i > came face to face with a bug and i need your help! > i dont know if the bug is due to gambas or my writing code or mpg123 > player's. > > The story is like

[Gambas-user] To fast do..loops for process management!

2008-11-27 Thread Demosthenes Koptsis
Hi dear list, I write a front-end for mpg123 mp3 console player in gambas2 but i came face to face with a bug and i need your help! i dont know if the bug is due to gambas or my writing code or mpg123 player's. The story is like this '### I have two public vars PUBLIC hProcess AS Process 'v