ilan Expert Licensed User Longtime User Feb 18, 2016 #1 there is a small bug when you change a color to a button text and then select bold the color changes back to black.
there is a small bug when you change a color to a button text and then select bold the color changes back to black.
Erel B4X founder Staff member Licensed User Longtime User Feb 19, 2016 #2 If the text color is set to the default value then the text color will change based on the background color. It is possible that when you set the font to bold then it will stop changing. This is all done by the JavaFX engine.
If the text color is set to the default value then the text color will change based on the background color. It is possible that when you set the font to bold then it will stop changing. This is all done by the JavaFX engine.
ilan Expert Licensed User Longtime User Feb 19, 2016 #3 yes thats true after you have set it to bold you can change the color again.