Re: [Gambas-user] Movieplayer example Gambas 3.0

2011-02-10 Thread Stephen Bungay
On 02/10/2011 08:18 AM, Jussi Lahtinen wrote: > Try latest revision of Gambas 3. > This is fixed to Cstr(lblMoviePlayer.Handle) . > > Jussi > > > > On Thu, Feb 10, 2011 at 06:51, Stephen Bungay wrote: > >> Line # 39 >> >> $hProcess = Exec ["mplayer", "-wid", lblMoviePlayer.Handle, >> Conv$($sP

Re: [Gambas-user] Movieplayer example Gambas 3.0

2011-02-10 Thread Jussi Lahtinen
Try latest revision of Gambas 3. This is fixed to Cstr(lblMoviePlayer.Handle) . Jussi On Thu, Feb 10, 2011 at 06:51, Stephen Bungay wrote: > Line # 39 > > $hProcess = Exec ["mplayer", "-wid", lblMoviePlayer.Handle, > Conv$($sPath, Desktop.Charset, System.Charset)] For Read Write > > > result

[Gambas-user] Movieplayer example Gambas 3.0

2011-02-09 Thread Stephen Bungay
Line # 39 $hProcess = Exec ["mplayer", "-wid", lblMoviePlayer.Handle, Conv$($sPath, Desktop.Charset, System.Charset)] For Read Write results in this error Type mismatch: Wanted String[] got Variant[] instead the problem is with lblMoviePlayer.Handle... has something fundamentaly changed w