Posted 1 April 2025, 9:52 am EST - Updated 1 April 2025, 9:57 am EST
Hi everyone,
I’m experiencing an issue with the EmptyArea not working when applying themes using C1ThemeController. Without a theme, the EmptyArea behaves as expected, but once a theme is applied, it seems to stop functioning.
Is this a known issue, or am I missing something in the configuration?
This is the component
I put a Theme with the component
Then I put styles - EmptyArea - backcolor - white.
When I compile and run the program, I find it like this: it didn’t apply the white EmptyArea
I can set it via code, but sometimes it briefly shows the wrong EmptyArea before displaying the correct one. It should work directly through the designer.
Thank you!