transparent panel - image

Posted By: CItrok

transparent panel - image - 02/01/10 11:07

How I can put a panel with an image display that is transparent in some areas.

I want to make a cockpit like in the link. Any ideas?

http://i55.photobucket.com/albums/g157/micksaf/p51duw2.jpg
Posted By: Widi

Re: transparent panel - image - 02/01/10 11:22

My favorite is:
Create a panel with a Bitmap with a alpa - cannel. (Example: *.TGA) You can create this Bitmap with Paint.Net or Gimp. Both Programms are free.

The other way:
Set all what should transparent to black(color 0,0,0) and set the OVERLAY flag from the Panel.

For this is an Example at the Workshop 4.
Posted By: CItrok

Re: transparent panel - image - 02/01/10 16:04

Widi. Thanks a lot! The answer was so simple...yet so complicated for a beginner.

So the sollution was to set the flags as bellow. Show or overlay

PANEL* first_pan =
{
pos_x = 200;
pos_y = 300;
layer = 1;
bmap = first_pcx;
flags = OVERLAY | SHOW;
}
Posted By: MMike

Re: transparent panel - image - 02/05/10 02:55

well but i must say this is a double post!
Anyway, PNG files i like better, because it makes the alpha channel auto, depending on the back layer.. if using photoshop...
© 2024 lite-C Forums