Re: [Gambas-user] R: Fwd: Re: MediaPlayer

2015-09-07 Thread Shane
Ok i got End event to trigger but still can't get Progress event to trigger On 08/09/15 16:03, Shane wrote: i don't like the loop thing but thanks i obviously need to call stop i guess i can just call stop before for calling play but i want to load the next song after one is finished like what

Re: [Gambas-user] R: Fwd: Re: MediaPlayer

2015-09-07 Thread Shane
i don't like the loop thing but thanks i obviously need to call stop i guess i can just call stop before for calling play but i want to load the next song after one is finished like what you have done. i tried to declare an event Process but it isn't being called i must be doing something wrong t