[Gambas-user] Moviebox with animated gif, need tranparent background
Benoît Minisini
gambas at ...1...
Sat Nov 26 11:22:14 CET 2011
Le 26/11/2011 11:15, Ron a écrit :
> I display movieboxes with an animated gifs, and have it use a transparent
> background, the gifs are already transparant.
>
> I can do this for TextLabel with property .Transparant, but how can I do
> this for MovieBoxes?
>
> Small code:
>
> WITH hMovieBox
> TRY .Path = "/some/animated.gif"
> .Height = 20
> .Width = 20
> .X = X
> .Y = Y
> .Playing = TRUE
> END WITH
>
> If it can't be done with a MovieBox, how do you do it with a PictureBox?
>
> Gambas2, qt.
>
> Thanks for any pointers!
>
> Regards,
> Ron_2nd.
It's not possible with Gambas 2 and QT 3.
Regards,
--
Benoît Minisini
More information about the User
mailing list