iOS Question Activity.Color (B4A->B4I)

fbritop

Active Member
Licensed User
Longtime User
Hi
In android I was facing a issue. My app allows to change from day/night mode internally, for that I have a special code module that registers all my necesary colors, and depending on a global variable name THEME, it paints the layouts acording.

I saw that whenever I made a Theme Switch, when I navigate to another page, it shows the prev background color before repainting it (because the THEME has changed).

In android I solved, as the last background was the Activity in Sub Main
Now every time I switch themes, the first thing I do in Main, is to change the Activity.Color according to the actual theme.

But in B4I, I cannot find which object, represents this same situation, I know for sure is not "Activity".

Has someone has faced something similar regarding of changing the background of this "last" layer in B4I?

Thanks
FBP

Update: This should be in B4I questions, but I made that mistake, cannot find where to delete the post, and cannot change the tag outside B4A
 
Top