Search found 26 matches: vcenter

Return to advanced search

Re: Create a Panel width a text

hi Silvio, it seems me that 4th Parametern cAlign of FW_SsayText is missing so      nVAlign     := If( "T" $ cAlign, DT_TOP,  If( "B" $ cAlign, DT_BOTTOM, DT_VCENTER ) )      nHAlign     := iF( "L" $ cAlign, DT_LEFT, If( "R" $ cAlign, D...
by Jimmy
Mon Feb 26, 2024 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3192

Re: Create a Panel width a text

hi Silvio, your last Sample still show the Problem using       oPanelText:bPainted = { | hDC | ;          FW_SayText( hDC, ;              alltrim( ( cMessage) ), ;              { 1 , 50,  nTextHeight, 300 },, oFonttext, RGB(255,165,0), nARGB(255,rgb...
by Silvio.Falconi
Sat Feb 24, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3192

Re: Create a Panel width a text

hi Silvio, your last Sample still show the Problem using       oPanelText:bPainted = { | hDC | ;          FW_SayText( hDC, ;              alltrim( ( cMessage) ), ;              { 1 , 50,  nTextHeight, 300 },, oFonttext, RGB(255,165,0), nARGB(255,rgb(...
by Jimmy
Sat Feb 24, 2024 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3192

Re: Numeric alignment with oPrn:SayText( )

... (not sure anymore) . Sorry then .... :roll: Your post is for Text and is relevant in the sense, it explains cAlign. On screen, cAlign defaults to VCenter and HCenter. On printer it defaults to "TL" top left. and this parameter is next to oFont. In the present case we may consider using ...
by nageswaragunupudi
Wed May 17, 2023 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 535

Re: Lookup method of Tdatabase

... FONT oFont   ;       @ 60,  1  SAY oSay PROMPT cText SIZE 160,10 PIXEL OF oFolder:aDialogs[1] CENTER VCENTER FONT oBold       @ 192,  96 BUTTON oBtn PROMPT "Confirm" OF oDlg SIZE 84, 24 PIXEL FONT oFont ;    ...
by Silvio.Falconi
Wed Aug 25, 2021 9:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2868

Re: Print Problem with FWH2104

... -> Center vertically and horizontally (default) "T" -> Top - Center "B" -> Bottom - Center "L" -> Left - VCenter "R" -> Right - VCenter "TL" -> Top Left and any combination of T or B with L or R This notation is used in most methods ...
by nageswaragunupudi
Thu Jun 10, 2021 3:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2597

ERROR EN TSAY !!!

... @ nRow,25 SAY oObj["sTelefon"] PROMPT "Teléfono" OF oDlg SIZE nW-50,35 PIXEL COLOR nRGB(AZUL_SAM),nRGB(240,240,240) VCENTER BORDER nRow:=nRow+35 @ nRow,25 GET oObj["telefono"] VAR ::cTelefono OF oDlg SIZE nW-50,35 PIXEL Lo logico es q si pongo border me ...
by Ariel
Wed May 26, 2021 4:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR EN TSAY !!!
Replies: 4
Views: 534

Re: FolderEx problem

Marc Venken wrote:No code to test, but have you tried the combination of 2 parameters ?.

this is xbrowse and mayby also used for folders. Give it a try

:nDataStrAlign := AL_CENTER + AL_BOTTOM



ON METHOD PaintTB() CLASS TFolderEx THERE ARE ONLY DT_SINGLELINE, DT_VCENTER, DT_CENTER
by Silvio.Falconi
Thu Mar 25, 2021 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx problem
Replies: 6
Views: 728

Re: Wrong Tooltip

Could it be possible to use the same logic on TC5ToolTip :?: Tabs are ignored :( I think the problem belongs to these sections in CLASS TC5Tooltip FROM TWindow : DrawText( hDC, ::cHeader2, { ::aHeader2[ 1 ] + 1, ::aHeader2[ 2 ] + 20,; ::aHeader2[ 3 ], ::aHeader2[ 4 ] - 2 }, nOR( DT_WORDBREAK, 8192 )...
by ukoenig
Wed Apr 01, 2020 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wrong Tooltip
Replies: 9
Views: 1426

New FTDN November/Noviembre 2016 (FWH 16.11)

... from resources and exe/dll files. Fixed now. * New: function ARGB2RGB( nArgbClr/nRgbClr ) -> nRgbClr * Enhancement: SAY now has a new clause VCENTER. When specified, the text is vertically centered. This clause forces the text to single line and is not suitable for multiline text. For Says ...
by Antonio Linares
Wed Nov 30, 2016 12:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2016 (FWH 16.11)
Replies: 4
Views: 3169

Re: Say centrado vertical

We added a new clause VCENTER to SAY command in FWH16.11
by nageswaragunupudi
Wed Nov 30, 2016 4:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Say centrado vertical
Replies: 6
Views: 1041

Re: TBarTabs Tamaño de los tabs

hola Antonio ,gracias por responder Estuve probando y lo que me dices anda bien para modificar el ANCHO de los tabuladores pero no el ALTO que es lo que necesito porque el height que trae por defectos es de 14 pixels y no se ven muy bien en pantallas complejas. Intente pasar el parámetro desde la cl...
by rterraz
Tue Sep 20, 2016 2:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TBarTabs Tamaño de los tabs
Replies: 3
Views: 746

New FTDN August 2014 (FWH 14.08)

... are shown on top of the column headers in the report. * Enhancement: Report column data can be vertically aligned by adding clause TOP (default) / VCENTER / BOTTOM while defining column. * New: INLINE CHARTS in Reports: Columns in reports can now contain charts (line/bar) based on the row data. ...
by Antonio Linares
Sat Sep 06, 2014 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August 2014 (FWH 14.08)
Replies: 2
Views: 1843

Re: para Antonio : Sobre BTNBMP... oBtn:bPainted

Alveiro, No, asi no hace, puesto que así estarias creando un nuevo control TSay cada vez que se pintase el botón, y eso consumiría muchos recursos y al final incluso podria tirar la aplicación. La forma de escribir texto es usando la función DrawText() ó tambien serviría la función ExtTextOut(): oBt...
by Antonio Linares
Sun Jul 27, 2014 9:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: para Antonio : Sobre BTNBMP... oBtn:bPainted (RESUELTO)
Replies: 9
Views: 1177

Re: Ayuda -imprimir factura con columna texto tipo memo

Jose Luis, En el código fuente de FWH se usa en diversos sitios. Un ejemplo: #define DT_TOP 0x00000000 #define DT_LEFT 0x00000000 #define DT_CENTER 0x00000001 #define DT_RIGHT 0x00000002 #define DT_VCENTER 0x00000004 #define DT_BOTTOM 0x00000008 #define DT_WORDBREAK 0x00000010 #define DT_SINGLELINE ...
by Antonio Linares
Wed Sep 11, 2013 7:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda -imprimir factura con columna texto tipo memo
Replies: 19
Views: 4737
Next

Return to advanced search