Search found 76 matches: textright

Return to advanced search

BUTTONBMP y Texto del boton

... muy bien además que toma los themes de XP. El problema es que el texto siempre sale centrado, y lo que se corre de un lado a otro con la clausula TEXTRIGHT (por ej) es el bitmap. Hay alguna solución como para que el texto lo ponga a un costado del bitmap? Gracias
by IVAN TRACHTA
Wed Apr 11, 2007 11:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BUTTONBMP y Texto del boton
Replies: 4
Views: 1082

Lorenzo: Con buttonbmp puedes usar bitmaps desde recursos asi REDEFINE ButtonBmp oBtn ID 110 OF oDlg PROMPT "&Cancelar" ; BITMAP "CANCELROJO" TEXTRIGHT ; ACTION (oDlg:End()) oBtn:cTooltip:= "Algo" ; oBtn:oFont:= oFont ; oBtn:lCancel:=.T. Si pones el nombre del bmp sin extension lo busca en ...
by Ruben Fernandez
Mon Mar 19, 2007 12:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SOLICITANDO SUGERENCIAS
Replies: 1
Views: 661

... dFecha1, .f., .t. ), ; oLbx:REFRESH(), oDlg:UPDATED() ) ; MESSAGE " Ver calendario." ; PROMPT SPACE(3) + "&Calenda" ; BITMAP "calendar1" TEXTRIGHT @ 165,258 BUTTONBMP oBtn[6] OF oDlg ; SIZE 42,16 PIXEL ; ACTION Fayuda( cChmFich, "reservas.htm#cuadro") ; MESSAGE " Ayuda" ; PROMPT SPACE(5) ...
by Manuel Valdenebro
Mon Oct 09, 2006 8:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar Header Listbox
Replies: 12
Views: 2932

Vilian,

From FWH April 2006:

* New: Class TButtonBmp clause: TEXTTOP, TEXTBOTTOM, TEXTLEFT, TEXTRIGHT. It modifies the bitmap drawing location, so you can use text in the button too.
by Antonio Linares
Thu Jun 15, 2006 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text position in buttonbmp
Replies: 1
Views: 543

Intenta esto:

REDEFINE BUTTONBMP aGet[ 15 ] ID 101 OF oDlg;
ACTION ( lAceptar := .T., oDlg:End() ) ;
PROMPT "Grabar" TEXTRIGHT ;
BITMAP "New"
by Manuel Valdenebro
Thu May 11, 2006 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con el BUTTONBMP
Replies: 1
Views: 632

Problema con el BUTTONBMP

Bueno amigos el poblema es el siguiente esta classe me sale error: REDEFINE BUTTONBMP aGet[ 15 ] ID 101 OF oDlg; BITMAP "New" PROMPT "Grabar" TEXTRIGHT ACTION ( lAceptar := .T., oDlg:End() ) y el error es el siguiente Warning W0001 Ambiguous reference: 'TEXTRIGHT' por favor una ayudita Saludos
by jbrita
Thu May 11, 2006 1:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con el BUTTONBMP
Replies: 1
Views: 632

FWH build abril 2006

... ! Gracias a Maurilio. * Mejora: Varias mejoras en la clase TMultiGet. * Nuevo: En la clase TButtonBmp, claúsulas: TEXTTOP, TEXTBOTTOM, TEXTLEFT, TEXTRIGHT. Se ha modificado la posición de dibujado del "bitmap", así que también puede usar texto en el botón. Por favor revise, samples\TestBuBm.prg. ...
by Antonio Linares
Mon Apr 03, 2006 9:33 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new April 2006 build / nuevo build de Abril 2006
Replies: 1
Views: 3321

FTDN new April 2006 build / nuevo build de Abril 2006

... Thanks to Maurilio. * Enhancement: Class TMultiGet several improvements. * New: Class TButtonBmp clause: TEXTTOP, TEXTBOTTOM, TEXTLEFT, TEXTRIGHT. It modifies the bitmap drawing location, so you can use text in the button too. Please review samples\TestBuBm.prg * New: FWPPC, a Microsoft ...
by Antonio Linares
Mon Apr 03, 2006 8:59 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new April 2006 build / nuevo build de Abril 2006
Replies: 1
Views: 3321

Marco,

We email you Class TButtonBmp modified to allow TEXT... clause and FiveWin.ch. Your sample works ok using TEXTRIGHT clause.
by Antonio Linares
Tue Mar 21, 2006 12:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Buttonbmp problems with the march release
Replies: 6
Views: 1372

Marco,

The TEXTRIGHT clause is not directly supported by FWH Class TButtonBmp. Are you using Rossine's modified Class ?
by Antonio Linares
Tue Mar 21, 2006 10:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Buttonbmp problems with the march release
Replies: 6
Views: 1372

Buttonbmp problems with the march release

... from resource the bitmap appairs centered on the button over the text. There wasn't any problems with the February release when using the CANCEL TEXTRIGHT clause all runned fine. Any ideas ? Thanks in advance Best Regards. Marco
by Marco Turco
Tue Mar 21, 2006 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Buttonbmp problems with the march release
Replies: 6
Views: 1372

... del bottone. Non è pensabile disegnare una bitmap apposta per le dimensioni del bottone. Nelle FWH di febbraio funzionava il comando CANCEL TEXTRIGHT che spostava il testo a dx e la bitmap a sx ma ora questo comando non è più operativo. Marco
by Marco Turco
Tue Mar 21, 2006 8:21 am
 
Forum: All products support
Topic: Problema allineamento testo in buttonbmp
Replies: 7
Views: 1724

buttonBmp

... cPosText == "TEXTTOP", BS_TOP, 0 ),; If( cPosText == "TEXTBOTTOM", BS_BOTTOM, 0 ),; If( cPosText == "TEXTLEFT", BS_LEFT, 0 ),; If( cPosText == "TEXTRIGHT", BS_RIGHT, 0 ),; if( at( CRLF, ::cCaption ) > 0, BS_MULTILINE, 0 ),; If( lDesign, WS_CLIPSIBLINGS, 0 ) ) y aqui tambien: ::nStyle = nOR( ...
by Francisco Horta
Fri Feb 10, 2006 5:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: buttonBmp
Replies: 6
Views: 1802

buttonbmp de Rossine - compilar prgs

... cPosText == "TEXTTOP", BS_TOP, 0 ),; If( cPosText == "TEXTBOTTOM", BS_BOTTOM, 0 ),; If( cPosText == "TEXTLEFT", BS_LEFT, 0 ),; If( cPosText == "TEXTRIGHT", BS_RIGHT, 0 ),; if( at( CRLF, ::cCaption ) > 0, BS_MULTILINE, 0 ) , ; If( lDesign, WS_CLIPSIBLINGS, 0 ) ) línea 161 ::nStyle = nOR( WS_CHILD, ...
by RuFer
Fri Jan 06, 2006 5:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: buttonbmp de Rossine - compilar prgs
Replies: 0
Views: 543

Esa cláusula TEXTRIGHT no está soportada for la clase original... asi que supongo has implementado los cambios hechos por Rosine. Yo he visto esos cambios y tambien hay una TEXTLEFT para poner el bmp a la izquierda del PROMPT (Texto ).
by fleal
Wed Nov 30, 2005 9:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BUTTONBMP Porque ya no aparecen los BITMAP
Replies: 3
Views: 865
PreviousNext

Return to advanced search