Page 1 of 1

tamaño de fuente en xbrowse

PostPosted: Wed Apr 29, 2015 12:05 am
by Miguel Salas
Hola a todos no me había topado con la necesidad de aumentar el tamaño de letra en xbrowse. ¿alguien sabe como?...gracias

Re: tamaño de fuente en xbrowse

PostPosted: Wed Apr 29, 2015 12:46 am
by russimicro
DEFINE FONT oFont NAME "Arial Narrow" SIZE 5, 18
.....

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


:oDataFont := oFont

Re: tamaño de fuente en xbrowse

PostPosted: Wed Apr 29, 2015 2:30 am
by nageswaragunupudi
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 )

Re: tamaño de fuente en xbrowse

PostPosted: Thu Nov 02, 2017 3:27 am
by Maggiro
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ú

Re: tamaño de fuente en xbrowse

PostPosted: Thu Nov 02, 2017 4:02 pm
by joseluisysturiz
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.

Re: tamaño de fuente en xbrowse

PostPosted: Thu Nov 02, 2017 7:15 pm
by nageswaragunupudi
Mr Jose
I understand the problem. Seems we need to fix this. I'll get back to you asap.