ASCII Chars in GUI ?? - xharbour
This is a discussion on ASCII Chars in GUI ?? - xharbour ; Dear Friends:
I would like to use the ascii character chr(251) in my gui app (HMG) (it
emulates a 'check' mark' . How does one get this character into a variable
so it can be placed on a control in ...
-
ASCII Chars in GUI ??
Dear Friends:
I would like to use the ascii character chr(251) in my gui app (HMG) (it
emulates a 'check' mark' . How does one get this character into a variable
so it can be placed on a control in a window ???
TIA
-Mel Smith
-
Re: ASCII Chars in GUI ??
"Mel Smith" <medsyntel@aol.com> ha scritto nel messaggio
news:558cviF236rfqU1@mid.individual.net...
>
> Dear Friends:
>
> I would like to use the ascii character chr(251) in my gui app (HMG) (it
> emulates a 'check' mark' . How does one get this character into a variable
> so it can be placed on a control in a window ???
In which font CHR( 251 ) is a check mark character?
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic
-
Re: ASCII Chars in GUI ??
Enrico said:
>
> In which font CHR( 251 ) is a check mark character?
Enrico,
By default, in my HMG app, I use 'Arial' as a font.
But the 'check mark' character is really a 'dividing sign' that 'looks
like' a check mark.
For years, I have been using that character in my browses, etc to show
that something is 'checked'.
But any windows character that looks like a check mark would be useful !
TIA,
-Mel Smith
-
Re: ASCII Chars in GUI ??
"Mel Smith" <medsyntel@aol.com> ha scritto nel messaggio
news:558eqlF23ifj9U1@mid.individual.net...
>
> Enrico,
>
> By default, in my HMG app, I use 'Arial' as a font.
>
> But the 'check mark' character is really a 'dividing sign' that 'looks
> like' a check mark.
>
> For years, I have been using that character in my browses, etc to show
> that something is 'checked'.
>
> But any windows character that looks like a check mark would be useful !
Then just browse Arial font using the Fonts Map tool and locate a suitable
character. Or use a bitmap, if your browse supports it.
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic
-
Re: ASCII Chars in GUI ??
Enrico said:
>
> Then just browse Arial font using the Fonts Map tool and locate a suitable
> character. Or use a bitmap, if your browse supports it.
Enrico,
Thank you. I'll try that.
-Mel Smith
-
Re: ASCII Chars in GUI ??
Enrico:
Where is this 'Fonts Map Tool' to be found ??
TIA,
-Mel Smith
-
Re: ASCII Chars in GUI ??
Mel Smith wrote:
> Enrico:
>
> Where is this 'Fonts Map Tool' to be found ??
>
> TIA,
>
> -Mel Smith
>
>
It's a windows applet call charmap
-
Re: ASCII Chars in GUI ??
Dear Mel Smith:
On Mar 7, 12:30 pm, "Mel Smith" <medsyn...@aol.com> wrote:
> Enrico:
>
> Where is this 'Fonts Map Tool' to be found ??
Start->Programs->Accessories->System Tools->Character Map
Looks like Arial "U+221A", the square root symbol is what you are
looking for. Now how you would code this...
David A. Smith
-
Re: ASCII Chars in GUI ??
Bill,
Thanks I'll look and try again ...
-Mel
-
Re: ASCII Chars in GUI ??
"dlzc" <dlzc1@cox.net> ha scritto nel messaggio
news:1173297046.928196.68000@64g2000cwx.googlegroups.com...
>
> Looks like Arial "U+221A", the square root symbol is what you are
> looking for. Now how you would code this...
This is a Unicode char and I don't know if it can be used from xHarbour. I
hope to be wrong.
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic
Similar Threads
-
By Application Development in forum RUBY
Replies: 5
Last Post: 11-02-2007, 04:21 PM
-
By Application Development in forum TCL
Replies: 4
Last Post: 05-28-2007, 05:23 PM
-
By Application Development in forum PROLOG
Replies: 2
Last Post: 11-29-2006, 02:56 PM
-
By Application Development in forum DOTNET
Replies: 0
Last Post: 10-12-2006, 03:26 AM
-
By Application Development in forum Editors
Replies: 1
Last Post: 05-11-2006, 09:57 AM