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 ...

+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 14

ASCII Chars in GUI ??

  1. Default 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



  2. Default 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



  3. Default 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



  4. Default 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



  5. Default 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




  6. Default Re: ASCII Chars in GUI ??

    Enrico:

    Where is this 'Fonts Map Tool' to be found ??

    TIA,

    -Mel Smith



  7. Default 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

  8. Default 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


  9. Default Re: ASCII Chars in GUI ??

    Bill,

    Thanks I'll look and try again ...

    -Mel



  10. Default 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



+ Reply to Thread
Page 1 of 2 1 2 LastLast

Similar Threads

  1. Escaping non-ASCII chars for RTF export
    By Application Development in forum RUBY
    Replies: 5
    Last Post: 11-02-2007, 04:21 PM
  2. Replies: 4
    Last Post: 05-28-2007, 05:23 PM
  3. list of ascii to list of chars, and list question
    By Application Development in forum PROLOG
    Replies: 2
    Last Post: 11-29-2006, 02:56 PM
  4. EMF to WMF can't conver non-ASCII chars?
    By Application Development in forum DOTNET
    Replies: 0
    Last Post: 10-12-2006, 03:26 AM
  5. Force vim to display octal for >127 ASCII chars?
    By Application Development in forum Editors
    Replies: 1
    Last Post: 05-11-2006, 09:57 AM