Hi mash and to all
I'm running tests with your webix wrapper
but there are some parameters that are not applied
or am I wrong
The toolbar background color is not applied
the color of the icon does not change
......
Also font-size does not work on labels
Thanks
I'm running tests with your webix wrapper
but there are some parameters that are not applied
or am I wrong
The toolbar background color is not applied
the color of the icon does not change
......
B4X:
Dim tblBar As WixToolBar
tblBar.Initialize("tblBar")
BANano.GetElement("#tblBar").SetStyle($"{ "background": "6495ed" }"$) '<--- not change
B4X:
tblBar.CreateIcon("menuopen").SetIcon("mdi mdi-menu").SetStyle("color", "#ffffff") '<---- not change, while the background with ("background", "#xxxxxx") work
Also font-size does not work on labels
Thanks