[Gambas-user] Video Player example
Doriano Blengino
doriano.blengino at ...1909...
Thu Oct 22 08:58:11 CEST 2009
Werner ha scritto:
> Hartmut Eilers wrote:
>
>> Hallo List,
>>
>> for my Video project I need a video player which plays a video
>> in a unvisible DrawingArea where I can grab a picture contolled
>> by a timer. I want to show the grabbed image in a smaller preview
>> window where one can apply effects. When pressing a button all
>> effects should bei applied to the grabbed images in their original size
>> and saved as a sequence of pictures.
>>
>> I did everything I can image, but I am not able to make the
>> drawingarea invisible. Any ideas are highly welcome.
>>
>> regards
>> Hartmut
>>
>>
>>
> Does
> DrawingArea.Visible = FALSE or
> DrawingArea.Hide
> not work?
>
> Regards
> Werner
>
If this does not work, you can try to put some other graphic element
above (on top) the drawingarea...
Regards,
Doriano
More information about the User
mailing list