Search found 37 matches: getfont

Return to advanced search

como liberar recursos segun CheckRes ?

... lIngZer  //**************************************************************** 11/13/2024 21:02:19: e:\ZERUS\zeruswin.exe -- FONT,319425528,TWINDOW:GETFONT(3174)->TWINDOW:NEW(984)->PRINCIPAL_METRO(7276)->PRINCIPAL(1355)->ZERUSMAIN(4533)->MAIN(17) 11/13/2024 21:02:19: e:\ZERUS\zeruswin.exe ...
by russimicro
Thu Nov 14, 2024 2:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: como liberar recursos segun CheckRes ?
Replies: 6
Views: 191

Error in sample program : TESTRTF5

... => TFONT:MSGNOTFOUND( 0 ) Called from: ../../../tobject.prg => TFONT:_NASCENT( 0 ) Called from: .\source\classes\WINDOW.PRG => TDIALOG:GETFONT( 3096 ) Called from: .\source\classes\DIALOG.PRG => TDIALOG:INITIATE( 860 ) Called from: .\source\classes\DIALOG.PRG => TDIALOG:ACTIVATE( ...
by mauri.menabue
Thu Sep 05, 2024 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in sample program : TESTRTF5
Replies: 5
Views: 639

Haru PDF in Mod_Harbour

I am attempting to convert many old Clipper 87 printouts to Mod_Harbour. The original programmer utilized the IBM line / box characters found at around chr(179) through chr(218). I cannot figure out how to utilize the Courier New Regular" TTF font in Haru Pdf and produce those characters. Howev...
by byron.hopp
Thu Mar 26, 2020 7:30 am
 
Forum: mod_harbour
Topic: Haru PDF in Mod_Harbour
Replies: 0
Views: 356

BUG: FONTS NOT RELEASED IN LATEST FWH

Hi, Those fonts are not released: -- FONT,-1710615546,TWINDOW:GETFONT(2995)->TWINDOW:NEW(960)->MAIN(657) -- BRUSH,152049635,TRPANEL:REGISTER(779)->TRPANEL:NEW(50)->TRIBBONBAR:NEW(314)->MAIN(664) -- FONT,-1811279512,TRICHEDIT:REDEFINE(403)->ALTASCLIENTE(1527)->->TXBROWSE:LDBLCLICK(5071)->TWINDOW:HANDLEEVENT(0)->TCONTROL:HANDLEEVENT(1801)->TXBROWSE:HANDLEEVENT(11221)->_FWH(3559)->DIALOGBOXINDIRECT(0)->TDIALOG:ACTIVATE(304)->VERCLIENTES(2036)->(b)MAIN(685)->TRBTN:CLICK(717)->TRBTN:LBUTTONUP(917)->TCONTROL:HANDLEEVENT(1791)->TRBTN:HANDLEEVENT(1575)->_FWH(3559)->WINRUN(0)->TWINDOW:ACTIVATE(1097)->MAIN(761) ...
by MOISES
Fri Dec 20, 2019 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG: FONTS NOT RELEASED IN LATEST FWH
Replies: 9
Views: 1337

Re: Imprimir pdf sin intervención del usuario

Con Harbour, tienes que enlazar las librerias hbhpdf.lib y libhpdf.lib #include "FiveWin.ch" #include "harupdf.ch" Function Main() Local oPdf,Page,oImage,oFont,Font1,Font2,Font3 oPdf:=HPDF_New() HPDF_SetCompressionMode( oPdf, HPDF_COMP_ALL ) **HPDF_SetPassword( oPdf, 'jaime', 'al...
by jacgsoft
Wed Jul 31, 2019 9:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir pdf sin intervención del usuario
Replies: 9
Views: 2560

Re: Black Screen of Death.

... launch my program, and then exit , and I get: CheckRes.Txt file... 09/09/17 11:23:08: C:\Datafile\tmsbcc\tmsbcc.exe -- FONT,1846159188,TMDIFRAME:GETFONT(3122)->TMDICLIENT:GETFONT(3099)->TMDICLIENT:NEW(147)->TMDIFRAME:NEW(178)->MAIN(106) 09/09/17 11:23:08: C:\Datafile\tmsbcc\tmsbcc.exe ...
by byron.hopp
Sat Sep 09, 2017 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Black Screen of Death.
Replies: 15
Views: 2454

xBrowse SaveState() to save font?

Hello everyone; Using GetFont() and SelFont() you give the user access to change xbrowse's font. Is there a way to save an xbrowse selected font and then restore back to that font next time it opens? I've tried oBrw:savestate() but it ...
by reinaldocrespo
Wed Oct 26, 2016 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse SaveState() to save font?
Replies: 4
Views: 658

Re: Default font under Win 8 and 10

When a dialog is created from resource and no font is assigned, the GetFont() method tries to created a font object based on the font-metrics of the font contained in the resource. Theoretically the created font object should be identical to the font defined ...
by nageswaragunupudi
Sun Aug 14, 2016 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Default font under Win 8 and 10
Replies: 11
Views: 3988

Re: Bug in TXBrowse?

TXBrowse when created, calls ::GetFont() method for the purpose of assigning itself the same font as the containing window. Calling GetFont() is the standard method for this. GetFont() method is in TWindow class. If the container window ...
by nageswaragunupudi
Sat Jul 16, 2016 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TXBrowse?
Replies: 16
Views: 2798

Re: Haru pdf y ASCII

Hola Carlos, lo primero gracias por responder. Bueno, al final creo que lo he podido solucionar, buscando por la web he encontrado una fuente de letra que soporta CP850, y funciona bien, por lo menos lo que he ido probando hasta ahora. La fuente se llama aSwItMono850.ttf, con WinAnsiEncoding, y se g...
by Luis Gonzalez
Fri May 27, 2016 9:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Haru pdf y ASCII
Replies: 2
Views: 747

Re: Haru pdf y ASCII

Hola,

Cuando haces el GetFont() para seleccionar la fuente, que encoding indicas? De todas maneras, creo que el chrset que tiene los caracteres de cajas no esta soportado.

Mira acá
http://libharu.sourceforge.net/fonts.ht ... encodings_
by Carlos Mora
Fri May 27, 2016 5:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Haru pdf y ASCII
Replies: 2
Views: 747

Re: Problem with Vtaskbar of Paco

... ) ); } what is changed ? I 'm thinking...is there something of modify on CreateFontIndirect function ? Or also I can resolve with hFont := ::GetFont() // windows class
by Silvio.Falconi
Mon Jan 25, 2016 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Vtaskbar of Paco
Replies: 1
Views: 472

