Search found 14 matches: textleft

Return to advanced search

Re: printing several pages

... PROMPT ] <cText> ; OF <oPrn> PAGINED ; [ SIZE <nWidth>, <nHeight> ] ; [ <raised: RAISED> ] ; [ <cPostext: TEXTLEFT, TEXTRIGHT, TEXTCENTER> ] ; [ AUTORESIZE <nAutoResize> ] ; [ TOOLTIP <cToolTip> ] ; [ <lutf8: UTF8 > ] ; [ PIXEL ] ; => ...
by mastintin
Thu Oct 11, 2018 2:56 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: printing several pages
Replies: 23
Views: 6805

Re: New FTDN January/Enero 2016 (FWH 16.01)

... images are scaled to fit the dimensions of the button. - Color-remapping is possible if created with GDIP clause. - At present, clauses TEXTTOP, TEXTLEFT, TEXTBOTTOM, TEXTRIGHT are used to specify relative positioning of bitmaps and text. The meaning of these clauses indicate that the text is ...
by Antonio Linares
Fri Jan 29, 2016 8:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2136

New FTDN January/Enero 2016 (FWH 16.01)

... images are scaled to fit the dimensions of the button. - Color-remapping is possible if created with GDIP clause. - At present, clauses TEXTTOP, TEXTLEFT, TEXTBOTTOM, TEXTRIGHT are used to specify relative positioning of bitmaps and text. The meaning of these clauses indicate that the text is ...
by Antonio Linares
Sun Jan 24, 2016 8:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2136

Button-Class-change from BUTTON to BUTTONBMP

... ( yourBitmap is a Ressourcen-Bitmap ) No changes of the button in the Ressource. TEXTRIGHT = Bitmap = LEFT, TEXTLEFT = Bitmap = RIGHT It looks great ( a normal Button with Bitmap and Tooltip ) That is all, what you have to do. I hope it helps. Greetings from ...
by ukoenig
Sat Jan 12, 2008 1:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with pushbutton
Replies: 12
Views: 2087

... GET oLeget var nVarLe id 4004 of oMFW VALID !EMPTY(nVarLe) .and. (lLido:=.t.,oMFW:end(),.t.) REDEFINE BUTTONBMP ID 4002 OF oMFW BITMAP "EXIT4" TEXTLEFT ACTION(oMFW:end()) default oMFW:lHelpicon:=.F. ACTIVATE DIALOG oMFW centered gracias Antonio
by FWHISHOW
Thu Dec 13, 2007 8:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como fazer isso com FIVEWIN?
Replies: 3
Views: 889

Pudes usar una de la claúsulas: TEXTTOP, TEXTBOTTOM, TEXTLEFT, TEXTRIGHT

Revisa samples\TestBuBm.prg
by Antonio Linares
Mon Oct 01, 2007 4:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase tbuttonbmp
Replies: 4
Views: 878

Clase tbuttonbmp

... me sale el TEXT centrado y montado encima del BITMAP y no logro desplazar el BITMAP mediante ninguna de las clausulas TEXTTOP | TEXTBOTTOM | TEXTLEFT | TEXTRIGHT Siempre me sale centrado tanto el TEXT como el BITMAP y ambos se pisan. Probé en cambiar en el Workshop la clausula LEFT y RIGHT, ...
by Loren
Sun Sep 30, 2007 8:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase tbuttonbmp
Replies: 4
Views: 878

Puedes usar una de estas claúsulas:

TEXTTOP | TEXTBOTTOM | TEXTLEFT | TEXTRIGHT

al crearlo bien con @ ó con REDEFINE
by Antonio Linares
Thu Apr 12, 2007 5:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: BUTTONBMP y Texto del boton
Replies: 4
Views: 1073

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

FWH build abril 2006

... DEFAULT ! 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: 3313

FTDN new April 2006 build / nuevo build de Abril 2006

... in performance! 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, ...
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: 3313

buttonBmp

... If( lDefault, BS_DEFPUSHBUTTON, 0 ),; If( 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, ...
by Francisco Horta
Fri Feb 10, 2006 5:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: buttonBmp
Replies: 6
Views: 1675

buttonbmp de Rossine - compilar prgs

... If( lDefault, BS_DEFPUSHBUTTON, 0 ),; If( 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, ...
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: 863

Return to advanced search