B4J Question [ABMaterial] changing the theme of a container during runtime .. refresh container doesnt work

MbedAndroid

Well-Known Member
Licensed User
Longtime User
when i click on a label which resides in a container the labelcolor and the container theme is changed. This only works when i reload the page.
I can refresh the labels in the container, but cont.refresh doesnt update the new theme. A bug? or is another approach needed?
example:
B4X:
    lbl1.refresh
    lbl2.refresh
    cont1.refresh

    ABMShared.NavigateToPage(ws, "", "./" & InitialPage)

1729844352067.png
 
Top