Bitmap buttons in the RibbonBar
Posted: Tue Sep 06, 2022 10:57 am
Hi,
When clicking a button in the RibbonBar, I need to change the bitmap of this button. I do as:
However, nothing changes. What am I doing wrong?
When clicking a button in the RibbonBar, I need to change the bitmap of this button. I do as:
Code: Select all | Expand
myButton:FreeBitmaps()
myButton:LoadBitmaps(bitmap from resources)
However, nothing changes. What am I doing wrong?