Search found 16 matches: lhighlite

Return to advanced search

Re: XBrowse 16.04 : Gets in Header Bar

... := 1 to nLast if aCols[ nFor ] > nBrwWidth exit endif oCol := ::ColAtPos( nFor ) oCol:PaintData( nRow-::nrowheight*2, aCols[ nFor ], nHeight, lHighLite, .t., nFor, -1 ) oCol:PaintData( nRow-::nrowheight, aCols[ nFor ], nHeight, lHighLite, .t., nFor, 0 ) next //the right+1 column oCol:PaintData( ...
by ShumingWang
Mon Sep 05, 2016 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse 16.04 : Gets in Header Bar
Replies: 34
Views: 10766

Re: XBROWSE RESTRINGIR MULTISELECT

... ver esta linea en la clase xBrowse a ver si responde mejor tu pregunta y revisa METHOD Select( nOperation ) CLASS TXBrowse, saludos... :shock: lHighLite := ::lMultiSelect .and. ( Ascan( ::aSelected, Eval( ::bBookMark ) ) > 0 ) if ::lMultiSelect .and. ( nStyle == MARQSTYLE_HIGHLROWMS .or. ...
by MarioG
Fri Aug 30, 2013 1:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE RESTRINGIR MULTISELECT
Replies: 19
Views: 5487

Re: XBrowse y Grupo de Columnas

... column draws the image in the full width of both the columns Mr Rao When col 1 is selected, col 1 bPaintText also should paint full image. ( check lHighLite paramter ) Entonces no he entendido sus respuestas El parámetro lHighligh a .T. va a producir el resultado deseado? Then I misunderstood your ...
by cnavarro
Thu Aug 29, 2013 9:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse y Grupo de Columnas
Replies: 24
Views: 10342

Re: XBrowse y Grupo de Columnas

When col 1 is selected, col 1 bPaintText also should paint full image. ( check lHighLite paramter )
by nageswaragunupudi
Thu Aug 29, 2013 8:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse y Grupo de Columnas
Replies: 24
Views: 10342

xBrowse PaintCell Suggested Change

... Partial code from the method is below with 4 lines changed to pass SELF. This might possibly be a good addition to FiveWin master libraries. if lHighLite if ::oBrw:hWnd == GetFocus() if lSelected if nOrder == ::oBrw:nColSel aColors := Eval( ::bClrSelFocus, SELF ) // Eval( ::oBrw:bClrSelFocus ...
by don lowenstein
Tue Mar 26, 2013 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse PaintCell Suggested Change
Replies: 0
Views: 456

Re: XBROWSE RESTRINGIR MULTISELECT

... ver esta linea en la clase xBrowse a ver si responde mejor tu pregunta y revisa METHOD Select( nOperation ) CLASS TXBrowse, saludos... :shock: lHighLite := ::lMultiSelect .and. ( Ascan( ::aSelected, Eval( ::bBookMark ) ) > 0 ) if ::lMultiSelect .and. ( nStyle == MARQSTYLE_HIGHLROWMS .or. ...
by joseluisysturiz
Tue Oct 23, 2012 12:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE RESTRINGIR MULTISELECT
Replies: 19
Views: 5487

Re: To Nages : How change an value on an array

... many new Functions are included : I changed ( possible, to show ANY defined Image ) : :bPaintText := { | oCol, hDC, cData, aRect, aColors, lHighLite | ; DrawCell( oCol, nCol, hDC, cData, aRect, aColors, lHighLite ) } To ( 2 way Status ) : :SetCheck( { cBmpYes, cBmpNo, cBmpHelp }, .T. ) ...
by ukoenig
Sun Aug 19, 2012 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : How change an value on an array
Replies: 21
Views: 7354

Re: To Nages : How change an value on an array

... can convert the logical vars. I changed to :SetCheck( { cBmpYes, cBmpNo }, .T. ) from : // :bPaintText := { | oCol, hDC, cData, aRect, aColors, lHighLite | ; // DrawCell( oCol, nCol, hDC, cData, aRect, aColors, lHighLite ) } http://www.pflegeplus.com/pictures/celltext9.jpg Load ...
by ukoenig
Fri Aug 17, 2012 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : How change an value on an array
Replies: 21
Views: 7354

Re: Mostrar caracters ASCII en xBrowse

... only the background and does not paint the text. Instead calls the user specified codeblock with parameters, oCol, hDC, cData, aRect, aColors, lHighLite.
by nageswaragunupudi
Thu Aug 04, 2011 7:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar caracters ASCII en xBrowse
Replies: 4
Views: 1038

Re: xBrowse cell overlaps

... our codeblock, xbrowse does NOT paint cell text on its own and instead calls our codeblock with the parameters ( oCol, hDC, cData, aRect, aColors, lHighLite ). It is for the programmer to use this facility, So, we can achieve the above described behaviour with the actual version of xBrowse!? If ...
by frose
Fri Apr 30, 2010 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse cell overlaps
Replies: 8
Views: 1847

Re: xBrowse cell overlaps

... our codeblock, xbrowse does NOT paint cell text on its own and instead calls our codeblock with the parameters ( oCol, hDC, cData, aRect, aColors, lHighLite ). It is for the programmer to use this facility,
by nageswaragunupudi
Fri Apr 30, 2010 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse cell overlaps
Replies: 8
Views: 1847

Re: TO ANTONIO Windows Seven Xbrowse Colores

it make error because not found lHighLite Then you must be using a very old version of FWH. In that case please use the older way like this: // Using Windows 7 row selection colors in xbrowse#include 'fivewin.ch'#include 'xbrowse.ch'function ...
by nageswaragunupudi
Fri Apr 09, 2010 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO ANTONIO Windows Seven Xbrowse Colores
Replies: 10
Views: 3132

Re: TO ANTONIO Windows Seven Xbrowse Colores

it make error because not found lHighLite
by MdaSolution
Fri Apr 09, 2010 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO ANTONIO Windows Seven Xbrowse Colores
Replies: 10
Views: 3132

... pero para no estar poniendo if a todos nuestros bStrData podriamos modificar unas lineas en este metodo METHOD PaintData( nRow, nCol, nHeight, lHighLite, lSelected, nOrder ) CLASS TXBrwColumn local hDC, hBrush local oFont local aColors, aBitmap local cData local nWidth, nBmpRow, nBmpCol, nBmpNo, ...
by Vladimir Zorrilla
Wed Dec 10, 2008 10:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: NO PUEDO MOSTRAR UN ARRAY VACIO CON XBROWSE
Replies: 14
Views: 3981

... := ::oBrw:bFntRowData 5) //----------------------------------------------------------------------------// METHOD PaintData( nRow, nCol, nHeight, lHighLite, lSelected, nOrder ) CLASS TXBrwColumn hDC := ::oBrw:GetDC() oFont := ::oDataFont if ::bFntRowData != nil oFont := Eval( ::bFntRowData ) endif ...
by Otto
Mon Dec 17, 2007 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse – show lines slashed
Replies: 19
Views: 4772
Next

Return to advanced search