[Gambas-user] Video Player example
Werner
wdahn at ...1000...
Thu Oct 22 03:27:20 CEST 2009
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
More information about the User
mailing list