FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH 8.11 problem with XBROWSE with BTNBMP
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
FWH 8.11 problem with XBROWSE with BTNBMP
Posted: Sat Nov 29, 2008 07:49 AM
Prior with FWH8.11 with nEditType = EDIT_BUTTON, seems that ::oBtnElip does not clear old bitmap/image after

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


Here:



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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
FWH 8.11 problem with XBROWSE with BTNBMP
Posted: Sat Nov 29, 2008 07:56 AM

Frances,

Please add this code:

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
FWH 8.11 problem with XBROWSE with BTNBMP
Posted: Sat Nov 29, 2008 08:00 AM
I just did this before :loadbitmaps()


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

Continue the discussion