Hello,
I have problems with migration from XE6 to 10.1 Berlin. The problems are with VCL components:
- Labels don't get ParentColor (ParentColor=true)
- Panels - the same as Labels
- Some edit controls are shown 3D not flat
Here are screen shots illustrating that:
XE6:
10.1 Berlin:
In the IDE (design) everything looks fine (like in XE6) but after running application I get something different (showed above). With Labels to get them work I have to change ParentColor to False and then change to True. But I have no effects with Panels. And I don't have idea what to do with this 3D effect.
I've created new application with new form using the same components. There is no problem. Panels with ParentColor=true and JvGradient under look like transparent. There is no problem with 3D effect - everything is flat (without changing ctl3d property).
Please help, I don't know what to do.