Search found 52 matches: getsysfont

Return to advanced search

Peter,

in fw\source\classes\window.prg search for "DEFINE WINDOW oToolTip...", some lines below you find "DEFINE FONT oFont NAME GetSysFont() SIZE 0, -8".

Change that font definition and use that window.prg recompiled.
by Antonio Linares
Wed Aug 09, 2006 6:30 am
 
Forum: FiveWin for CA-Clipper
Topic: Can change FONT in Tooltip ?
Replies: 4
Views: 1709

... 0008:4CFE 00052H LARGEFONTS CODE 0008:4D50 00066H COLORSQTY CODE 0008:4DB6 00063H SCRRESOLUT CODE 0008:4E1A 00031H ISWIN2000 CODE 0008:4E4C 00068H GETSYSFONT CODE 0008:4EB4 000C0H HELPTOPIC CODE 0008:4F74 0006CH HELPTOPIC CODE 0008:4FE0 00073H HELPINDEX CODE 0008:5054 00087H HELPSEARCH CODE 0008:50DC ...
by Connan
Fri Mar 03, 2006 10:28 am
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3547

Fuentes grandes

Hola: Quiero que mis programas tomen automaticamente la fuente de Windows y el tamaño de fuente. Con GetSysFont() puedo recuperar la fuente del sistema, pero ¿ y el tamaño ? Lo puedo hacer a ojo preguntando por LargeFonts() pero me parece una chapuza. Ahora la fuente de mi ...
by José Luis Sánchez
Fri Mar 03, 2006 7:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fuentes grandes
Replies: 5
Views: 1343

GPF, como buscar el Error

... 0008:4CFE 00052H LARGEFONTS CODE 0008:4D50 00066H COLORSQTY CODE 0008:4DB6 00063H SCRRESOLUT CODE 0008:4E1A 00031H ISWIN2000 CODE 0008:4E4C 00068H GETSYSFONT CODE 0008:4EB4 000C0H HELPTOPIC CODE 0008:4F74 0006CH HELPTOPIC CODE 0008:4FE0 00073H HELPINDEX CODE 0008:5054 00087H HELPSEARCH CODE 0008:50DC ...
by Connan
Tue Feb 28, 2006 5:36 pm
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3547

FW-Applik. running under wine-emulator in Linux

... Linux/wine. With FW24 it make the fixme-Error. I can't link my big Applik. with FW20 because a <unresolved external> -> framedot and getsysfont! :( I have found, that the fixme-error came with five/fivec.lib from FW24 in my test.exe. Can you eventually give me the framedot/getsysfont.obj ...
by walter
Wed Jan 25, 2006 7:53 am
 
Forum: FiveWin for CA-Clipper
Topic: FW-Applik. running under wine-emulator in Linux
Replies: 5
Views: 1700

Screen coordinates

... // Init... AADD( aSearch, "A. File Number" ) // Init... cSearch := aSearch[01] // Init... DEFINE ICON oIcon RESOURCE "AIR" DEFINE FONT oFont NAME GetSysFont() SIZE 0,-12 BOLD DEFINE FONT oFont2 NAME GetSysFont() SIZE 0,-14 BOLD MENU oMenu MENUITEM "&Close" ENDMENU DEFINE WINDOW oWnd FROM 0, ...
by cdmmaui
Sat Dec 03, 2005 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Screen coordinates
Replies: 1
Views: 1053

Antonio Getting the following link errors .. not worried about the first two .. C:\MSVC\BIN\link @makefile.lnk /nologo /SUBSYSTEM:WINDOWS /force:multiple fivehmx.lib(GETSYSIN.obj) : warning LNK4006: "void __cdecl HB_FUN_GETSYSFONT(void)" (?HB_FUN_GETSYSFONT@@YAXXZ) already defined in FUNC_LIB.obj; s...
by Rick Lipkin
Mon Nov 21, 2005 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing dbfdbt for both MSVC and Borland FWH27
Replies: 7
Views: 2819
Previous

Return to advanced search