Hello! The other day I started to play with different effects in Delphi
, and came across such a problem when using Aero Glass
(I have Delphi 2010
installed): when a button or any other element is located on the field affected by glass
, some of its parts appear through. I do not know why this happens, but I tried it on several computers. And all the same.
Screenshot:
My program: http://rghost.ru/45288872
XXX.ControlStyle := XXX.ControlStyle + [csOpaque];
- Evgeny Karpov