FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour tamaño de fuente en xbrowse
Posts: 132
Joined: Sun Oct 23, 2005 04:09 PM
tamaño de fuente en xbrowse
Posted: Wed Apr 29, 2015 12:05 AM

Hola a todos no me había topado con la necesidad de aumentar el tamaño de letra en xbrowse. ¿alguien sabe como?...gracias

Posts: 410
Joined: Sun Jan 31, 2010 03:30 PM
Re: tamaño de fuente en xbrowse
Posted: Wed Apr 29, 2015 12:46 AM

DEFINE FONT oFont NAME "Arial Narrow" SIZE 5, 18
.....

WITH OBJECT ( oBrwFW2 := TXBrowse():New( oPanBrw ) )
*...
WITH OBJECT (oCol := oBrwFW2:AddCol())

DataFont := oFont

:o

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: tamaño de fuente en xbrowse
Posted: Wed Apr 29, 2015 02:30 AM

At runtime of xbrowse, the user can increase or decrease the font size by pressing CTRL+ or CTRL-. ( + and - on the num key pad). This works the same way as we press Ctrl+ or Ctrl- when we view web pages.

Programatically, we can increase or decrease the font size by calling oBrw:FontSize( +n ) or oBrw:FontSize( -n )

Regards



G. N. Rao.

Hyderabad, India
Posts: 85
Joined: Thu Oct 14, 2010 03:26 AM
Re: tamaño de fuente en xbrowse
Posted: Thu Nov 02, 2017 03:27 AM

Hi Nages:
... and what happened if I want to increase only the font size on the line rowsel ... .or. just converter it to boolean or italic by example ... I can ?

Regards
Julio César Gómez Cortéz
Godryc Experiencias
Lima Perú

Posts: 2064
Joined: Fri Jan 06, 2006 09:28 PM
Re: tamaño de fuente en xbrowse
Posted: Thu Nov 02, 2017 04:02 PM
nageswaragunupudi wrote:At runtime of xbrowse, the user can increase or decrease the font size by pressing CTRL+ or CTRL-. ( + and - on the num key pad). This works the same way as we press Ctrl+ or Ctrl- when we view web pages.

Programatically, we can increase or decrease the font size by calling oBrw:FontSize( +n ) or oBrw:FontSize( -n )


Mr NAO, I tried this function to increase font size with CTRL + and if it does but the logical field column where I have a setcheck the value of .t appears now. or .f. next to the check image, I am using a DBF ... greetings, thanks.

Mr NAO, he probado esta funcion de aumentar tamaño de letra con CTRL + y si lo hace pero la columna de campo logico donde tengo un setcheck aparece ahora el valor .t. o .f. al lado de la imagen de check, estoy usando una DBF...saludos, gracias.
Dios no está muerto...



Gracias a mi Dios ante todo!
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: tamaño de fuente en xbrowse
Posted: Thu Nov 02, 2017 07:15 PM

Mr Jose
I understand the problem. Seems we need to fix this. I'll get back to you asap.

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion