Hello,
I've noticed that you have the following 2 tooltips lines in the B4A.xml file.
The problem is(not unless I've missed something), in the tooltips you have black text showing comments and instruction on how to do something. The black tooltip text can't be changed from black when showing comments or when the tooltip shows you how to use for example File.Exists(... Tooltip pops up then you press space bar in the brackets.
Basically I personally believe that a ToolTipDefaultFont is needed so that we can change the default font colour from black. You can change every other colour in the tooltip in the xml tile, but just not the tooltip black.
If I have missed the black colour setting in the xml file, please let me know.
I've noticed that you have the following 2 tooltips lines in the B4A.xml file.
B4X:
<Style Key="ToolTipBackground" ForeColor="DarkGray" />
<Style Key="ToolTipDefaultStyle" ForeColor="WhiteSmoke" />
The problem is(not unless I've missed something), in the tooltips you have black text showing comments and instruction on how to do something. The black tooltip text can't be changed from black when showing comments or when the tooltip shows you how to use for example File.Exists(... Tooltip pops up then you press space bar in the brackets.
Basically I personally believe that a ToolTipDefaultFont is needed so that we can change the default font colour from black. You can change every other colour in the tooltip in the xml tile, but just not the tooltip black.
B4X:
'What's needed
Style Key="ToolTipDefaultFont" ForeColor="WhiteSmoke" />
If I have missed the black colour setting in the xml file, please let me know.