Search found 260 matches: symbols

Return to advanced search

Re: How to use Segoe MDL2 icons on Win 7 ?

Windows 7 has the "Segoe Ui Symbol" font, but has few symbols.
by Giovany Vecchi
Tue Jun 18, 2019 1:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Segoe MDL2 icons on Win 7 ?
Replies: 33
Views: 5575

Re: resize a position with fw_drawimage

Uwe, I need another situation Uwe I have a btnbmp with a Png and up this some symbols also png when I resize the dialog the btnbmp are resized and the symbol are moved on another position for a sample look this image https://i.postimg.cc/BQpYWThV/yy.png ...
by Silvio.Falconi
Wed May 15, 2019 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: resize a position with fw_drawimage
Replies: 12
Views: 1585

Re: Rpreview issues - PDF

... this line     for each f in aMetas//        hMeta := GetEnhMetaFile(f[1])        hMeta := GetEnhMetaFile(f)  4) Got two undeclared symbols and so I added these two local variable declarations (i) static proc pdf_Header(pdf,pRecord,pTable)   local page // GNR  (ii) static ...
by nageswaragunupudi
Thu May 09, 2019 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7458

Re: SayBarCode control

... of the bars is compensated in large part by the reading instruments, which (in laser and ccd technologies) already provide for the detection of symbols even on partially curled or bent surfaces. Since the interpretation of the bar code by the reading instruments takes place when the overflow ...
by Silvio.Falconi
Wed Apr 10, 2019 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SayBarCode control
Replies: 34
Views: 6604

Re: Missing form in GDIPLUS ?

... down the first 3 are the same the 4th (as the th eline I made) is plinestring4="abcba" it means that the same symbols are: 1. in line 1 first position (1 reel) 2. in line 2 and in the second position (2 reels) 3. in the 3 and in the third position (3 reel) 4. ...
by Silvio.Falconi
Mon Mar 25, 2019 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing form in GDIPLUS ?
Replies: 5
Views: 877

Re: Reducing the EXEs sizes

Now we create a child DBF that keeps where symbols are used from: used.dbf get populated with more than 12.300 records !!! dbfs.prg #include "FiveWin.ch"extern DBFCDXfunction Main()   local aLines := HB_ATokens( MemoRead( ...
by Antonio Linares
Thu Feb 21, 2019 7:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reducing the EXEs sizes
Replies: 13
Views: 2663

Re: Reducing the EXEs sizes

Given a symbol name we need to know where it is created and where it is used

Given a file name we need to know whay symbols define and what symbols import (externals)

Given a file name we need to know what other files get linked

Given a symbol name we need to know what file names get linked
by Antonio Linares
Wed Feb 20, 2019 6:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reducing the EXEs sizes
Replies: 13
Views: 2663

Re: Reducing the EXEs sizes

Feeding files.dbf and symbols.dbf Please notice that this is a work in progress. Your tests, feedback and help are welcome :-) dbfs.prg #include "FiveWin.ch"function Main()   local aLines := HB_ATokens( ...
by Antonio Linares
Wed Feb 20, 2019 6:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reducing the EXEs sizes
Replies: 13
Views: 2663

Reducing the EXEs sizes

... --defined-only fivehgc.lib > defined_c.txt nm --extern-only fivehgc.lib > extern_c.txt Now we are going to create 2 DBFs named files.dbf and symbols.dbf and feed them from those txt files. I invite you to do the same with all the Harbour libs (for MinGW) and lets see if we can improve Harbour ...
by Antonio Linares
Wed Feb 20, 2019 5:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reducing the EXEs sizes
Replies: 13
Views: 2663

Re: FWH 18.12 - xHarbour.com - Unresolved

Frank,

viewtopic.php?f=17&t=34890&start=0&hilit=xfw

Please add those three symbols (without the underscore) to the def file and rebuild it as explained in the post
by Antonio Linares
Sun Jan 06, 2019 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.12 - xHarbour.com - Unresolved
Replies: 5
Views: 1114

Re: FWH 18.08: Enhancements to strings.prg

... * While i18n is translation of the UI into many languages, l10n is the usage * of local national standards for dates, monetary values, mathematica symbols * (many countries have comma and dot meaning swapped). * * This document and the i18n system only handles the first problem, in the future * ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5465

Re: Insert symbol to richedit

No, so I can't insert unicode symbols
by Natter
Sat Sep 29, 2018 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert symbol to richedit
Replies: 6
Views: 1062

Re: Unicode characters in xBrowse

You are using xHarbour. Use NUMTOHEX instead of HB_NUMTOHEX Using in your project: fwh\samples\uisymbol.prg shows all symbols and their ascii values. for fonts "Segoe MDL2 Assets"( W10 only), "Segoe UI Symbol" (W8.1 and W10) and Wingdings 1,2,3 for all versions ...
by nageswaragunupudi
Thu Jun 14, 2018 2:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode characters in xBrowse
Replies: 4
Views: 782

Re: Unicode characters in xBrowse

Hi Rao,

I tried your sample but having unresolved external "_HB_FUN_HB_NUMTOHEX", there are symbols (navigation... etc) i'd like to use for my project.

:wink:
by fraxzi
Thu Jun 14, 2018 2:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode characters in xBrowse
Replies: 4
Views: 782

Re: Richedit5 and XP

Excuse me, I do not understand your question well 1.- What language are you using? 2.- Do not confuse "unicode" with special symbols (which may depend on the font used), or with ascii symbols that you can obtain by pressing ALT + 167, for example. You can easily verify that the ...
by cnavarro
Sat May 26, 2018 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit5 and XP
Replies: 5
Views: 1048
PreviousNext

Return to advanced search