[quote:3mmumkf0]
In the version of FWH14.08 I use the following code to create a button bar and its buttons, as shown in figure 1, the same code using the FWH17.02 version generates a different button.
What is the difference in BTNBMP for fwh17.02?[/quote:3mmumkf0]
The main difference is that in older versions Btn:lTransparent was not working on buttonbars, but now it is working. So you see the background color of the Bar.
If you remove :lTransparent := .t., you will see the gradient of the button as expected.
Though it works, it is not the recommended way to create buttons on buttonbars. We give below the recommended way to create buttons on buttonars.
[code=fw:3mmumkf0][/code:3mmumkf0]
↧