Hi, The following may be useful to you. * Horizontal Alignment Constant BS_LEFT BS_CENTER BS_RIGHT * Vertical Alignment Constant BS_TOP BS_VCENTER BS_BOTTOM * To Show Text Left side of Checkbox (Default Right) BS_LEFTTEXT oCb:nStyle := nOr(WS_CHILD, WS_VISIBLE, BS_AUTOCHECKBOX, WS_TABSTOP,....Either...
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...
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(...
... (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 ...
... -> 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 ...
... @ 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 ...
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 )...
... 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 ...
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...
... 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. ...