Page 1 of 1

FWH 8.11 problem with XBROWSE with BTNBMP

Posted: Sat Nov 29, 2008 7:49 am
by fraxzi
Prior with FWH8.11 with nEditType = EDIT_BUTTON, seems that ::oBtnElip does not clear old bitmap/image after

Code: Select all

oBrw:aCols[ 1 ]:oBtnElip:LoadBitmaps('list16')....
Here:
Image


TBTNBMP bug?


Regards

Posted: Sat Nov 29, 2008 7:56 am
by Antonio Linares
Frances,

Please add this code:

oBrw:aCols[ 1 ]:oBtnElip:cCaption = ""

Posted: Sat Nov 29, 2008 8:00 am
by fraxzi
I just did this before :loadbitmaps()

Code: Select all

oBrw:aCols[ 1 ]:oBtnElip:SetText('')
oBrw:aCols[ 1 ]:oBtnElip:LoadBitmaps('list16')

works great too...


Thank you so much!