Search found 12 matches: fwbmpasc

Return to advanced search

Re: COMO CAMBIAR BMP EN EL SORT DEL HEADER DE XBROWSE

Hola No entiendo a que bmp te refieres ? Fwbmpasc () y fwbmpdesc () son las dos flechitas que trae por defecto fwh pueden ser cambiados por cualquier bmp que tengas Pon al principio de tu Main(), pero utiliza otros bitmaps que no sean los que ...
by cnavarro
Mon Aug 21, 2017 10:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO CAMBIAR BMP EN EL SORT DEL HEADER DE XBROWSE
Replies: 6
Views: 1268

Re: COMO CAMBIAR BMP EN EL SORT DEL HEADER DE XBROWSE

Hola
No entiendo a que bmp te refieres ?
Fwbmpasc () y fwbmpdesc () son las dos flechitas que trae por defecto fwh pueden ser cambiados por cualquier bmp que tengas
by rterraz
Mon Aug 21, 2017 10:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO CAMBIAR BMP EN EL SORT DEL HEADER DE XBROWSE
Replies: 6
Views: 1268

Re: COMO CAMBIAR BMP EN EL SORT DEL HEADER DE XBROWSE

... FUNCTION CambiaBmpSort(n,xBrw,cBmpAsc,cBmpDes) local hBmp DEFAULT n:=0 xBrw:aSortBmp := {} hBmp := if( n = 0, FWbmpAsc(),LoadBitMap(GetResources(), cBmpAsc ) ) AAdd( xBrw:aSortBmp, { hBmp, 0, nBmpWidth( hBmp ), nBmpHeight( hBmp ), nil, .F. } ) hBmp := if( n ...
by cnavarro
Sun Aug 20, 2017 11:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO CAMBIAR BMP EN EL SORT DEL HEADER DE XBROWSE
Replies: 6
Views: 1268

COMO CAMBIAR BMP EN EL SORT DEL HEADER DE XBROWSE

... FUNCTION CambiaBmpSort(n,xBrw,cBmpAsc,cBmpDes) local hBmp DEFAULT n:=0 xBrw:aSortBmp := {} hBmp := if( n = 0, FWbmpAsc(),LoadBitMap(GetResources(), cBmpAsc ) ) AAdd( xBrw:aSortBmp, { hBmp, 0, nBmpWidth( hBmp ), nBmpHeight( hBmp ), nil, .F. } ) hBmp := if( n ...
by rterraz
Sun Aug 13, 2017 3:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO CAMBIAR BMP EN EL SORT DEL HEADER DE XBROWSE
Replies: 6
Views: 1268

CAMBIAR BMP EN EL SORT DEL HEADER DE XBROWSE

... FUNCTION CambiaBmpSort(n,xBrw,cBmpAsc,cBmpDes) local hBmp DEFAULT n:=0 xBrw:aSortBmp := {} hBmp := if( n = 0, FWbmpAsc(),LoadBitMap(GetResources(), cBmpAsc ) ) AAdd( xBrw:aSortBmp, { hBmp, 0, nBmpWidth( hBmp ), nBmpHeight( hBmp ), nil, .F. } ) hBmp := if( n ...
by rterraz
Sun Aug 13, 2017 3:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CAMBIAR BMP EN EL SORT DEL HEADER DE XBROWSE
Replies: 0
Views: 437

Are there checked uncheck box bitmap functions ?

Hi,
Like hBmpRecSel := FwRArrow()
hBmpBtnList := FwDArrow()
hBmpSortAsc := FwBmpAsc()
hBmpSortDes := FwBmpDes()
Are there checked, uncheck box bitmap functions ?
Regards!
Shuming Wang
by ShumingWang
Tue Aug 12, 2008 2:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there checked uncheck box bitmap functions ?
Replies: 8
Views: 1712

Confirm the problem.
See testxbrw.prg in the samples directory.
The bitmap (handle) returned by FwBmpAsc and FwBmpDes functions
are not transparent.

Regards
Pier Luigi
by Pier Luigi
Wed Mar 05, 2008 1:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - Bitmap do Header
Replies: 9
Views: 1794

Patrizio, > In the SetArray method if you use lAutoOrder two bitmaps (created by FwBmpAsc() and FwBmpDes()) are added to each column. It is not necessary, you can create the two bitmap handles when create the xBrowse and use the same for each column or create when ...
by Antonio Linares
Wed Jan 23, 2008 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDI objects leaks
Replies: 8
Views: 2329

GDI objects leaks

... DeleteObject( ::aBitmaps[ nFor, BITMAP_PALETTE ] ) In the SetArray method if you use lAutoOrder two bitmaps (created by FwBmpAsc() and FwBmpDes()) are added to each column. It is not necessary, you can create the two bitmap handles when create the xBrowse and use the ...
by Patrizio
Wed Jan 23, 2008 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDI objects leaks
Replies: 8
Views: 2329

Hello Antonio, thank you. I see the msgInfo correctly but the changes of the bmp are not visible. oCol:AddBmpHandle( FwBmpAsc() ) oCol:AddBmpHandle( FwBmpDes() ) oCol:nHeadBmpNo := 1 oCol:bLClickHeader := {|r,c,f,o| IIF( oCol:nHeadBmpNo = 2, (oCol:nHeadBmpNo := 1 ,msginfo(1)),(oCol:nHeadBmpNo ...
by Otto
Mon Nov 12, 2007 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser: How to repaint the header
Replies: 12
Views: 2629

Antonio Acabo de ordenar e instalar xHB 99.70, el tutor01.prg já me arranca, agora o meu projeto apresenta estes erros : xLINK: error: Unresolved external symbol '_HB_FUN_PEEKBYTE'. xLINK: error: Unresolved external symbol '_HB_FUN__LASTKEY'. xLINK: error: Unresolved external symbol '_HB_FUN_ISWIN64...
by saviotti
Thu May 17, 2007 6:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error ao atualizar para FWH 7.04
Replies: 29
Views: 9804

Bitmap en Header

Alguien tiene alguna idea de como se podria poner en un header algo parecido a esto ?


::oBrw:aHeaders[nColpres]:=FwBmpAsc()+"ok"


Quiero poner un pequeño bitmap con y despues el texto del header-

Un saludo y gracias
by Frafive
Fri Oct 27, 2006 12:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bitmap en Header
Replies: 0
Views: 364

Return to advanced search