Search found 31 matches: selfont

Return to advanced search

New FTDN December/Diciembre 2017 (FWH 17.12)

... DATA lBarGetOnKey (default .f.) is set to .T., then when a key is pressed oBarGet is activated with the key as input. - Fix: Change of font with :SelFont() or Ctrl+/- results in SetCheck() columns display .T./.F. text. Fixed. - Fix: When oBrw:lTransparent is set to .T. and row is highlighted gaps ...
by Antonio Linares
Tue Dec 26, 2017 6:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2017 (FWH 17.12)
Replies: 0
Views: 2042

xBrowse SaveState() to save font?

Hello everyone; Using GetFont() and SelFont() you give the user access to change xbrowse's font. Is there a way to save an xbrowse selected font and then restore back to that font next time it opens? I've tried oBrw:savestate() but it seems ...
by reinaldocrespo
Wed Oct 26, 2016 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse SaveState() to save font?
Replies: 4
Views: 602

Re: Bug in TXBrowse?

... = oFont  I do not know for what reason the oDlg:oFont is different from the hFont queried with WM_GETFONT. This problem is the same as the selfont() or choosefont() function's problem. Even there the oFont created from the fontmetrics differ from the selected font. I could not yet find ...
by nageswaragunupudi
Sat Jul 16, 2016 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TXBrowse?
Replies: 16
Views: 2572

New FTDN (July) 2014 (FWH 14.07)

... A bug in conversion to scienific notation crashes the program when negative numeric values overflow the picture clause. Fixed. * Fix: method SelFont() in window.prg: Resulting in excess decrementing font counter and consequent premature destruction of fonts in some cases. Fixed. * Improvement: ...
by Antonio Linares
Mon Aug 04, 2014 6:41 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN (July) 2014 (FWH 14.07)
Replies: 3
Views: 3113

Re: SelFont

PLease profileNum function where I can found it ?
by Eoeo
Sat Oct 13, 2012 8:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SelFont
Replies: 11
Views: 2817

Clase Tfont

... opciones del tipo de letra) en una variable, y me gustaría saver si es posible hacer lo que quiero, ó todabia no es posible, ya que use la clase selfont() y choosefont() y esto es lo que obtengo de cada una de ellas: utilizo una función para convertir el array a texto. ejemplo1: vfuenttit := ...
by mikeone
Tue Aug 10, 2010 3:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clase Tfont
Replies: 0
Views: 339

New FTDN December/Diciembre 2009 (9.12)

... by the xbrowse. It is desirable not to specify the data nHeaderLines manually, unless required for other reasons. * Fix: Class TXBrowse Method SelFont(), new font is set to the browse and all columns correctly. * Modification: Class TXBrowse Method MoveCol(). While user can not drag a column ...
by Antonio Linares
Sun Dec 27, 2009 9:39 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2009 (9.12)
Replies: 0
Views: 2583

... ) + CRLF + ; "nInpHeight: " + STR(oBtn1:oFont:nInpHeight ) ),; oBtn1:SelFont() ) ; FONT oFon1 @ 2,32 BUTTON oBtn2 ; PROMPT "Font 14" ; SIZE 120, 45 ; ACTION ( ; msginfo( "nSize: ...
by Manuel Valdenebro
Wed Nov 26, 2008 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fonts Explanation
Replies: 23
Views: 7853

... las fuentes (tipo, tamaño y colores) tanto de la pantalla como de impresión. Tengo diferentes botones, donde al pulsar te sale la pantalla del SelFont, donde el usuario puede elegir lo que le guste: Tipo de letra, tamaño, negrita, cursiva y color. Esta información la almacenó despues en la ...
by Manuel Valdenebro
Mon Nov 24, 2008 5:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SelFont
Replies: 11
Views: 2817

... realizado algunas modificaciones para que veas el problema. He definido tres fonts y asignado a cada uno de los botones. Cuando pulsas el botón, Selfont() asigna perfectamente el tipo de letra y negrita, pero no el tamaño. En el primer caso, el tamaño es 18 y señala 14. En el segundo, de 16 a ...
by Manuel Valdenebro
Mon Nov 24, 2008 12:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SelFont
Replies: 11
Views: 2817

SelFont

Vengo usando el método SelFont para que el usuario seleccione y personalice, los Fonts que desea usar en una aplicación. El método funciona perfectamente, pero cuando Windows abre la ventana para elegir el Font, respeta algunos de los ...
by Manuel Valdenebro
Sun Nov 23, 2008 5:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SelFont
Replies: 11
Views: 2817

... el más completo es samples\TestFon3.prg Comentarte que la forma más sencilla de usar esa función automaticamente es hacer <oControl>:SelFont()
by Antonio Linares
Fri Nov 14, 2008 10:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: choosefont
Replies: 2
Views: 356

Uwe,

oBrowse:SetFont( oFont )

oBrowse:SelFont()

oColumn:oDatafont := [ oFont | codeblock ]
by Antonio Linares
Sat Aug 16, 2008 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change !!! HEADER !!!-Fonts in xBrowse at runtime ?
Replies: 4
Views: 861

Show different fonts on Infobar

... REDEFINE SAY oSAY4 VAR e_FTYP4 ID 800 OF oDlg5 REDEFINE BUTTON oBtn7 ID 805 OF oDlg5 ; ACTION ( oSAY4:GetFont(), oSAY4:SelFont(), ; aTYPE4[1] := oSAY4:oFont:cFaceName, ; aTYPE4[2] := oSAY4:oFont:nHeight, ; aTYPE41[3] := oSAY4:oFont:lBold, ; aTYPE4[4] := oSAY4:oFont:lItalic ...
by ukoenig
Fri Feb 22, 2008 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to define a FONT with a saved String ?
Replies: 3
Views: 988

Possible to define a FONT with a saved String ?

... Normaly i must do : DEFINE FONT oFont NAME "Arial" SIZE 21, 0 BOLD ITALIC The Action creates the Fontstring : ACTION ( oSAY4:GetFont(), oSAY4:SelFont(), ; e_FTYP4 := " NAME " + '"' + oSAY4:oFont:cFaceName + '"'+ ; " SIZE " + ALLTRIM(STR( oSAY4:oFont:nHeight ) ) + ; ", 0 " + ; IIF( oSAY4:oFont:lBold ...
by ukoenig
Fri Feb 22, 2008 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to define a FONT with a saved String ?
Replies: 3
Views: 988
Next

Return to advanced search