I was evaluating Alphacontrols and i'm stuck with this scenario
– a form with a with skinmanager and skinprovider
– a TsPanel with a TImage on it
I've noticed that some controls aren't painted correctly if put them over the TImage
Examples:
– a TsLabelFX with transparent=true is drawn like the the TImage doesn't exists, it shows the panel background “under” it
– a TsBitButton or a TsButton with skinsection=BUTTON_HUGE (rounded frame) show a little extra border around the frame where i can see the panel as background instead of the image (if i put one of them over the panel caption position I can read some letters)
Bug or feature ? Or I have to use another control instead of TImage ?