Search found 95 matches: ldblclick

Return to advanced search

Re: CONSULTA XBROWSE

... now, this is not possible. For this we need to make some change in the xbrowse.prg: Change: Please locate these lines of code at the end of METHOD LDblClick( nRow, nCol, nKeyFlags )    if nColPos != 0 .and. nRowPos != 0      return ::Super:LDblClick( nRow, nCol, nKeyFlags )   Endifreturn ...
by nageswaragunupudi
Mon Nov 20, 2023 2:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONSULTA XBROWSE
Replies: 2
Views: 387

Re: calendar not run ( DBLCLICK) - Resolved - !!!!!

... )   EndCasereturn ::Super:HandleEvent( nMsg, nWParam, nLParam ) on line 619 METHOD LButtonDown rem the called to isoverday IF ! ::lDblClick //.and. IsOverDay( ::hWnd, nRow, nCol ) on line 651 METHOD LButtonUp rem the called to isoverday IF ValType( ::nRowDbl ) == "N" ...
by Silvio.Falconi
Sun May 21, 2023 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1919

Re: error al personalizar hoja de excel despues de toexcel()

... from: .\dlgguia.PRG => PROCMTN( 199 ) Called from: .\dlgguia.PRG => (b)GUIA( 136 ) Called from: .\source\classes\WINDOW.PRG => TWINDOW:LDBLCLICK( 1997 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:LDBLCLICK( 1744 ) Called from: .\xbrowse.PRG => TXBROWSE:LDBLCLICK( 4737 ...
by artu01
Tue Nov 29, 2022 10:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al personalizar hoja de excel despues de toexcel()
Replies: 9
Views: 1165

Richedit5 SendMsg

... y la de final que se quiere seleccionar, añadiendo un array que contine un rect, guardando las coordenadas cuando hacen doble click (en el método LDblClick) y luego cuando hacen click (en el método LButtonDown) de manera que ahí ya tengo las cuatro coordenadas del rect. Pensaba que enviando un ...
by Sebastián Almirón
Wed Aug 11, 2021 5:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Richedit5 SendMsg
Replies: 5
Views: 760

Re: New FTDN February/Febrero 2021 (FWH 21.02)

... si todas las filas están seleccionadas o no. El doble clic, el Ctrl-Clic o la tecla de espacio en esta columna conmutan la selección. Si Brw:lDblClick es nulo, un doble clic en cualquier columna activa la selección si la columna bLDclickdata de esa columna también es nulo. Si FastEdit es ...
by Antonio Linares
Mon Apr 05, 2021 6:43 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2021 (FWH 21.02)
Replies: 2
Views: 1463

New FTDN February/Febrero 2021 (FWH 21.02)

... displays a checkbox indicating if all rows are selected or not. Double click, Ctrl-Click or space key in this column toggles selection. If oBrw:lDblClick is nil double click on any column toggles selection if that column's bLDclickdata is also nil. If FastEdit is .f., pressing space key in any ...
by Antonio Linares
Wed Mar 24, 2021 8:56 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2021 (FWH 21.02)
Replies: 2
Views: 1463

TTVItem and lDblClick

Hi,

I need to handle lDblClick on TTVItem elements that are not a tree. i.e. len (aItems)=0 How can I do this ?
by Natter
Tue Feb 09, 2021 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TTVItem and lDblClick
Replies: 0
Views: 193

BUG: FONTS NOT RELEASED IN LATEST FWH

... -- FONT,-1811279512,TRICHEDIT:REDEFINE(403)->ALTASCLIENTE(1527)->->TXBROWSE:LDBLCLICK(5071)->TWINDOW:HANDLEEVENT(0)->TCONTROL:HANDLEEVENT(1801)->TXBROWSE:HANDLEEVENT(11221)->_FWH(3559)->DIALOGBOXINDIRECT(0)->TDIALOG:ACTIVATE(304)->VERCLIENTES(2036)->(b)MAIN(685)->TRBTN:CLICK(717)->TRBTN:LBUTTONUP(917)->TCONTROL:HANDLEEVENT(1791)->TRBTN:HANDLEEVENT(1575)->_FWH(3559)->WINRUN(0)->TWINDOW:ACTIVATE(1097)->MAIN(761) ...
by MOISES
Fri Dec 20, 2019 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG: FONTS NOT RELEASED IN LATEST FWH
Replies: 9
Views: 1023

Re: FWH 18.03 XBROWSE CON EDIT_GET ERROR INESPERADO !!!

... [2] = B {|| ...} Stack Calls =========== Called from:. \ Xbrowse.prg => TXBRWCOLUMN: EDIT (13977) Called from:. \ Xbrowse.prg => TXBROWSE: LDBLCLICK (4794) This error indicates that in line 13977 of Method Edit(), a codeblock is compared with another codeblock with == operator. But the ...
by nageswaragunupudi
Sat Apr 28, 2018 4:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 18.03 XBROWSE CON EDIT_GET ERROR INESPERADO !!!
Replies: 7
Views: 1782

FWH 18.03 XBROWSE CON EDIT_GET ERROR INESPERADO !!!

... } [ 2] = B {|| ... } Stack Calls =========== Called from: .\xbrowse.prg => TXBRWCOLUMN:EDIT( 13977 ) Called from: .\xbrowse.prg => TXBROWSE:LDBLCLICK( 4794 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1731 ) Called from: ...
by rterraz
Sat Apr 28, 2018 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 18.03 XBROWSE CON EDIT_GET ERROR INESPERADO !!!
Replies: 7
Views: 1782

Wbrowse cell edit - problem in TGET class

... => BETBROWSE( 2841 ) Called from: .\BEHBOEK2.PRG => (b)AFPBETAL( 2373 ) Called from: .\source\classes\WINDOW.PRG => TWINDOW:LDBLCLICK( 1997 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:LDBLCLICK( 1744 ) Called from: .\Z-WBROWS.PRG => TWBROWSE:LDBLCLICK( 1122 ...
by driessen
Tue Aug 22, 2017 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wbrowse cell edit - problem in TGET class
Replies: 11
Views: 1991

New FTDN April/Abril 2017 (FWH 17.04)

April 2017 ========== * Enhancement: Class TRibbonBar Method LDblClick() has been enhanced so double clicking on the the ribbonbar tabs, the ribbonbar height toggles: http://forums.fivetechsupport.com/viewtopic.php?p=201077#p201077 Please review samples\rbdesign.prg ...
by Antonio Linares
Mon May 01, 2017 10:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2017 (FWH 17.04)
Replies: 0
Views: 1271

Re: ribbonbar windows 10

José Luis, Modificando asi el Método LDblClick() en la Clase TRibbonBar y con el ejemplo que te pongo a continuación se consigue el efecto que comentas: METHOD LDblClick( nRow, nCol, nFlags ) CLASS TRibbonBar   if ValType( ::bLDblClickQ ...
by Antonio Linares
Sat Apr 29, 2017 6:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ribbonbar windows 10
Replies: 21
Views: 3437

Re: ribbonbar windows 10

José Luis, Modificando asi el Método LDblClick() en la Clase TRibbonBar y con el ejemplo que te pongo a continuación se consigue el efecto que comentas: METHOD LDblClick( nRow, nCol, nFlags ) CLASS TRibbonBar   if ValType( ::bLDblClickQ ...
by Antonio Linares
Fri Apr 28, 2017 7:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ribbonbar windows 10
Replies: 21
Views: 3437

Re: Ajustar el Folder.

... .\estanter.PRG => (b)ESTANTER(0) Called from: .\jose.PRG => (b)CODBROWSE_NEW(0) Called from: .\source\classes\TCBROWSE.PRG => TCBROWSE:LDBLCLICK(917) Called from: => TWINDOW:HANDLEEVENT(0) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1733) Called from: .\source\classes\WBROWSE.PRG ...
by Garbi
Fri Feb 10, 2017 9:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar el Folder.
Replies: 4
Views: 1052
Next

Return to advanced search