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:
myButton:FreeBitmaps()
myButton:LoadBitmaps(bitmap from resources)However, nothing changes. What am I doing wrong?