alwaysbusy was most generous in this new release, and incorporated over 40 "wishes" and bug fixes.
So I (re)started my project using v3.75, especially the Input components extra properties:
FocusBackColor, BorderRadiusPx, etc
I just can't figure out how to make them work!
My Theme, at this moment:
so What I Expected (WIE) was:
But What I Get (WIG) is
Any clues?
(The cog "settings" icon for now is something I can live with, although I just can't seem to align it to Left)
So I (re)started my project using v3.75, especially the Input components extra properties:
FocusBackColor, BorderRadiusPx, etc
I just can't figure out how to make them work!
My Theme, at this moment:
B4X:
MyTheme.AddInputTheme("TopBarSearch")
MyTheme.Input("TopBarSearch").BackColor = ABM.COLOR_GREY
MyTheme.Input("TopBarSearch").BackColorIntensity = ABM.INTENSITY_LIGHTEN2
MyTheme.Input("TopBarSearch").FocusBackColor = ABM.COLOR_GREY
MyTheme.Input("TopBarSearch").FocusBackColorIntensity = ABM.INTENSITY_LIGHTEN2
MyTheme.Input("TopBarSearch").FocusForeColor = ABM.COLOR_BLUE
MyTheme.Input("TopBarSearch").FocusForeColorIntensity = ABM.INTENSITY_DARKEN4
MyTheme.Input("TopBarSearch").InputColor = ABM.COLOR_BLUE
MyTheme.Input("TopBarSearch").InputColorIntensity = ABM.INTENSITY_DARKEN4
MyTheme.Input("TopBarSearch").Bold = True
MyTheme.Input("TopBarSearch").BorderRadiusPx = 100
so What I Expected (WIE) was:
But What I Get (WIG) is
Any clues?
(The cog "settings" icon for now is something I can live with, although I just can't seem to align it to Left)
Last edited: