HTMLtext in Label?
    Richmond 
    richmondmathewson at gmail.com
       
    Sat May 10 17:07:32 EDT 2014
    
    
  
On 10/05/14 22:26, Scott Rossi wrote:
> Actually, I see there's a unicodeLabel property, which could work.
>
> So if the Unicode number of the character in a font is U+03A9, how does
> one get this to render properly in a label?  I've tried various string
> combinations and uni-prefixed properties, but I continue to get Asian
> characters as the result.
>
> Thanks & Regards,
>
> Scott Rossi
>
This works:
on mouseUp
    set the useUnicode to true
    set the unicodeLabel of btn "targe" to numToChar(937)
end mouseUp
[ 937 is the decimal version of Hex 3A9 ]
Richmond.
    
    
More information about the use-livecode
mailing list