2020-05-14 07:03 AM
When I have a custom container for a button which is the following. (Shown in order)
TextAre - which is update able.
Image - which is transparent in the middle under the Text.
Background - dark background.
When the custom contain for a button is displayed, the area to the left and right of the TextArea is the background of the holding screen, and NOT the background of the custom container.
This happens if the text is static, or if the text is updated.
2020-05-14 10:43 AM
Hi
Can you visualize what problem ? you are facing..
Please check above hope this helps...
--
Karan
2020-05-14 11:08 AM
Here is the TouchGFX custom container, and the output from a screen with 4 of the custom containers.
Notice below how to the left and the right of the text on each button, how the background is the Screen's background, and
NOT the buttons background.
2020-05-14 11:11 AM
2020-05-14 12:05 PM
Hi,
Can you change the Button Image then try again ?
Here is my results...
--
Karan
2020-05-14 12:29 PM
My image is only a border, the internal of the border, is transparent.
So the text should appear on the imageBackground, but appears on the screens background.
Don't use a standard button, which is filled in.
2020-05-14 12:32 PM
I think I understand my problem, my image was the wrong image, and is this.
Which will cause this behavior. I thought I was using another image, which is only a border, and transparent center.
2020-05-14 01:37 PM
Ok Good