Re: FWH1510:Problem with resource background become black color

... 2015.12.17 18:58:41: W:\Project\WinCurtainErp\241\XXX\Exe32\WinCurtainErp.exe -- FONT,1107957030,TMDIFRAME:GETFONT(3122)->TMDICLIENT:GETFONT(3099)->TMDICLIENT:NEW(147)->TMDIFRAME:NEW(178)->TWINCURTAINERP:NEW(537)->MAIN(349) 2015.12.17 18:58:41: ...
by richard-service
Thu Dec 17, 2015 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH1510:Problem with resource background become black color
Replies: 13
Views: 6870

Fuente sin destruir

Buscando recursos y funetes sin destruir , checkres me devuelve esto :

13-03-2015 17:12:46: FONT,-1442181153,TMDIFRAME:GETFONT(2868)->TMDICLIENT:GETFONT(2845)->TMDICLIENT:NEW(146)->TMDIFRAME:NEW(171)->MAIN(306)

al salir de de mdiclient no se libera la fuente automaticamante ?
Saludos.
by mastintin
Fri Mar 13, 2015 4:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fuente sin destruir
Replies: 10
Views: 1527

Re: touch.prg error

Antonio en la version 14.04 la clase btnflat dice esto

if ! Empty( oWnd:hWnd )
::Create()
::SetColor( XEval( ::nClrText ), ::nClrPane )
if ::oFont == nil
::SetFont( ::oFont )
else
::GetFont()
endif

Gracias, la estoy modificando.
by D.Fernandez
Fri Jun 27, 2014 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: touch.prg error
Replies: 14
Views: 1972
Next

Return to advanced search

cron