System Button Trans Issue I Can't Figure Out

I am using a .tga image for the system buttons in a skin I'm working on, imported from a .png with alpha-trans. Only the four corner pixels are transparent. The image attributes are set correctly as best I can tell - transparency & translucency are both enabled. However, on the Logoff & Shutdown dialogs the corner pixels are not transparent against the screen mask background:



Anyone know how to get those corner pixels to be translucent? The button paints correctly everywhere else; only the End Session dialogs have this problem.

Thanks.
2,786 views 13 replies
Reply #1 Top
Are they on perpixel logoff backgrounds?Could make a difference.  
Reply #2 Top
Yes, that button is on a PP background - both the dialog and the screen mask are PP. Would that difference be a good thing or bad thing?

Thanks, I.R.
Reply #3 Top


was hoping it would...guess not...seen this before but cant remember the fix

try an opaque background behind at least the button area...
Reply #4 Top
That may be the only realistic option, unless you can remember that fix.

Thanks again.
Reply #5 Top
you should skin both shutdown dialog background & shutdown dialog background per pixel
Reply #6 Top
Thanks, 1nsomn1ac.

Both are per pixel. In fact, all three elements of both dialogs (Shutdown & Logoff) - the background, the buttons & the system button - are per pixel, which is why I was puzzled that the corner pixels in the system button paint opaque when applied.
Reply #7 Top
the regular ones cant be perpixel...that may be it.You have to make 2 sets.
Reply #8 Top
Things are still confused, I guess.

The "regular" dialogs are not perpixel, only the perpixel dialogs are perpixel. It appears WB defaults to the perpixel backgrounds if they are present. The problem is only with perpixel backgrounds.
Reply #9 Top
make a bmp for regular background, you'll see the difference
Reply #10 Top
Thanks again, 1nsomn1ac.

Only thing is, I want the transparency/screen mask & to isolate or "float" the button out there. The button does paint correctly on an opaque background, but that's not what I'm shooting for.
Reply #11 Top
Mine are perpixel but not see thru and they are fine...did you try opaque just behind the button?Try 'floating it on its own image...put the button on your graphic and let the real one cover it.
Reply #12 Top
make opaque button background couple pixel bigger than the button
Reply #13 Top
Yeah, that's the plan. I'll repost a shot once I have it finished.

Thanks, guys.