The reason is very clear: I'm a bit confusedfor some strange reason
mMainFormColor = mmapPref.GetDefault("MainFormColor", xui.Color_Green)
Because I "searched" a property to set the RootPane color but I didn't find it (right now I found "Style", I think I should use it).The real question is why do you need to set BackColor. Set MainForm.RootPane color instead.
Don't. Use B4XView as I did in the post above.right now I found "Style", I think I should use it
Done (although I have not understood its functioning wellDon't. Use B4XView as I did in the post above.
Yes but this is the part I don't understand:Very simple.
B4X:Dim x As B4XView = AnyViewType 'work with x
x.Color = xui.Color_Transparent