Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TPanel Transparent

i need to use transparent tpanel in my form. Who can suggest me a good component for it, possibly free? If not is much long is possible post the code or some link about it? Thanks very much. Marcello.

like image 334
Marcello Impastato Avatar asked Nov 03 '12 14:11

Marcello Impastato


People also ask

Is it possible to Alpha-blend transparent tpanel?

The transparent panel is just a Transparent Panel, but alpha-blending might be possible (but only for the background). Re: transparent TPanel? thanks for answer. . . i just have a beauty form and both of my program (OS : android and windows ) Like each other. .

How to make a panel transparent to alclient?

make panel transparent. I can't send panel behind image, because controls on panel must be over image. Drop a TPaintbox on the panel, align it to alClient. If you have other the bottom of the Z order on the panel.

How to make a panel transparent in Paintboxes?

the bottom of the Z order on the panel. Attach a handler to the is underneath the panel on the paintboxes canvas. your application and the panel will become transparent by default. This is controlled by the ParentBackground property (new in D2005).

How to make a transparent panel in Lazarus?

Lazarus no transparent Panel components, write their own one, after some toss, finally the design period and the operation period can be correct and transparent. Note that the transparent Panel is achieved by capturing the Parent image, so the Panel can not place other components, otherwise it will be blocked by the background.


1 Answers

you could try downloading the Jedi component library, and look at the TjvTransparentPanel component, you can find it under the "Jv Additional" tab once you've installed that component library.

http://www.delphipages.com/forum/showthread.php?t=187137

like image 151
Shaun07776 Avatar answered Oct 03 '22 02:10

Shaun07776