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

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to