FWH 8.11 problem with XBROWSE with BTNBMP

Post Reply
User avatar
fraxzi
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines
Contact:

FWH 8.11 problem with XBROWSE with BTNBMP

Post 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
Kind Regards,
Frances

Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Frances,

Please add this code:

oBrw:aCols[ 1 ]:oBtnElip:cCaption = ""
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
fraxzi
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines
Contact:

Post 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!
Kind Regards,
Frances

Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
Post Reply