Hola a todos no me había topado con la necesidad de aumentar el tamaño de letra en xbrowse. ¿alguien sabe como?...gracias
Hola a todos no me había topado con la necesidad de aumentar el tamaño de letra en xbrowse. ¿alguien sabe como?...gracias
DEFINE FONT oFont NAME "Arial Narrow" SIZE 5, 18
.....
WITH OBJECT ( oBrwFW2 := TXBrowse():New( oPanBrw ) )
*...
WITH OBJECT (oCol := oBrwFW2:AddCol())
DataFont := oFont
![]()
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 )
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ú
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 Jose
I understand the problem. Seems we need to fix this. I'll get back to you asap.