B4J Question Button focus highlight not working after setting color in code

gregchao

Member
Licensed User
Longtime User
Tabbing through the buttons move the "focus highlight" (thin blue outline) when I set the button color through the Designer. However, after I set the button color in code (see below for example), this feature no longer works for this particular button. How can I retain the focus highlight feature?

B4X:
BtnDoneUserInfo.Color = xui.Color_ARGB(255,113,169,191)
 
Top