Search found 52 matches: getsysfont

Return to advanced search

Re: SayBarCode control

when I am compilig c:\fwh\samples\barcod01.prg FWH 19.03 and xHarbour.com v.19.01 I get error Type: C >>>xhb.exe -o"t.c" -m -n -p -q -gc0 -I"S:\include" -I"R:\include" -I"R:\include\w32" "t.prg"<<< xHarbour 1.2.3 Intl. (SimpLex) (Bu...
by kajot
Tue Apr 09, 2019 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SayBarCode control
Replies: 34
Views: 6649

Re: Import Chinese Characters from XLS

... // RDD... RddSetDefault( cRdd1 ) PUBLIC cEol := CHR(13) + CHR(10) DEFINE ICON oIcon RESOURCE "FRT" DEFINE FONT oFont NAME GetSysFont() SIZE 0,-12 BOLD MENU oMenu 2007 MENUITEM "&Functions" MENU MENUITEM "&A. Load Languages" ACTION _LoadLanguages( ...
by cdmmaui
Thu Feb 21, 2019 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import Chinese Characters from XLS
Replies: 4
Views: 974

Listbox strange problem

... _db( PA[03], "bkghaz" ) _db( PA[03], "booking" ) // Icon... DEFINE ICON oIcon RESOURCE "BKG" DEFINE FONT oFont NAME GetSysFont() SIZE 0,-12 DEFINE FONT oFont2 NAME GetSysFont() SIZE 0,-14 BOLD DEFINE FONT oFont3 NAME GetSysFont() SIZE 0,-20 BOLD MENU oMenu 2007 MENUITEM ...
by cdmmaui
Wed May 23, 2018 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox strange problem
Replies: 2
Views: 739

Re: xBrowse Font Problem

Temporarily I have solved my problem by changing GetSysFont() in getsysin.prg

Do you still have the problem after changing GetSysFont()?
by nageswaragunupudi
Fri Jan 06, 2017 11:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Font Problem
Replies: 14
Views: 3242

Re: xBrowse Font Problem

... please. I want to see the oFont:cFaceName. If it is Segoe UI, I will check my windows settings. Temporarily I have solved my problem by changing GetSysFont() in getsysin.prg Thanks for your help. What Operating System do you use? What language is your system configured with?
by cnavarro
Thu Jan 05, 2017 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Font Problem
Replies: 14
Views: 3242

Re: xBrowse Font Problem

Yes you are right. It appears that the characters are shown correctly.
Can you double click on xbrowse please. I want to see the oFont:cFaceName.
If it is Segoe UI, I will check my windows settings.
Temporarily I have solved my problem by changing GetSysFont() in getsysin.prg
Thanks for your help.
by betoncu
Thu Jan 05, 2017 2:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Font Problem
Replies: 14
Views: 3242

Re: xBrowse Font Problem

This is the change made in FWH 16.07 Extract from whatsnew.txt * Enhancement: function GetSysFont() now returns "Segoe UI" if Windows 10 or 8 is being used: http://forums.fivetechsupport.com/viewtopic.php?p=193067 thanks to James! With this change Segoe UI ...
by nageswaragunupudi
Thu Jan 05, 2017 6:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Font Problem
Replies: 14
Views: 3242

Re: Default font under Win 8 and 10

... There is absolutely no problem with dialogs from resources as long as you assign a font to the dialog. Ok, but wouldn't it be better to use the getSysFont() to assign it automatically in FWH's dialog class? This would still allow us to override the default by defining a new font. Otherwise, ...
by Enrico Maria Giordano
Thu Aug 18, 2016 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Default font under Win 8 and 10
Replies: 11
Views: 3502

Re: Default font under Win 8 and 10

... There is absolutely no problem with dialogs from resources as long as you assign a font to the dialog. Ok, but wouldn't it be better to use the getSysFont() to assign it automatically in FWH's dialog class? This would still allow us to override the default by defining a new font. Otherwise, ...
by James Bott
Wed Aug 17, 2016 11:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Default font under Win 8 and 10
Replies: 11
Views: 3502

Re: Default font under Win 8 and 10

Function GetSysFont(), has been modified

viewtopic.php?f=16&t=32792#p193101
by cnavarro
Wed Aug 17, 2016 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Default font under Win 8 and 10
Replies: 11
Views: 3502

Re: New FTDN June/Junio 2016 (FWH 16.06)

... and Restore system enahanced to include all objects of database like views, stored procedures, functions and triggers * Enhancement: function GetSysFont() now returns "Segoe UI" if Windows 10 or 8 is being used: http://forums.fivetechsupport.com/viewtopic.php?p=193067 thanks to James!
by Antonio Linares
Tue Aug 16, 2016 10:30 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2016 (FWH 16.06)
Replies: 2
Views: 2388

Re: Default font under Win 8 and 10

James, FWH uses function GetSysFont() to retrieve the font name to use. Currently we are returning "Ms Sans Serif", so in order to follow Microsoft guidelines we are going to modify it this way: function GetSysFont()  ...
by Antonio Linares
Sun Aug 14, 2016 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Default font under Win 8 and 10
Replies: 11
Views: 3502

Re: Default font under Win 8 and 10

... font of that parent unless another font is assigned to it. A window or dialog (from source) not having a parent, by default is assigned with GetSysFont() size -12. Function GetSysFont() is in getsysin.prg
by nageswaragunupudi
Sun Aug 14, 2016 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Default font under Win 8 and 10
Replies: 11
Views: 3502

Re: error FWH 15.04 with xHarbour.com

Antonio,

It fails with DEFINE FONT statements. This statement kills it

DEFINE FONT oMfont NAME cSysFont SIZE 0,-12 BOLD

cSysFont is defined as "Segoe UI", but will also fail if using GetSysFont( ) to define cSysFont

Tim
by TimStone
Fri May 15, 2015 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error FWH 15.04 with xHarbour.com
Replies: 38
Views: 7807

Como Capturar el tipo de letra del sistema

Hola a todos:

Me gustaría saber si existe otro método para poder saber la letra que usa Windows, ya que usando GetSysFont() me devuelve "Ms Sans Serif" cuando yo no tengo ese tipo sino "SEGOE UI".

Un saludo

Carlos
by colthop
Wed Apr 15, 2015 7:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como Capturar el tipo de letra del sistema
Replies: 13
Views: 2507
Next

Return to advanced search