Search found 386 matches: tbutton

Return to advanced search

error in sample xBrowed.prg

... => TXBRROW:SAVE( 15177 ) --> Eval( ::oBrw:Unlock()) Called from: xbrowed.prg => (b)ROWEDIT( 87 ) Called from: button.prg => TBUTTON:CLICK( 179 ) Called from: control.prg => TBUTTON:HANDLEEVENT( 1685 ) Called from: window.prg => _FWH( 3325 ) Called from: => SENDMESSAGE( ...
by mauri.menabue
Wed Apr 19, 2017 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error in sample xBrowed.prg
Replies: 2
Views: 353

Re: Bug in TBitmap

The same problem there is with TButton but not with TGet.

Any workaround? How to get nomodal dialog's VALID clause to work with any controls?

EMG
by Enrico Maria Giordano
Sun Apr 02, 2017 7:43 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBitmap [Fixed]
Replies: 7
Views: 2204

Re: How to change button caption/text align

I guess you are asking about normal button ( TButton ) and not buttonbmp or btnbmp.   @ nRow,nCol BUTTON oBtn PROMPT "LeftAlign" SIZE 300,90 PIXEL OF oDlg   if Empty( oBtn:hWnd )      oBtn:nStyle ...
by nageswaragunupudi
Fri Dec 09, 2016 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change button caption/text align
Replies: 2
Views: 438

Re: en FW existe un boton con un list?

a ok.
voy a tratar en algun tiempo que tenga de modificar la clase tbutton para que pueda hacer lo que necesito.

gracias.
by goosfancito
Sun Sep 04, 2016 2:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: en FW existe un boton con un list?
Replies: 10
Views: 1359

Re: ADORDD FAQs

... .\SOURCE\AbmObr.PRG => ACEPTAR( 279 ) Called from: .\SOURCE\AbmObr.PRG => (b)DATOS( 120 ) Called from: .\source\classes\BUTTON.PRG => TBUTTON:CLICK( 179 ) Called from: .\source\classes\CONTROL.PRG => TBUTTON:HANDLEEVENT( 1687 ) Called from: .\source\classes\WINDOW.PRG => _FWH( ...
by gautxori
Tue May 10, 2016 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 19690

Re: ADORDD FAQs

... .\SOURCE\AbmObr.PRG => ACEPTAR( 276 ) Called from: .\SOURCE\AbmObr.PRG => (b)DATOS( 120 ) Called from: .\source\classes\BUTTON.PRG => TBUTTON:CLICK( 179 ) Called from: .\source\classes\CONTROL.PRG => TBUTTON:HANDLEEVENT( 1687 ) Called from: .\source\classes\WINDOW.PRG => _FWH( ...
by gautxori
Sun May 08, 2016 5:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 19690

Re: ADORDD FAQs

... 1 ERROR 2 HBCLASS 3 HBOBJECT 4 TINI 5 WIN_OLEAUTO 6 TOLEAUTO 7 TFONT 8 TWINDOW 9 TDIALOG 10 TBRUSH 11 TCONTROL 12 TICON 13 TMULTIGET 14 TBUTTON 15 TRECT 16 TREG32 Memory Analysis =============== 1810 Static variables Dynamic memory consume: Actual Value: 0 bytes Highest Value: 0 bytes ...
by gautxori
Tue Apr 19, 2016 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 19690

Re: ADORDD FAQs

... 1 ERROR 2 HBCLASS 3 HBOBJECT 4 TINI 5 WIN_OLEAUTO 6 TOLEAUTO 7 TFONT 8 TWINDOW 9 TDIALOG 10 TBRUSH 11 TCONTROL 12 TICON 13 TMULTIGET 14 TBUTTON 15 TRECT 16 TREG32 Memory Analysis =============== 1809 Static variables Dynamic memory consume: Actual Value: 0 bytes Highest Value: 0 bytes
by gautxori
Wed Apr 13, 2016 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 19690

Consulta Objetos y Argumentos‏

... Called from: pfhasar.prg => SETHEDTRA(342) Called from: pfhasar.prg => (b)CONFIGURACION(310) Called from: .\source\classes\BUTTON.PRG => TBUTTON:CLICK(176) Called from: .\source\classes\CONTROL.PRG => TBUTTON:HANDLEEVENT(1427) Called from: .\source\classes\WINDOW.PRG => _FWH(3353) ...
by mterraz
Mon Feb 29, 2016 12:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Objetos y Argumentos‏
Replies: 5
Views: 1877

Re: Action mientras se mantiene presionado un boton

Una idea sería colocar una data lPressed en la TButton
y que se activa con el metodo LButtonDown y se desactava com el metodo LButtonUp,
con esto el programador controlaría si el button esta presionado en el bAction con un bucle.
by RenOmaS
Thu Jan 21, 2016 10:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Action mientras se mantiene presionado un boton
Replies: 11
Views: 1764

Re: Cancelar con BTNBMP

Antonio, Pero no es el cancel para todos los gets del diàlogo, que cada uno tiene un valid diferente. He visto el fuente de Tbutton y la data lcancel. Eso falta en la clase tbtnbmp y sería muy fàcil implementarlo. Yo podría modificar la clase, peeo lo suyo sería que esa modificaciòn ...
by jmartial
Mon Dec 14, 2015 11:04 pm
 
Forum: FiveWin para Pocket PC
Topic: Cancelar con BTNBMP
Replies: 5
Views: 1533

Cancelar con BTNBMP

Hola Antonio, Para que no evalúe los valids de los controles de un diálogo, en el botón de salir se pone la clausula CANCEL. Pero al sustituir un TBUTTON por un TBTNBMP para poder usar colores, me encuento que no existe la clausula CANCEL y además no sé como hacer la misma funcionalidad. ¿Se te ...
by jmartial
Mon Dec 14, 2015 8:12 pm
 
Forum: FiveWin para Pocket PC
Topic: Cancelar con BTNBMP
Replies: 5
Views: 1533

Re: Color TButton

Joaquín,

Lo suyo es usar un control TBtnBmp que nos permite todas esas posibilidades
by Antonio Linares
Sat Dec 12, 2015 7:55 pm
 
Forum: FiveWin para Pocket PC
Topic: Color TButton
Replies: 1
Views: 766

Color TButton

Hola,

En FWH si se puede, pero en FWppc no sé como se podría cambiar en una TButton el color del texto, e incluso el del fondo.
by jmartial
Sat Dec 12, 2015 10:56 am
 
Forum: FiveWin para Pocket PC
Topic: Color TButton
Replies: 1
Views: 766

Re: Export to Calc problem

... 21 TMENU 22 TMENUITEM 23 TICON 24 TMDICLIENT 25 TCLIPBOARD 26 TBAR 27 TBTNBMP 28 TMSGBAR 29 TTIMER 30 TMSGITEM 31 TBITMAP 32 TSAY 33 TURLLINK 34 TBUTTON 35 TXBROWSE 36 TXBRWCOLUMN 37 TSCROLLBAR 38 TTITLE 39 TTITLETEXT 40 TTITLEIMG 41 TFOLDER 42 TSPLITTER 43 TOLEAUTO Memory Analysis =============== ...
by Marco Turco
Thu Dec 10, 2015 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Export to Calc problem
Replies: 4
Views: 1670
PreviousNext

Return to advanced search