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?
Code: Select all | Expand
myButton:FreeBitmaps()
myButton:LoadBitmaps(bitmap from resources)
Code: Select all | Expand
oBmp:SetImages( i1, i2, i3, i4 )
Code: Select all | Expand
c:\fwh..\samples\shpchrt1.prg
c:\fwh..\samples\testfold.prg