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
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
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