Search found 386 matches: tbutton

Return to advanced search

Re: Mejoras para scintilla

... ) 000005 Called from: .\source\classes\TFIVEDIT.PRG => (b)TFIVEDIT_XBRWLIBS( 20806 ) 000006 Called from: .\source\classes\BUTTON.PRG => TBUTTON:CLICK( 184 ) 000007 Called from: .\source\classes\CONTROL.PRG => TBUTTON:HANDLEEVENT( 1761 ) 000008 Called from: .\source\classes\WINDOW.PRG ...
by caducca
Tue Jul 30, 2019 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 840532

File .MAK

... => SALVAR_REMANEJAMENTO( 0 ) Called from: .\Zeus0100.PRG => (b)REMANEJAMENTO( 0 ) Called from: .\source\classes\BUTTON.PRG => TBUTTON:CLICK( 179 ) From now I appreciate the help Att., Oliveiros Junior
by oliveiros junior
Mon Jul 08, 2019 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: File .MAK
Replies: 4
Views: 390

Re: ¿ Porqué se distorsiona XBROWSER con COLUMNS ?

... from: Funciones.prg => GENXLSFINAL( 1078 ) Called from: Funciones.prg => (b)PROGRESO( 1851 ) Called from: .\source\classes\BUTTON.PRG => TBUTTON:CLICK( 179 ) Called from: .\source\classes\CONTROL.PRG => TBUTTON:HANDLEEVENT( 1755 ) Called from: .\source\classes\WINDOW.PRG => _FWH( ...
by wyerco613
Fri Jun 21, 2019 4:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ Porqué se distorsiona XBROWSER con COLUMNS ?
Replies: 5
Views: 752

Re: evaluar algo de harbour en c.

... Called from TCONTROL:MOUSEMOVE(0) in .\source\classes\CONTROL.PRG Called from TCONTROL:MOUSEMOVE(0) in .\source\classes\CONTROL.PRG Called from (b)TBUTTON(46) in .\source\classes\BUTTON.PRG Called from TBUTTON:MOUSEMOVE(0) in .\source\classes\BUTTON.PRG Called from TWINDOW:HANDLEEVENT(0) Called ...
by carlos vargas
Fri Dec 07, 2018 7:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: evaluar algo de harbour en c.
Replies: 7
Views: 1267

Re: Ejemplo de xBrowse

... 9 TOLEAUTO 10 TPUBLIC 11 TICON 12 TBRUSH 13 TFONT 14 TDIALOG 15 TSAY 16 GET 17 TCLIPGET 18 TDATEPICK 19 TXBROWSE 20 TREG32 21 TXBRWCOLUMN 22 TBUTTON 23 TBUTTONBMP 24 TSCROLLBAR 25 TBTNBMP 26 TCLIPBOARD 27 TRECT 28 TSTRUCT Memory Analysis =============== 389 Static variables Dynamic memory ...
by Armando
Thu Jun 28, 2018 6:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo de xBrowse (Solucionado, thanks Mr. Rao)
Replies: 23
Views: 5134

Re: FWHMYSQL oRs:Save() Problem

... = " <- FWMARIACONNECTION:EXECUTE(5609) <- FWMARIAROWSET:RESYNC(3380) <- FWMARIAROWSET:EDITBASERECORD(4186) <- (b)MAIN(54) <- TBUTTON:CLICK(179)" cSql = "SELECT * FROM esocial AS esc WHERE `esc`.`CEMP` = '018' AND `esc`.`DATA` = '2018-02-26' AND `esc`.`HORA` = '11:36WHERE ...
by vilian
Thu May 03, 2018 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL oRs:Save() Problem
Replies: 12
Views: 2307

ACTIVEX ACCESS_VIOLATION

... from HB_GCALL(0) Called from TDIALOG:END(554) in .\source\classes\DIALOG.PRG Called from (b)IMPFUNC(2284) in \tec2000\SFP10\SFP140.PRG Called from TBUTTONBMP:CLICK(179) in .\source\classes\BUTTON.PRG Called from TBUTTON:HANDLEEVENT(1685) in .\source\classes\CONTROL.PRG Called from TBUTTONBMP:HANDLEEVENT(261) ...
by vilian
Wed Mar 28, 2018 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ACTIVEX ACCESS_VIOLATION
Replies: 22
Views: 3152

Re: No permitir que se cambie el tamaño de la ventana principal

Puedes facilmente añadirle un botón para cerrarla usando un control TBtnBmp ó TButton
by Antonio Linares
Tue Jan 23, 2018 7:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: No permitir que se cambie el tamaño de la ventana principal
Replies: 10
Views: 1582

Cambiar puntero mouse

... Pero lo que pretendo es cambiar ese puntero (CURSOR) de un objeto... IMAGE, BUTTON, PANEL, etc... ¿Como lo hago??? He mirado la clase TButton y no tienen ninguna propiedad que vea que se le corresponde al CURSOR Tampoco la clase TControl, que es de la que se hereda. Gracias.
by Xevi
Fri Jan 12, 2018 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar puntero mouse
Replies: 9
Views: 1808

Re: Transparencia de controles

Transparency is not implemented for BUTTON (TButton class) and BUTTONBMP (TButtonBmp class). BTNBMP (TBtnBmp class) is painted transparently if :lTransparent is set to .T. BTNBMP can also be painted translucently if required. Implementation of ...
by nageswaragunupudi
Fri Jan 05, 2018 6:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Transparencia de controles
Replies: 1
Views: 620

Re: Problemas de 'TClase'

... + oBtn2:nHeight ) * @ 7.8, 1.6 BUTTON "&Menu 2007" OF oWnd SIZE 100, 30 ACTION menu2007( oWnd, oBtn2:nTop + oBtn2:nHeight ) TButton():New( 100, 10, "Menu", oWnd, {|| menu( oWnd, oBtn2:nTop + oBtn2:nHeight )}, 100, 30,,, .F., .T., .F.,, .F.,,, .F.,, .F. ) TButton():New( ...
by Xevi
Wed Dec 13, 2017 11:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas de 'TClase'
Replies: 5
Views: 843

Problemas de 'TClase'

... SIZE 100, 30 ACTION menu( oWnd ) @ 7.8, 1.6 BUTTON "&Menu1 2007" OF oWnd SIZE 100, 30 ACTION menu2007( oWnd ) es lo mismo que hacer TButton():New( 100, 10, "&Menu", oWnd, {|| menu( oWnd )}, 100, 30,,, .F., .T., .F.,, .F.,,, .F.,, .F. ) TButton():New( 140, 10, "&Menu ...
by Xevi
Wed Dec 13, 2017 10:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas de 'TClase'
Replies: 5
Views: 843

Re: Error TDolphin

... (b)DETACOBRANZA2( 417 ) Called from: .\source\classes\TGET.PRG => (b)TGET:CREATEBUTTON( 628 ) Called from: .\source\classes\BUTTON.PRG => TBUTTONBMP:CLICK( 179 ) Called from: .\source\classes\CONTROL.PRG => TBUTTON:HANDLEEVENT( 1685 ) Called from: .\source\classes\BUTTONB.PRG => ...
by caducca
Thu Oct 26, 2017 12:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error TDolphin
Replies: 7
Views: 1915

TXIMAGE error?

... Called from : .\source\classes\CONTROL.PRG => TCONTROL:LBUTTONUP(661) Called from : .\source\classes\BUTTON.PRG => TBUTTON:LBUTTONUP(259) Called from : .\source\classes\CONTROL.PRG => TBUTTON:HANDLEEVENT(1721) Called from : .\source\classes\WINDOW.PRG => _FWH(3348) ...
by dutch
Sat Sep 16, 2017 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXIMAGE error?
Replies: 12
Views: 2548

Wbrowse cell edit - problem in TGET class

... from: .\BEHBOEK2.PRG => AFPBETAL( 2419 ) Called from: .\BEHBOEK2.PRG => (b)DETB2( 4439 ) Called from: .\source\classes\BUTTON.PRG => TBUTTON:CLICK( 179 ) Called from: .\source\classes\CONTROL.PRG => TBUTTON:HANDLEEVENT( 1685 ) Called from: .\source\classes\WINDOW.PRG => _FWH( ...
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: 1996
PreviousNext

Return to advanced search