paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [paragui-users] transparent background & PG_MPEGPlayer


From: Alexander Pipelka
Subject: Re: [paragui-users] transparent background & PG_MPEGPlayer
Date: 21 Apr 2002 18:13:43 +0200

Am Sam, 2002-04-20 um 13.57 schrieb Steffen Blume:
> > > I've got a problem with an image with transparency (saved as png), which
> > > I use as background for a button. When the button is displayed for the
> > > first time, it's transparent. But when I move the mouse over it, the
> > > transparency gets lost.

I reread your message and then i found the following:

>     <widget>
>       <type value="localgame"/>
>       <object>
>           <name value="Button"/>
>           <filename name="background0" value="conquest/localgame_d.png"/>
>           <filename name="background1" value="conquest/localgame_l.png"/>
>           <filename name="background2" value="conquest/localgame_n.png"/>
>           <property name="backmode0" value="TILE"/>
>           <property name="backmode1" value="TILE"/>
>           <property name="backmode2" value="TILE"/>
>           <property name="blend0" value="0"/>
>           <property name="blend1" value="0"/>
>           <property name="blend2" value="0"/>
>           <property name="bordersize0" value="0"/>
>           <property name="bordersize1" value="0"/>
>           <property name="bordersize2" value="0"/>

Take a look at the next 3 entries:

>           <property name="transparency0" value="100"/>
>           <property name="transparency1" value="0"/>
>           <property name="transparency2" value="0"/>

>           <filename name="iconup" value="none"/>
>           <filename name="icondown" value="none"/>
>             <property name="colokey" value="0x00000000"/>
>       </object>
>    </widget>

The other buttons define all 3 transparencies as 0.

Could this be your problem ?

Alex






reply via email to

[Prev in Thread] Current Thread [Next in Thread]