Search found 68 matches: paintdata

Return to advanced search

Re: New FTDN July 2018 (FWH 18.07)

... <cName> ): La aplicación se rompe cuando la función es llamada sin parámetros o con un párametro no carácter. Corregido. * XBROWSE: - Méthod PaintData(...) de TXBrwColumn: Cuando se cambian los datos de una celda, es posible llamar a oCol:PaintData() para pintar el valor actual de la celda, ...
by Antonio Linares
Fri Sep 21, 2018 8:58 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2018 (FWH 18.07)
Replies: 5
Views: 2721

New FTDN July 2018 (FWH 18.07)

... <cName> ): Application crashes when the function is called with no parameters or non-character parameter. Fixed. * XBROWSE: - Method PaintData(...) of TXBrwColumn: When the data of a cell is changed, it is possible now to call oCol:PaintData() to paint the current cell value, without ...
by Antonio Linares
Fri Sep 21, 2018 8:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2018 (FWH 18.07)
Replies: 5
Views: 2721

Re: XBrowse 16.04 : Gets in Header Bar

... 4. method paint() class txbrowse if ::lgetbar for nFor := 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, ...
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: 9949

Re: Xbrowse celltext-centered using < EDIT_GET_LISTBOX > ?

method paintdata() class txcolumn if nType > 1 if ! Empty( aBitmap := ::aBitmap( ::nBtnBmp ) ) nBtnWidth := aBitMap[ BITMAP_WIDTH ] + 1 aBitmap := nil else nBtnWidth := 10 endif nButtonRow := nRow nButtonCol := nCol + nWidth ...
by ShumingWang
Mon Sep 05, 2016 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse celltext-centered using < EDIT_GET_LISTBOX > ?
Replies: 1
Views: 495

Refresh row xBrowse

Hello guys,

Could you help me with a question about the xbrowse?

I need to renew only one line of browse. If you run: bstrData or: PaintData he renews the entire column.
I thank the attention.

Oliveiros Junior
by oliveiros junior
Wed Apr 20, 2016 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh row xBrowse
Replies: 2
Views: 489

Re: xBrowse - No entiendo el error (Mr. Rao)

... desde: EVAL(0) Llamado desde: .\source\classes\XBROWSE.PRG TXBRWCOLUMN:PAINTCELL(9609) Llamado desde: .\source\classes\XBROWSE.PRG TXBRWCOLUMN:PAINTDATA(9561) Llamado desde: .\source\classes\XBROWSE.PRG TXBROWSE:PAINT(1434) Llamado desde: .\source\classes\XBROWSE.PRG TXBROWSE:DISPLAY(1253) ...
by nageswaragunupudi
Sun Jun 07, 2015 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - No entiendo el error (Mr. Rao)
Replies: 21
Views: 4291

xBrowse - No entiendo el error (Mr. Rao)

... desde: EVAL(0) Llamado desde: .\source\classes\XBROWSE.PRG TXBRWCOLUMN:PAINTCELL(9609) Llamado desde: .\source\classes\XBROWSE.PRG TXBRWCOLUMN:PAINTDATA(9561) Llamado desde: .\source\classes\XBROWSE.PRG TXBROWSE:PAINT(1434) Llamado desde: .\source\classes\XBROWSE.PRG TXBROWSE:DISPLAY(1253) ...
by MarioG
Thu May 28, 2015 3:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - No entiendo el error (Mr. Rao)
Replies: 21
Views: 4291

Re: colorear hasta el final de una columna del xbrowse

Armando, lo que ves es con array vacio {}
Los metodos a modificar son Paint de XBrowse, PaintData de XBrwColumn y PaintCell de XBrwColumn
Dime en qué puedo ayudarte
by cnavarro
Sun Nov 16, 2014 4:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: colorear hasta el final de una columna del xbrowse
Replies: 9
Views: 1857

xBrowse and lMergeVert sporadic error

... = A { ... } [ 2] = N 6 Stack-List ---------- called by TXBRWCOLUMN:MERGEAREA(11782) called by TXBRWCOLUMN:PAINTCELL(10042) called by TXBRWCOLUMN:PAINTDATA(9668) called by TXBROWSE:PAINT(1474) called by TXBROWSE:DISPLAY(1288) called by TCONTROL:HANDLEEVENT(1690) called by TXBROWSE:HANDLEEVENT(11754) ...
by mtajkov
Tue Jun 24, 2014 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and lMergeVert sporadic error
Replies: 5
Views: 1614

Primer intento de migracion xharbour a HARBOUR (SOLUCIONADO)

... Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:PAINTCELL( 9690 ) Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:PAINTDATA( 9561 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:PAINT( 1434 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:DISPLAY( ...
by FranciscoA
Sun Jun 22, 2014 7:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primer intento de migracion xharbour a HARBOUR (SOLUCIONADO)
Replies: 10
Views: 1498

Re: XBrowse Multi Line Cell With Different Fonts

... Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:PAINTCELL( 9690 ) Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:PAINTDATA( 9561 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:PAINT( 1434 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:DISPLAY( ...
by cnavarro
Sat Sep 07, 2013 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Multi Line Cell With Different Fonts
Replies: 19
Views: 6061

Re: XBrowse Multi Line Cell With Different Fonts

... Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:PAINTCELL( 9690 ) Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:PAINTDATA( 9561 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:PAINT( 1434 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:DISPLAY( ...
by Otto
Wed Sep 04, 2013 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Multi Line Cell With Different Fonts
Replies: 19
Views: 6061

Re: XBrowse y Grupo de Columnas

... I misunderstood your answers LHighligh parameter a. T. will produce the desired result? Este parametro esta asociado a los metodos PaintCell y PaintData, como he de hacer para cambiar este parámetro? This parameter is associated with PaintCell and PaintData methods, as I do to change this setting? ...
by cnavarro
Thu Aug 29, 2013 9:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse y Grupo de Columnas
Replies: 24
Views: 9354

Problema con xbrowse y arrays

... Called from: => EVAL( 0 ) Called from: source\xbrowse.prg => TXBRWCOLUMN:PAINTCELL( 9708 ) Called from: source\xbrowse.prg => TXBRWCOLUMN:PAINTDATA( 9660 ) Called from: source\xbrowse.prg => TXBROWSE:PAINT( 1477 ) Called from: source\xbrowse.prg => TXBROWSE:DISPLAY( 1291 ) Called ...
by carlos vargas
Mon Aug 05, 2013 7:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con xbrowse y arrays
Replies: 2
Views: 615

Re: TXBROWSE para Antonio Linares o Daniel Gil (SOLUCIONADO)

... 0 ) Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:PAINTCELL( 9622 ) Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:PAINTDATA( 9574 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:PAINT( 1434 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:DISPLAY( ...
by Pedro
Fri Feb 22, 2013 5:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TXBROWSE para Antonio Linares o Daniel Gil (SOLUCIONADO)
Replies: 14
Views: 4970
Next

Return to advanced search