-1
I’m creating an app with Berlin Starter Edition
. I put a tTabControl
in the Form
, I created a Tab
and put a tButton
in it. Both the tTabControl
as to the tButton
are Enabled
. But when I run the program, the button doesn’t react (as if it wasn’t Enabled
). Does anyone have any tips? Grateful.
The button does not react because in Style
of tTabControl
was inserted a tRectangle
to give background color. Although the button text appears, I am clicking on tRectangle
. No use sending the tRectangle
back and not the button forward. You have to find another way to give background color to the tTabControl
other than by inserting a tRectangle
in the Style
.
Someone has a tip?