Search found 45 matches: paintheader

Return to advanced search

Re: move the bitmap of the xbrowse sort

... Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:PAINTBMPANDTEXT( 13879 ) Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:PAINTHEADER( 14044 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:PAINTHEADER( 2825 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:PAINT( ...
by Silvio.Falconi
Sun Mar 19, 2023 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: move the bitmap of the xbrowse sort
Replies: 2
Views: 254

Error on Header of Xbrowse

... error: +    Args:      [   1] = N   2      [   2] = U   Stack Calls ===========    Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:PAINTHEADER( 14000 )    Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:PAINTHEADER( 2825 )    Called from: .\source\classes\XBROWSE.PRG => ...
by Silvio.Falconi
Thu Sep 29, 2022 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on Header of Xbrowse
Replies: 2
Views: 252

Re: TCALEX - Sr. Cristobal Navarro

... METHOD SetDate( dDate ) CLASS TMonthView ... ::dEnd := ::dStart + 34 ::nWks := 6 <------------------------------ De 5 para 6 ... METHOD PaintHeader( hDC ) CLASS TMonthView //local dFirstDateWeek := ::GetFirstDateWeek( ::dDate ) //::dDate - DoW( ::dDate ) + 1 local dFirstDateWeek := ::dDate ...
by MGA
Wed Apr 05, 2017 2:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TCALEX - Sr. Cristobal Navarro
Replies: 18
Views: 3328

Re: XBrowse MakeTotals: Improvements in FWH 16.12 and 17.01

Fixed and the fix is available in FWH 17.02. You can implement the fix with the following correction. Please locate these lines in the METHOD PaintHeader(...) CLASS TXBrwColumn    if nCol != nil      if nCol != 0         ::nDisplayCol := nCol  ...
by nageswaragunupudi
Mon Feb 06, 2017 2:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse MakeTotals: Improvements in FWH 16.12 and 17.01
Replies: 8
Views: 5598

Re: Pequeño aporte: Cambiar Color a Header/Footer 1 Col.

Mr Nages. Gracias por sus sugerencias, su atención, y su codigo. Precisamente estaba tratando de crear la function RefreshHeaders() y/o usar PaintHeader(), pero aún no lo había logrado de ese modo, así que decidí exponer el código por si alguien decidía mejorarlo. Nuevamente, gracias!! ******************* ...
by FranciscoA
Fri Apr 10, 2015 3:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pequeño aporte: Cambiar Color a Header/Footer 1 Col.
Replies: 12
Views: 4567

Re: Pequeño aporte: Cambiar Color a Header/Footer 1 Col.

... nFor ] := nCol      oCol := oBrw:ColAtPos( nFor )      nCol += oCol:nWidth + 2   next   aCols[ nFor ] := nCol   oBrw:PaintHeader( oBrw:GetDC(), aCols, nLast, oBrw:hWhitePen, oBrw:hBtnShadowPen, oBrw:hColPen )   oBrw:ReleaseDC()return nil//----------------------------------------------------------------------------//static ...
by nageswaragunupudi
Fri Apr 10, 2015 2:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pequeño aporte: Cambiar Color a Header/Footer 1 Col.
Replies: 12
Views: 4567

Re: Mr. Rao, error in SetGroupHeader the xBrowse

... contacted me personally by email. But for the benefit of all I like to post the fix. Please make this correction in the xbrowse.prg. In the method PaintHeader( ... ) class TXBrowse, please locate this line of code: present code: if oCol:cGrpHdr != cGrpHdr please change this line as: if .not. ( ...
by nageswaragunupudi
Thu Oct 09, 2014 3:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, error in SetGroupHeader the xBrowse
Replies: 1
Views: 411

Xbrowse header's sort bitmap

... += IF( ::oBrw:lSortBmp, ::oBrw:aSortBmp[ 1 ][ BITMAP_WIDTH ], 0 ) + BMP_EXTRAWIDTH // MVG   endif  Finally In METHOD PaintHeader CLASS TXBrwColumn Modify      if ! Empty( ::cOrder ) .AND. ::oBrw:lSortBmp         aBitmap     := ::oBrw:aSortBmp[ If( ::cOrder ...
by Marcelo Via Giglio
Sun Apr 06, 2014 4:10 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Xbrowse header's sort bitmap
Replies: 0
Views: 660

Re: XBrowse y Grupo de Columnas

... modify or AL_RIGHT? nageswaragunupudi escribió: This is not provided even in the current version. You need to change xbrowse.prg or override paintheader() method of TXBrwColumn Asi se ve el ejemplo con FW13.08 (XBrowse original) So you see the example FW13.08 (Original xBrowse) http://img844.imageshack.us/img844/4571/fevw.png ...
by cnavarro
Fri Nov 01, 2013 11:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse y Grupo de Columnas
Replies: 24
Views: 9464

Re: XBrowse y Grupo de Columnas

... modify or AL_RIGHT? nageswaragunupudi escribió: This is not provided even in the current version. You need to change xbrowse.prg or override paintheader() method of TXBrwColumn Asi se ve el ejemplo con FW13.08 (XBrowse original) So you see the example FW13.08 (Original xBrowse) http://img844.imageshack.us/img844/4571/fevw.png ...
by cnavarro
Mon Oct 07, 2013 7:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse y Grupo de Columnas
Replies: 24
Views: 9464

Re: XBrowse y Grupo de Columnas

... how to come out AL_LEFT modify or AL_RIGHT? This is not provided even in the current version. You need to change xbrowse.prg or override paintheader() method of TXBrwColumn Si, ya lo tengo implementado Yes, I have already implemented - Like I can paint text in the cell that I have the ...
by cnavarro
Wed Aug 21, 2013 11:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse y Grupo de Columnas
Replies: 24
Views: 9464

Re: XBrowse y Grupo de Columnas

... how to come out AL_LEFT modify or AL_RIGHT? This is not provided even in the current version. You need to change xbrowse.prg or override paintheader() method of TXBrwColumn - Like I can paint text in the cell that I have the bitmap? Yes. I shall answer this separately - How to know if ...
by nageswaragunupudi
Wed Aug 21, 2013 10:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse y Grupo de Columnas
Replies: 24
Views: 9464

Re: XBrowse y Grupo de Columnas

... metodo KeyDown para que salte las celdas y columnas vacias, programado con una data lNoEmpty cuando te mueves con el teclado - Modificar el metodo PaintHeader de columnas para que pinte los titulos de grupos mas cerca del area de datos cuando no hay titulos de columnas. Usted puede adaptar facilmente ...
by cnavarro
Tue Aug 20, 2013 4:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse y Grupo de Columnas
Replies: 24
Views: 9464

Re: Para Antonio, 3 temas:

JLL, La DATA bClrHeader debe retornar un array de 3 elementos y el tercer valor es para pintar las líneas horizontales de la cabecera. En el Método PaintHeader() está lo siguiente: aColors := Eval( ::bClrHeader ) y más abajo: hHeaderPen := CreatePen( PS_SOLID, 1, aColors[ Min( 3, Len( aColors ) ...
by Antonio Linares
Tue Apr 03, 2012 3:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio, 3 temas:
Replies: 5
Views: 1332

color del header de un browse en lInvert

Estoy intentando cambiar el color del texto del header de un browse al estar clickado .
Se puede asignar cambiando el metodo PaintHeader de las columnas pero lo deseable seria que la data ::bClrHeader pudiera admitir un parametro linvert como se hace con ::bClrGrad .
saludos.
by mastintin
Wed Jan 11, 2012 10:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: color del header de un browse en lInvert
Replies: 2
Views: 618
Next

Return to advanced search